class
Amazonite::CloudFormation::TypeConfigurationDetails
- Amazonite::CloudFormation::TypeConfigurationDetails
- Reference
- Object
Overview
Detailed information concerning the specification of a CloudFormation extension in a given account and Region.
For more information, see Edit configuration data for extensions in your account in the CloudFormation User Guide.
Defined in:
cloudformation/type_configuration_details.crConstructors
- .from_xml(node : XML::Node) : self
- .new(arn : String | Nil = nil, alias __arg0 : String | Nil = nil, configuration : String | Nil = nil, last_updated : Time | Nil = nil, type_arn : String | Nil = nil, type_name : String | Nil = nil, is_default_configuration : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alias : String | Nil
The alias specified for this configuration, if one was specified when the configuration was set.
-
#alias=(alias __arg0 : String | Nil)
The alias specified for this configuration, if one was specified when the configuration was set.
-
#arn : String | Nil
The ARN for the configuration data, in this account and Region.
-
#arn=(arn : String | Nil)
The ARN for the configuration data, in this account and Region.
-
#configuration : String | Nil
A JSON string specifying the configuration data for the extension, in this account and Region.
-
#configuration=(configuration : String | Nil)
A JSON string specifying the configuration data for the extension, in this account and Region.
-
#hash(hasher)
See
Object#hash(hasher) -
#is_default_configuration : Bool | Nil
Whether this configuration data is the default configuration for the extension.
-
#is_default_configuration=(is_default_configuration : Bool | Nil)
Whether this configuration data is the default configuration for the extension.
-
#last_updated : Time | Nil
When the configuration data was last updated for this extension.
-
#last_updated=(last_updated : Time | Nil)
When the configuration data was last updated for this extension.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_arn : String | Nil
The ARN for the extension, in this account and Region.
-
#type_arn=(type_arn : String | Nil)
The 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 alias specified for this configuration, if one was specified when the configuration was set.
The alias specified for this configuration, if one was specified when the configuration was set.
A JSON string specifying the configuration data for the extension, in this account and Region.
If a configuration hasn't been set for a specified extension, CloudFormation returns {}.
A JSON string specifying the configuration data for the extension, in this account and Region.
If a configuration hasn't been set for a specified extension, CloudFormation returns {}.
Whether this configuration data is the default configuration for the extension.
Whether this configuration data is the default configuration for the extension.
When the configuration data was last updated for this extension.
If a configuration hasn't been set for a specified extension, CloudFormation returns null.
When the configuration data was last updated for this extension.
If a configuration hasn't been set for a specified extension, CloudFormation returns null.
The 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.
The 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.