AppSecConfigurationVersionClone
Create a AppSecConfigurationVersionClone Resource
new AppSecConfigurationVersionClone(name: string, args: AppSecConfigurationVersionCloneArgs, opts?: CustomResourceOptions);
@overload
def AppSecConfigurationVersionClone(resource_name: str,
opts: Optional[ResourceOptions] = None,
config_id: Optional[int] = None,
create_from_version: Optional[int] = None,
rule_update: Optional[bool] = None)
@overload
def AppSecConfigurationVersionClone(resource_name: str,
args: AppSecConfigurationVersionCloneArgs,
opts: Optional[ResourceOptions] = None)
func NewAppSecConfigurationVersionClone(ctx *Context, name string, args AppSecConfigurationVersionCloneArgs, opts ...ResourceOption) (*AppSecConfigurationVersionClone, error)
public AppSecConfigurationVersionClone(string name, AppSecConfigurationVersionCloneArgs args, CustomResourceOptions? opts = null)
- name string
- The unique name of the resource.
- args AppSecConfigurationVersionCloneArgs
- 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 AppSecConfigurationVersionCloneArgs
- 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 AppSecConfigurationVersionCloneArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppSecConfigurationVersionCloneArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
AppSecConfigurationVersionClone Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The AppSecConfigurationVersionClone resource accepts the following input properties:
- Config
Id int - Create
From intVersion - Rule
Update bool
- Config
Id int - Create
From intVersion - Rule
Update bool
- config
Id number - create
From numberVersion - rule
Update boolean
- config_
id int - create_
from_ intversion - rule_
update bool
Outputs
All input properties are implicitly available as output properties. Additionally, the AppSecConfigurationVersionClone resource produces the following output properties:
Look up an Existing AppSecConfigurationVersionClone Resource
Get an existing AppSecConfigurationVersionClone 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?: AppSecConfigurationVersionCloneState, opts?: CustomResourceOptions): AppSecConfigurationVersionClone
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config_id: Optional[int] = None,
create_from_version: Optional[int] = None,
rule_update: Optional[bool] = None,
version: Optional[int] = None) -> AppSecConfigurationVersionClone
func GetAppSecConfigurationVersionClone(ctx *Context, name string, id IDInput, state *AppSecConfigurationVersionCloneState, opts ...ResourceOption) (*AppSecConfigurationVersionClone, error)
public static AppSecConfigurationVersionClone Get(string name, Input<string> id, AppSecConfigurationVersionCloneState? state, CustomResourceOptions? opts = null)
- 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.
The following state arguments are supported:
- Config
Id int - Create
From intVersion - Rule
Update bool - Version int
- Version of cloned configuration
- Config
Id int - Create
From intVersion - Rule
Update bool - Version int
- Version of cloned configuration
- config
Id number - create
From numberVersion - rule
Update boolean - version number
- Version of cloned configuration
- config_
id int - create_
from_ intversion - rule_
update bool - version int
- Version of cloned configuration
Package Details
- Repository
- https://github.com/pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.