@Stability(value=Stable)
public static interface CfnApplicationV2.CodeContentProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationV2.CodeContentProperty.Builder
A builder for
CfnApplicationV2.CodeContentProperty |
static class |
CfnApplicationV2.CodeContentProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.CodeContentProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationV2.CodeContentProperty.Builder |
builder() |
default Object |
getS3ContentLocation()
`CfnApplicationV2.CodeContentProperty.S3ContentLocation`.
|
default String |
getTextContent()
`CfnApplicationV2.CodeContentProperty.TextContent`.
|
default String |
getZipFileContent()
`CfnApplicationV2.CodeContentProperty.ZipFileContent`.
|
@Stability(value=Stable) @Nullable default Object getS3ContentLocation()
@Stability(value=Stable) @Nullable default String getTextContent()
@Stability(value=Stable) @Nullable default String getZipFileContent()
@Stability(value=Stable) static CfnApplicationV2.CodeContentProperty.Builder builder()
Copyright © 2021. All rights reserved.