View source: R/cloudformation_operations.R
cloudformation_test_type | R Documentation |
Tests 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.
cloudformation_test_type(
Arn = NULL,
Type = NULL,
TypeName = NULL,
VersionId = NULL,
LogDeliveryBucket = NULL
)
Arn |
The Amazon Resource Name (ARN) of the extension. Conditional: You must specify |
Type |
The type of the extension to test. Conditional: You must specify |
TypeName |
The name of the extension to test. Conditional: You must specify |
VersionId |
The version of the extension to test. You can specify the version id with either 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
The user calling
For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Amazon Web Services Identity and Access Management User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.