Test Type
| cloudformation_test_type | R Documentation |
Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry¶
Description¶
Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.
-
For resource types, this includes passing all contracts tests defined for the type.
-
For modules, this includes determining if the module's model meets all necessary requirements.
For more information, see Testing your public extension prior to publishing in the CloudFormation CLI User Guide.
If you don't specify a version, CloudFormation uses the default version of the extension in your account and Region for testing.
To perform testing, CloudFormation assumes the execution role specified
when the type was registered. For more information, see register_type.
Once you've initiated testing on an extension using test_type, you can
pass the returned TypeVersionArn into describe_type to monitor the
current test status and test status description for the extension.
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 CLI User Guide.
Usage¶
Arguments¶
ArnThe Amazon Resource Name (ARN) of the extension.
Conditional: You must specify
Arn, orTypeNameandType.TypeThe type of the extension to test.
Conditional: You must specify
Arn, orTypeNameandType.TypeNameThe name of the extension to test.
Conditional: You must specify
Arn, orTypeNameandType.VersionIdThe version of the extension to test.
You can specify the version id with either
Arn, or withTypeNameandType.If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region for testing.
LogDeliveryBucketThe S3 bucket to which CloudFormation delivers the contract test execution logs.
CloudFormation delivers the logs by the time contract testing has completed and the extension has been assigned a test type status of
PASSEDorFAILED.The user calling
test_typemust be able to access items in the specified S3 bucket. Specifically, the user needs the following permissions:GetObjectPutObject
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide.
Value¶
A list with the following syntax: