incapsula.ShortRenewalCycle
Explore with Pulumi AI
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:
- Managed
Certificate stringSettings Id - Numeric identifier of the site ssl settings to operate on.
- Short
Renewal boolCycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- Site
Id string - Numeric identifier of the site to operate on.
- Account
Id string - 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 stringCycle Id
- Managed
Certificate stringSettings Id - Numeric identifier of the site ssl settings to operate on.
- Short
Renewal boolCycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- Site
Id string - Numeric identifier of the site to operate on.
- Account
Id string - 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 stringCycle Id
- managed
Certificate StringSettings Id - Numeric identifier of the site ssl settings to operate on.
- short
Renewal BooleanCycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- site
Id String - Numeric identifier of the site to operate on.
- account
Id String - 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 StringCycle Id
- managed
Certificate stringSettings Id - Numeric identifier of the site ssl settings to operate on.
- short
Renewal booleanCycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- site
Id string - Numeric identifier of the site to operate on.
- account
Id string - 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 stringCycle Id
- managed_
certificate_ strsettings_ id - Numeric identifier of the site ssl settings to operate on.
- short_
renewal_ boolcycle - 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_ strcycle_ id
- managed
Certificate StringSettings Id - Numeric identifier of the site ssl settings to operate on.
- short
Renewal BooleanCycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- site
Id String - Numeric identifier of the site to operate on.
- account
Id String - 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 StringCycle Id
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.
- Account
Id string - 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 stringSettings Id - Numeric identifier of the site ssl settings to operate on.
- Short
Renewal boolCycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- Short
Renewal stringCycle Id - Site
Id string - Numeric identifier of the site to operate on.
- Account
Id string - 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 stringSettings Id - Numeric identifier of the site ssl settings to operate on.
- Short
Renewal boolCycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- Short
Renewal stringCycle Id - Site
Id string - Numeric identifier of the site to operate on.
- account
Id String - 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 StringSettings Id - Numeric identifier of the site ssl settings to operate on.
- short
Renewal BooleanCycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- short
Renewal StringCycle Id - site
Id String - Numeric identifier of the site to operate on.
- account
Id string - 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 stringSettings Id - Numeric identifier of the site ssl settings to operate on.
- short
Renewal booleanCycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- short
Renewal stringCycle Id - site
Id 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_ strsettings_ id - Numeric identifier of the site ssl settings to operate on.
- short_
renewal_ boolcycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- short_
renewal_ strcycle_ id - site_
id str - Numeric identifier of the site to operate on.
- account
Id String - 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 StringSettings Id - Numeric identifier of the site ssl settings to operate on.
- short
Renewal BooleanCycle - The short renewal cycle configuration. If true, then short renewal cycle is enabled. If false, then short renewal cycle is disabled.
- short
Renewal StringCycle Id - site
Id 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.