Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry
Source:R/cloudformation_operations.R
cloudformation_test_type.RdTests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.
See https://www.paws-r-sdk.com/docs/cloudformation_test_type/ for full documentation.
Usage
cloudformation_test_type(
Arn = NULL,
Type = NULL,
TypeName = NULL,
VersionId = NULL,
LogDeliveryBucket = NULL
)Arguments
- Arn
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify
Arn, orTypeNameandType.- Type
The type of the extension to test.
Conditional: You must specify
Arn, orTypeNameandType.- TypeName
The name of the extension to test.
Conditional: You must specify
Arn, orTypeNameandType.- VersionId
The 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.
- LogDeliveryBucket
The 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 Identity and Access Management User Guide.