@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:04.608Z") @Stability(value=Stable) public interface CfnResourceVersionProps 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.*;
CfnResourceVersionProps cfnResourceVersionProps = CfnResourceVersionProps.builder()
.schemaHandlerPackage("schemaHandlerPackage")
.typeName("typeName")
// the properties below are optional
.executionRoleArn("executionRoleArn")
.loggingConfig(LoggingConfigProperty.builder()
.logGroupName("logGroupName")
.logRoleArn("logRoleArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceVersionProps.Builder
A builder for
CfnResourceVersionProps |
static class |
CfnResourceVersionProps.Jsii$Proxy
An implementation for
CfnResourceVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceVersionProps.Builder |
builder() |
default String |
getExecutionRoleArn()
`AWS::CloudFormation::ResourceVersion.ExecutionRoleArn`.
|
default Object |
getLoggingConfig()
`AWS::CloudFormation::ResourceVersion.LoggingConfig`.
|
String |
getSchemaHandlerPackage()
`AWS::CloudFormation::ResourceVersion.SchemaHandlerPackage`.
|
String |
getTypeName()
`AWS::CloudFormation::ResourceVersion.TypeName`.
|
@Stability(value=Stable) @Nullable default String getExecutionRoleArn()
@Stability(value=Stable) @Nullable default Object getLoggingConfig()
@Stability(value=Stable) @NotNull String getSchemaHandlerPackage()
@Stability(value=Stable) @NotNull String getTypeName()
@Stability(value=Stable) static CfnResourceVersionProps.Builder builder()
CfnResourceVersionProps.Builder of CfnResourceVersionPropsCopyright © 2021. All rights reserved.