Class: Aws::CloudFormation::Types::RequiredActivatedType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::RequiredActivatedType
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#original_type_name ⇒ String
The type name of the public extension.
-
#publisher_id ⇒ String
The publisher ID of the extension publisher.
-
#supported_major_versions ⇒ Array<Integer>
A list of the major versions of the extension type that the macro supports.
-
#type_name_alias ⇒ String
An alias assigned to the public extension, in this account and Region.
Instance Attribute Details
#original_type_name ⇒ String
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.
6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6640 class RequiredActivatedType < Struct.new( :type_name_alias, :original_type_name, :publisher_id, :supported_major_versions) SENSITIVE = [] include Aws::Structure end |
#publisher_id ⇒ String
The publisher ID of the extension publisher.
6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6640 class RequiredActivatedType < Struct.new( :type_name_alias, :original_type_name, :publisher_id, :supported_major_versions) SENSITIVE = [] include Aws::Structure end |
#supported_major_versions ⇒ Array<Integer>
A list of the major versions of the extension type that the macro supports.
6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6640 class RequiredActivatedType < Struct.new( :type_name_alias, :original_type_name, :publisher_id, :supported_major_versions) SENSITIVE = [] include Aws::Structure end |
#type_name_alias ⇒ String
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.
6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6640 class RequiredActivatedType < Struct.new( :type_name_alias, :original_type_name, :publisher_id, :supported_major_versions) SENSITIVE = [] include Aws::Structure end |