Class: Aws::CloudFormation::Types::DescribeTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeTypeOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the extension.
-
#auto_update ⇒ Boolean
Whether CloudFormation automatically updates the extension in this account and Region when a new minor version is published by the extension publisher.
-
#configuration_schema ⇒ String
A JSON string that represent the current configuration data for the extension in this account and Region.
-
#default_version_id ⇒ String
The ID of the default version of the extension.
-
#deprecated_status ⇒ String
The deprecation status of the extension version.
-
#description ⇒ String
The description of the extension.
-
#documentation_url ⇒ String
The URL of a page providing detailed documentation for this extension.
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension.
-
#is_activated ⇒ Boolean
Whether the extension is activated in the account and Region.
-
#is_default_version ⇒ Boolean
Whether the specified extension version is set as the default version.
-
#last_updated ⇒ Time
When the specified extension version was registered.
-
#latest_public_version ⇒ String
The latest version of a public extension *that is available* for use.
-
#logging_config ⇒ Types::LoggingConfig
Contains logging configuration information for private extensions.
-
#original_type_arn ⇒ String
For public extensions that have been activated for this account and Region, the Amazon Resource Name (ARN) of the public extension.
-
#original_type_name ⇒ String
For public extensions that have been activated for this account and Region, the type name of the public extension.
-
#provisioning_type ⇒ String
For resource type extensions, the provisioning behavior of the resource type.
-
#public_version_number ⇒ String
The version number of a public third-party extension.
-
#publisher_id ⇒ String
The publisher ID of the extension publisher.
-
#required_activated_types ⇒ Array<Types::RequiredActivatedType>
For extensions that are modules, the public third-party extensions that must be activated in your account in order for the module itself to be activated.
-
#schema ⇒ String
The schema that defines the extension.
-
#source_url ⇒ String
The URL of the source code for the extension.
-
#time_created ⇒ Time
When the specified private extension version was registered or activated in your account.
-
#type ⇒ String
The kind of extension.
-
#type_name ⇒ String
The name of the extension.
-
#type_tests_status ⇒ String
The contract test status of the registered extension version.
-
#type_tests_status_description ⇒ String
The description of the test status.
-
#visibility ⇒ String
The scope at which the extension is visible and usable in CloudFormation operations.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the extension.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#auto_update ⇒ Boolean
Whether CloudFormation automatically updates the extension in this account and Region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated. For more information, see [Automatically use new versions of extensions] in the *CloudFormation User Guide*.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#configuration_schema ⇒ String
A JSON string that represent the current configuration data for the extension in this account and Region.
To set the configuration data for an extension, use [SetTypeConfiguration]. For more information, see [Edit configuration data for extensions in your account] in the *CloudFormation User Guide*.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html [2]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#default_version_id ⇒ String
The ID of the default version of the extension. The default version is used when the extension version isn’t specified.
This applies only to private extensions you have registered in your account. For public extensions, both those provided by Amazon Web Services and published by third parties, CloudFormation returns ‘null`. For more information, see [RegisterType].
To set the default version of an extension, use SetTypeDefaultVersion.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#deprecated_status ⇒ String
The deprecation status of the extension version.
Valid values include:
-
‘LIVE`: The extension is activated or registered and can be used in CloudFormation operations, dependent on its provisioning behavior and visibility scope.
-
‘DEPRECATED`: The extension has been deactivated or deregistered and can no longer be used in CloudFormation operations.
For public third-party extensions, CloudFormation returns ‘null`.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the extension.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#documentation_url ⇒ String
The URL of a page providing detailed documentation for this extension.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension. This applies only to private extensions you have registered in your account. For more information, see [RegisterType].
If the registered extension calls any Amazon Web Services APIs, you must create an <a href=“https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html”>IAM execution role</a> that includes the necessary permissions to call those Amazon Web Services APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your extension with the appropriate credentials.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#is_activated ⇒ Boolean
Whether the extension is activated in the account and Region.
This only applies to public third-party extensions. For all other extensions, CloudFormation returns ‘null`.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#is_default_version ⇒ Boolean
Whether the specified extension version is set as the default version.
This applies only to private extensions you have registered in your account, and extensions published by Amazon Web Services. For public third-party extensions, whether they are activated in your account, CloudFormation returns ‘null`.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
When the specified extension version was registered. This applies only to:
-
Private extensions you have registered in your account. For more information, see [RegisterType].
-
Public extensions you have activated in your account with auto-update specified. For more information, see [ActivateType].
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html [2]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#latest_public_version ⇒ String
The latest version of a public extension *that is available* for use.
This only applies if you specify a public extension, and you don’t specify a version. For all other requests, CloudFormation returns ‘null`.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#logging_config ⇒ Types::LoggingConfig
Contains logging configuration information for private extensions. This applies only to private extensions you have registered in your account. For public extensions, both those provided by Amazon Web Services and published by third parties, CloudFormation returns ‘null`. For more information, see [RegisterType].
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterType.html
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#original_type_arn ⇒ String
For public extensions that have been activated for this account and Region, the Amazon Resource Name (ARN) of the public extension.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#original_type_name ⇒ String
For public extensions that have been activated for this account and Region, 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*.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#provisioning_type ⇒ String
For resource type extensions, the provisioning behavior of the resource type. CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
-
‘FULLY_MUTABLE`: The resource type includes an update handler to process updates to the type during stack update operations.
-
‘IMMUTABLE`: The resource type doesn’t include an update handler, so the type can’t be updated and must instead be replaced during stack update operations.
-
‘NON_PROVISIONABLE`: The resource type doesn’t include all the following handlers, and therefore can’t actually be provisioned.
-
create
-
read
-
delete
-
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#public_version_number ⇒ String
The version number of a public third-party extension.
This applies only if you specify a public extension you have activated in your account, or specify a public extension without specifying a version. For all other extensions, CloudFormation returns ‘null`.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#publisher_id ⇒ String
The publisher ID of the extension publisher.
This applies only to public third-party extensions. For private registered extensions, and extensions provided by Amazon Web Services, CloudFormation returns ‘null`.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#required_activated_types ⇒ Array<Types::RequiredActivatedType>
For extensions that are modules, the public third-party extensions that must be activated in your account in order for the module itself to be activated.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
The schema that defines the extension.
For more information about extension schemas, see [Resource type schema] in the *CloudFormation Command Line Interface (CLI) User Guide*.
[1]: docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#source_url ⇒ String
The URL of the source code for the extension.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#time_created ⇒ Time
When the specified private extension version was registered or activated in your account.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The kind of extension.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the extension.
If the extension is a public third-party type you have activated with a type name alias, CloudFormation returns the type name alias. For more information, see [ActivateType].
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ActivateType.html
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#type_tests_status ⇒ String
The contract test status of the registered extension version. To return the extension test status of a specific extension version, you must specify ‘VersionId`.
This applies only to registered private extension versions. CloudFormation doesn’t return this information for public extensions, whether they are activated in your account.
-
‘PASSED`: The extension has passed all its contract tests.
An extension must have a test status of ‘PASSED` before it can be published. For more information, see [Publishing extensions to make them available for public use] in the *CloudFormation Command Line Interface (CLI) User Guide*.
-
‘FAILED`: The extension has failed one or more contract tests.
-
‘IN_PROGRESS`: Contract tests are currently being performed on the extension.
-
‘NOT_TESTED`: Contract tests haven’t been performed on the extension.
[1]: docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#type_tests_status_description ⇒ String
The description of the test status. To return the extension test status of a specific extension version, you must specify ‘VersionId`.
This applies only to registered private extension versions. CloudFormation doesn’t return this information for public extensions, whether they are activated in your account.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The scope at which the extension is visible and usable in CloudFormation operations.
Valid values include:
-
‘PRIVATE`: The extension is only visible and usable within the account in which it is registered. CloudFormation marks any extensions you register as `PRIVATE`.
-
‘PUBLIC`: The extension is publicly visible and usable within any Amazon Web Services account.
3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3743 class DescribeTypeOutput < Struct.new( :arn, :type, :type_name, :default_version_id, :is_default_version, :type_tests_status, :type_tests_status_description, :description, :schema, :provisioning_type, :deprecated_status, :logging_config, :required_activated_types, :execution_role_arn, :visibility, :source_url, :documentation_url, :last_updated, :time_created, :configuration_schema, :publisher_id, :original_type_name, :original_type_arn, :public_version_number, :latest_public_version, :is_activated, :auto_update) SENSITIVE = [] include Aws::Structure end |