class
Amazonite::CloudFormation::TypeConfigurationIdentifier
- Amazonite::CloudFormation::TypeConfigurationIdentifier
- Reference
- Object
Overview
Identifying information for the configuration of a CloudFormation extension.
Defined in:
cloudformation/type_configuration_identifier.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type_arn : String | Nil = nil, type_configuration_alias : String | Nil = nil, type_configuration_arn : String | Nil = nil, type : ThirdPartyType | Nil = nil, type_name : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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 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_configuration_alias : String | Nil
The alias specified for this configuration, if one was specified when the configuration was set.
-
#type_configuration_alias=(type_configuration_alias : String | Nil)
The alias specified for this configuration, if one was specified when the configuration was set.
-
#type_configuration_arn : String | Nil
The ARN for the configuration, in this account and Region.
-
#type_configuration_arn=(type_configuration_arn : String | Nil)
The ARN for the configuration, in this account and Region.
-
#type_name : String | Nil
The name of the extension type to which this configuration applies.
-
#type_name=(type_name : String | Nil)
The name of the extension type to which this configuration applies.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The ARN for the configuration, in this account and Region.
The ARN for the configuration, in this account and Region.
The name of the extension type to which this configuration applies.