@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.272Z") @Stability(value=Stable) public interface CfnPublicTypeVersionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudformation.*;
CfnPublicTypeVersionProps cfnPublicTypeVersionProps = CfnPublicTypeVersionProps.builder()
.arn("arn")
.logDeliveryBucket("logDeliveryBucket")
.publicVersionNumber("publicVersionNumber")
.type("type")
.typeName("typeName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPublicTypeVersionProps.Builder
A builder for
CfnPublicTypeVersionProps |
static class |
CfnPublicTypeVersionProps.Jsii$Proxy
An implementation for
CfnPublicTypeVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPublicTypeVersionProps.Builder |
builder() |
default String |
getArn()
`AWS::CloudFormation::PublicTypeVersion.Arn`.
|
default String |
getLogDeliveryBucket()
`AWS::CloudFormation::PublicTypeVersion.LogDeliveryBucket`.
|
default String |
getPublicVersionNumber()
`AWS::CloudFormation::PublicTypeVersion.PublicVersionNumber`.
|
default String |
getType()
`AWS::CloudFormation::PublicTypeVersion.Type`.
|
default String |
getTypeName()
`AWS::CloudFormation::PublicTypeVersion.TypeName`.
|
@Stability(value=Stable) @Nullable default String getArn()
@Stability(value=Stable) @Nullable default String getLogDeliveryBucket()
@Stability(value=Stable) @Nullable default String getPublicVersionNumber()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default String getTypeName()
@Stability(value=Stable) static CfnPublicTypeVersionProps.Builder builder()
CfnPublicTypeVersionProps.Builder of CfnPublicTypeVersionPropsCopyright © 2021. All rights reserved.