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 Activating public modules for use in your account 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 Specifying
aliases to refer to extensions in the CloudFormation User
Guide.
5944 5945 5946 5947 5948 5949 5950 5951 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5944 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.
5944 5945 5946 5947 5948 5949 5950 5951 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5944 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.
5944 5945 5946 5947 5948 5949 5950 5951 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5944 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.
5944 5945 5946 5947 5948 5949 5950 5951 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5944 class RequiredActivatedType < Struct.new( :type_name_alias, :original_type_name, :publisher_id, :supported_major_versions) SENSITIVE = [] include Aws::Structure end |