| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudformation |
AWS CloudFormation Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnPublicTypeVersion.Builder |
CfnPublicTypeVersion.Builder.arn(String arn)
The Amazon Resource Number (ARN) of the extension.
|
static CfnPublicTypeVersion.Builder |
CfnPublicTypeVersion.Builder.create(software.constructs.Construct scope,
String id) |
CfnPublicTypeVersion.Builder |
CfnPublicTypeVersion.Builder.logDeliveryBucket(String logDeliveryBucket)
The S3 bucket to which CloudFormation delivers the contract test execution logs.
|
CfnPublicTypeVersion.Builder |
CfnPublicTypeVersion.Builder.publicVersionNumber(String publicVersionNumber)
The version number to assign to this version of the extension.
|
CfnPublicTypeVersion.Builder |
CfnPublicTypeVersion.Builder.type(String type)
The type of the extension to test.
|
CfnPublicTypeVersion.Builder |
CfnPublicTypeVersion.Builder.typeName(String typeName)
The name of the extension to test.
|
Copyright © 2022. All rights reserved.