public_type_version
Gets an individual public_type_version
resource
Overview
Name | public_type_version |
Type | Resource |
Description | public_type_version |
Id | awscc.cloudformation.public_type_version |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Number (ARN) of the extension. |
type_version_arn | string | The Amazon Resource Number (ARN) of the extension with the versionId. |
public_version_number | string | The version number of a public third-party extension |
publisher_id | string | The publisher id assigned by CloudFormation for publishing in this region. |
public_type_arn | string | The Amazon Resource Number (ARN) assigned to the public extension upon publication |
type_name | string | The name of the type being registered.<br/><br/>We recommend that type names adhere to the following pattern: company_or_organization::service::type. |
log_delivery_bucket | string | A url to the S3 bucket where logs for the testType run will be available |
type | string | The kind of extension |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
type_version_arn,
public_version_number,
publisher_id,
public_type_arn,
type_name,
log_delivery_bucket,
type
FROM awscc.cloudformation.public_type_version
WHERE data__Identifier = '<PublicTypeArn>';
Permissions
To operate on the public_type_version
resource, the following permissions are required:
Read
cloudformation:DescribeType,
cloudformation:DescribePublisher