Returns detailed information about an extension from the CloudFormation registry in your current account and Region
Source:R/cloudformation_operations.R
cloudformation_describe_type.RdReturns detailed information about an extension from the CloudFormation registry in your current account and Region.
See https://www.paws-r-sdk.com/docs/cloudformation_describe_type/ for full documentation.
Usage
cloudformation_describe_type(
Type = NULL,
TypeName = NULL,
Arn = NULL,
VersionId = NULL,
PublisherId = NULL,
PublicVersionNumber = NULL
)Arguments
- Type
The kind of extension.
Conditional: You must specify either
TypeNameandType, orArn.- TypeName
The name of the extension.
Conditional: You must specify either
TypeNameandType, orArn.- Arn
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either
TypeNameandType, orArn.- VersionId
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.
If you specify a
VersionId,describe_typereturns information about that specific extension version. Otherwise, it returns information about the default extension version.- PublisherId
The publisher ID of the extension publisher.
Extensions provided by Amazon Web Services are not assigned a publisher ID.
- PublicVersionNumber
The version number of a public third-party extension.