1. Packages
  2. Incapsula Provider
  3. API Docs
  4. ShortRenewalCycle
incapsula 3.33.1 published on Thursday, May 8, 2025 by imperva

incapsula.ShortRenewalCycle

Explore with Pulumi AI

incapsula logo
incapsula 3.33.1 published on Thursday, May 8, 2025 by imperva

    Create ShortRenewalCycle Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ShortRenewalCycle(name: string, args: ShortRenewalCycleArgs, opts?: CustomResourceOptions);
    @overload
    def ShortRenewalCycle(resource_name: str,
                          args: ShortRenewalCycleArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def ShortRenewalCycle(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          managed_certificate_settings_id: Optional[str] = None,
                          short_renewal_cycle: Optional[bool] = None,
                          site_id: Optional[str] = None,
                          account_id: Optional[str] = None,
                          short_renewal_cycle_id: Optional[str] = None)
    func NewShortRenewalCycle(ctx *Context, name string, args ShortRenewalCycleArgs, opts ...ResourceOption) (*ShortRenewalCycle, error)
    public ShortRenewalCycle(string name, ShortRenewalCycleArgs args, CustomResourceOptions? opts = null)
    public ShortRenewalCycle(String name, ShortRenewalCycleArgs args)
    public ShortRenewalCycle(String name, ShortRenewalCycleArgs args, CustomResourceOptions options)
    
    type: incapsula:ShortRenewalCycle
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ShortRenewalCycleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ShortRenewalCycleArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ShortRenewalCycleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ShortRenewalCycleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ShortRenewalCycleArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var shortRenewalCycleResource = new Incapsula.ShortRenewalCycle("shortRenewalCycleResource", new()
    {
        ManagedCertificateSettingsId = "string",
        ShortRenewalCycle = false,
        SiteId = "string",
        AccountId = "string",
        ShortRenewalCycleId = "string",
    });
    
    example, err := incapsula.NewShortRenewalCycle(ctx, "shortRenewalCycleResource", &incapsula.ShortRenewalCycleArgs{
    	ManagedCertificateSettingsId: pulumi.String("string"),
    	ShortRenewalCycle:            pulumi.Bool(false),
    	SiteId:                       pulumi.String("string"),
    	AccountId:                    pulumi.String("string"),
    	ShortRenewalCycleId:          pulumi.String("string"),
    })
    
    var shortRenewalCycleResource = new ShortRenewalCycle("shortRenewalCycleResource", ShortRenewalCycleArgs.builder()
        .managedCertificateSettingsId("string")
        .shortRenewalCycle(false)
        .siteId("string")
        .accountId("string")
        .shortRenewalCycleId("string")
        .build());
    
    short_renewal_cycle_resource = incapsula.ShortRenewalCycle("shortRenewalCycleResource",
        managed_certificate_settings_id="string",
        short_renewal_cycle=False,
        site_id="string",
        account_id="string",
        short_renewal_cycle_id="string")
    
    const shortRenewalCycleResource = new incapsula.ShortRenewalCycle("shortRenewalCycleResource", {
        managedCertificateSettingsId: "string",
        shortRenewalCycle: false,
        siteId: "string",
        accountId: "string",
        shortRenewalCycleId: "string",
    });
    
    type: incapsula:ShortRenewalCycle
    properties:
        accountId: string
        managedCertificateSettingsId: string
        shortRenewalCycle: false
        shortRenewalCycleId: string
        siteId: string
    

    ShortRenewalCycle Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ShortRenewalCycle resource accepts the following input properties:

    ManagedCertificateSettingsId string
    Numeric identifier of the site ssl settings to operate on.
    ShortRenewalCycle bool
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    SiteId string
    Numeric identifier of the site to operate on.
    AccountId string
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    ShortRenewalCycleId string
    ManagedCertificateSettingsId string
    Numeric identifier of the site ssl settings to operate on.
    ShortRenewalCycle bool
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    SiteId string
    Numeric identifier of the site to operate on.
    AccountId string
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    ShortRenewalCycleId string
    managedCertificateSettingsId String
    Numeric identifier of the site ssl settings to operate on.
    shortRenewalCycle Boolean
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    siteId String
    Numeric identifier of the site to operate on.
    accountId String
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    shortRenewalCycleId String
    managedCertificateSettingsId string
    Numeric identifier of the site ssl settings to operate on.
    shortRenewalCycle boolean
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    siteId string
    Numeric identifier of the site to operate on.
    accountId string
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    shortRenewalCycleId string
    managed_certificate_settings_id str
    Numeric identifier of the site ssl settings to operate on.
    short_renewal_cycle bool
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    site_id str
    Numeric identifier of the site to operate on.
    account_id str
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    short_renewal_cycle_id str
    managedCertificateSettingsId String
    Numeric identifier of the site ssl settings to operate on.
    shortRenewalCycle Boolean
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    siteId String
    Numeric identifier of the site to operate on.
    accountId String
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    shortRenewalCycleId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ShortRenewalCycle resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ShortRenewalCycle Resource

    Get an existing ShortRenewalCycle resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ShortRenewalCycleState, opts?: CustomResourceOptions): ShortRenewalCycle
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            managed_certificate_settings_id: Optional[str] = None,
            short_renewal_cycle: Optional[bool] = None,
            short_renewal_cycle_id: Optional[str] = None,
            site_id: Optional[str] = None) -> ShortRenewalCycle
    func GetShortRenewalCycle(ctx *Context, name string, id IDInput, state *ShortRenewalCycleState, opts ...ResourceOption) (*ShortRenewalCycle, error)
    public static ShortRenewalCycle Get(string name, Input<string> id, ShortRenewalCycleState? state, CustomResourceOptions? opts = null)
    public static ShortRenewalCycle get(String name, Output<String> id, ShortRenewalCycleState state, CustomResourceOptions options)
    resources:  _:    type: incapsula:ShortRenewalCycle    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountId string
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    ManagedCertificateSettingsId string
    Numeric identifier of the site ssl settings to operate on.
    ShortRenewalCycle bool
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    ShortRenewalCycleId string
    SiteId string
    Numeric identifier of the site to operate on.
    AccountId string
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    ManagedCertificateSettingsId string
    Numeric identifier of the site ssl settings to operate on.
    ShortRenewalCycle bool
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    ShortRenewalCycleId string
    SiteId string
    Numeric identifier of the site to operate on.
    accountId String
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    managedCertificateSettingsId String
    Numeric identifier of the site ssl settings to operate on.
    shortRenewalCycle Boolean
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    shortRenewalCycleId String
    siteId String
    Numeric identifier of the site to operate on.
    accountId string
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    managedCertificateSettingsId string
    Numeric identifier of the site ssl settings to operate on.
    shortRenewalCycle boolean
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    shortRenewalCycleId string
    siteId string
    Numeric identifier of the site to operate on.
    account_id str
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    managed_certificate_settings_id str
    Numeric identifier of the site ssl settings to operate on.
    short_renewal_cycle bool
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    short_renewal_cycle_id str
    site_id str
    Numeric identifier of the site to operate on.
    accountId String
    Numeric identifier of the account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.
    managedCertificateSettingsId String
    Numeric identifier of the site ssl settings to operate on.
    shortRenewalCycle Boolean
    The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
    shortRenewalCycleId String
    siteId String
    Numeric identifier of the site to operate on.

    Package Details

    Repository
    incapsula imperva/terraform-provider-incapsula
    License
    Notes
    This Pulumi package is based on the incapsula Terraform Provider.
    incapsula logo
    incapsula 3.33.1 published on Thursday, May 8, 2025 by imperva