class
Amazonite::CloudFormation::SetTypeConfigurationInput
- Amazonite::CloudFormation::SetTypeConfigurationInput
- Reference
- Object
Defined in:
cloudformation/set_type_configuration_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(configuration : String, type_arn : String | Nil = nil, configuration_alias : String | Nil = nil, type_name : String | Nil = nil, type : ThirdPartyType | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#configuration : String
The configuration data for the extension in this account and Region.
-
#configuration=(configuration : String)
The configuration data for the extension in this account and Region.
-
#configuration_alias : String | Nil
An alias by which to refer to this extension configuration data.
-
#configuration_alias=(configuration_alias : String | Nil)
An alias by which to refer to this extension configuration data.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type : ThirdPartyType | Nil
The type of extension.
-
#type=(type : ThirdPartyType | Nil)
The type of extension.
-
#type_arn : String | Nil
The Amazon Resource Name (ARN) for the extension in this account and Region.
-
#type_arn=(type_arn : String | Nil)
The Amazon Resource Name (ARN) for the extension in this account and Region.
-
#type_name : String | Nil
The name of the extension.
-
#type_name=(type_name : String | Nil)
The name of the extension.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The configuration data for the extension in this account and Region.
The configuration data must be formatted as JSON and validate against the extension's schema
returned in the Schema response element of
DescribeType.
The configuration data for the extension in this account and Region.
The configuration data must be formatted as JSON and validate against the extension's schema
returned in the Schema response element of
DescribeType.
An alias by which to refer to this extension configuration data.
Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.
An alias by which to refer to this extension configuration data.
Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.
The type of extension.
Conditional: You must specify ConfigurationArn, or Type and TypeName.
The type of extension.
Conditional: You must specify ConfigurationArn, or Type and TypeName.
The Amazon Resource Name (ARN) for the extension in this account and Region.
For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.
Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.
The Amazon Resource Name (ARN) for the extension in this account and Region.
For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.
Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.
The name of the extension.
Conditional: You must specify ConfigurationArn, or Type and TypeName.
The name of the extension.
Conditional: You must specify ConfigurationArn, or Type and TypeName.