class
Amazonite::CloudFormation::RequiredActivatedType
- Amazonite::CloudFormation::RequiredActivatedType
- Reference
- Object
Overview
For extensions that are modules, a public third-party extension that must be activated in your account in order for the module itself to be activated.
For more information, see Requirements for activating third-party public modules in the CloudFormation User Guide.
Defined in:
cloudformation/required_activated_type.crConstructors
- .from_xml(node : XML::Node) : self
- .new(type_name_alias : String | Nil = nil, original_type_name : String | Nil = nil, publisher_id : String | Nil = nil, supported_major_versions : Array(Int32) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#original_type_name : String | Nil
The type name of the public extension.
-
#original_type_name=(original_type_name : String | Nil)
The type name of the public extension.
-
#publisher_id : String | Nil
The publisher ID of the extension publisher.
-
#publisher_id=(publisher_id : String | Nil)
The publisher ID of the extension publisher.
-
#supported_major_versions : Array(Int32) | Nil
A list of the major versions of the extension type that the macro supports.
-
#supported_major_versions=(supported_major_versions : Array(Int32) | Nil)
A list of the major versions of the extension type that the macro supports.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_name_alias : String | Nil
An alias assigned to the public extension, in this account and Region.
-
#type_name_alias=(type_name_alias : String | Nil)
An alias assigned to the public extension, in this account and Region.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The type name of the public extension.
If you specified a TypeNameAlias when enabling the extension in this account and Region,
CloudFormation treats that alias as the extension's type name within the account and Region, not
the type name of the public extension. For more information, see Use aliases to refer to
extensions
in the CloudFormation User Guide.
The type name of the public extension.
If you specified a TypeNameAlias when enabling the extension in this account and Region,
CloudFormation treats that alias as the extension's type name within the account and Region, not
the type name of the public extension. For more information, see Use aliases to refer to
extensions
in the CloudFormation User Guide.
A list of the major versions of the extension type that the macro supports.
A list of the major versions of the extension type that the macro supports.
An alias assigned to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
An alias assigned to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.