Class: Aws::CloudFormation::Types::RequiredActivatedType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#original_type_nameString

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.

Returns:

  • (String)


6570
6571
6572
6573
6574
6575
6576
6577
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6570

class RequiredActivatedType < Struct.new(
  :type_name_alias,
  :original_type_name,
  :publisher_id,
  :supported_major_versions)
  SENSITIVE = []
  include Aws::Structure
end

#publisher_idString

The publisher ID of the extension publisher.

Returns:

  • (String)


6570
6571
6572
6573
6574
6575
6576
6577
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6570

class RequiredActivatedType < Struct.new(
  :type_name_alias,
  :original_type_name,
  :publisher_id,
  :supported_major_versions)
  SENSITIVE = []
  include Aws::Structure
end

#supported_major_versionsArray<Integer>

A list of the major versions of the extension type that the macro supports.

Returns:

  • (Array<Integer>)


6570
6571
6572
6573
6574
6575
6576
6577
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6570

class RequiredActivatedType < Struct.new(
  :type_name_alias,
  :original_type_name,
  :publisher_id,
  :supported_major_versions)
  SENSITIVE = []
  include Aws::Structure
end

#type_name_aliasString

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.

Returns:

  • (String)


6570
6571
6572
6573
6574
6575
6576
6577
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6570

class RequiredActivatedType < Struct.new(
  :type_name_alias,
  :original_type_name,
  :publisher_id,
  :supported_major_versions)
  SENSITIVE = []
  include Aws::Structure
end