@Stability(value=Stable)
public static interface CfnFunction.CodeProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFunction.CodeProperty.Builder
A builder for
CfnFunction.CodeProperty |
static class |
CfnFunction.CodeProperty.Jsii$Proxy
An implementation for
CfnFunction.CodeProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFunction.CodeProperty.Builder |
builder() |
default String |
getImageUri()
`CfnFunction.CodeProperty.ImageUri`.
|
default String |
getS3Bucket()
`CfnFunction.CodeProperty.S3Bucket`.
|
default String |
getS3Key()
`CfnFunction.CodeProperty.S3Key`.
|
default String |
getS3ObjectVersion()
`CfnFunction.CodeProperty.S3ObjectVersion`.
|
default String |
getZipFile()
`CfnFunction.CodeProperty.ZipFile`.
|
@Stability(value=Stable) @Nullable default String getImageUri()
@Stability(value=Stable) @Nullable default String getS3Bucket()
@Stability(value=Stable) @Nullable default String getS3Key()
@Stability(value=Stable) @Nullable default String getS3ObjectVersion()
@Stability(value=Stable) @Nullable default String getZipFile()
@Stability(value=Stable) static CfnFunction.CodeProperty.Builder builder()
CfnFunction.CodeProperty.Builder
of CfnFunction.CodeProperty
Copyright © 2021. All rights reserved.