PropertyVariables
Deprecated: akamai.properties.PropertyVariables has been deprecated in favor of akamai.PropertyVariables
Create a PropertyVariables Resource
new PropertyVariables(name: string, args?: PropertyVariablesArgs, opts?: CustomResourceOptions);
def PropertyVariables(resource_name: str, opts: Optional[ResourceOptions] = None, variables: Optional[Sequence[PropertyVariablesVariableArgs]] = None)
func NewPropertyVariables(ctx *Context, name string, args *PropertyVariablesArgs, opts ...ResourceOption) (*PropertyVariables, error)
public PropertyVariables(string name, PropertyVariablesArgs? args = null, CustomResourceOptions? opts = null)
- name string
- The unique name of the resource.
- args PropertyVariablesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PropertyVariablesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PropertyVariablesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
PropertyVariables Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The PropertyVariables resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the PropertyVariables resource produces the following output properties:
Look up an Existing PropertyVariables Resource
Get an existing PropertyVariables 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?: PropertyVariablesState, opts?: CustomResourceOptions): PropertyVariables
@staticmethod
def get(resource_name: str, id: str, opts: Optional[ResourceOptions] = None, json: Optional[str] = None, variables: Optional[Sequence[PropertyVariablesVariableArgs]] = None) -> PropertyVariables
func GetPropertyVariables(ctx *Context, name string, id IDInput, state *PropertyVariablesState, opts ...ResourceOption) (*PropertyVariables, error)
public static PropertyVariables Get(string name, Input<string> id, PropertyVariablesState? 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:
- Json string
JSON variables representation
- Variables
List<Property
Variables Variable Args>
- Json string
JSON variables representation
- Variables
[]Property
Variables Variable
- json string
JSON variables representation
- variables
Property
Variables Variable[]
- json str
JSON variables representation
- variables
Sequence[Property
Variables Variable Args]
Supporting Types
PropertyVariablesVariable
PropertyVariablesVariableVariable
- bool
- Name string
- Sensitive bool
- Description string
- Value string
- bool
- Name string
- Sensitive bool
- Description string
- Value string
- boolean
- name string
- sensitive boolean
- description string
- value string
- bool
- name str
- sensitive bool
- description str
- value str
Package Details
- Repository
- https://github.com/pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.