Class: Aws::CloudFormation::Types::TypeConfigurationIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::TypeConfigurationIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Identifying information for the configuration of a CloudFormation extension.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of extension.
-
#type_arn ⇒ String
The Amazon Resource Name (ARN) for the extension, in this account and region.
-
#type_configuration_alias ⇒ String
The alias specified for this configuration, if one was specified when the configuration was set.
-
#type_configuration_arn ⇒ String
The Amazon Resource Name (ARN) for the configuration, in this account and region.
-
#type_name ⇒ String
The name of the extension type to which this configuration applies.
Instance Attribute Details
#type ⇒ String
The type of extension.
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 8485 class TypeConfigurationIdentifier < Struct.new( :type_arn, :type_configuration_alias, :type_configuration_arn, :type, :type_name) SENSITIVE = [] include Aws::Structure end |
#type_arn ⇒ String
The Amazon Resource Name (ARN) for the extension, in this account and region.
For public extensions, this will be the ARN assigned when you
- activate the type][1
-
in this account and region. For private
extensions, this will be the ARN assigned when you [register the type] in this account and region.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html [2]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 8485 class TypeConfigurationIdentifier < Struct.new( :type_arn, :type_configuration_alias, :type_configuration_arn, :type, :type_name) SENSITIVE = [] include Aws::Structure end |
#type_configuration_alias ⇒ String
The alias specified for this configuration, if one was specified when the configuration was set.
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 8485 class TypeConfigurationIdentifier < Struct.new( :type_arn, :type_configuration_alias, :type_configuration_arn, :type, :type_name) SENSITIVE = [] include Aws::Structure end |
#type_configuration_arn ⇒ String
The Amazon Resource Name (ARN) for the configuration, in this account and region.
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 8485 class TypeConfigurationIdentifier < Struct.new( :type_arn, :type_configuration_alias, :type_configuration_arn, :type, :type_name) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the extension type to which this configuration applies.
8485 8486 8487 8488 8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 8485 class TypeConfigurationIdentifier < Struct.new( :type_arn, :type_configuration_alias, :type_configuration_arn, :type, :type_name) SENSITIVE = [] include Aws::Structure end |