@Stability(value=Stable)
public static interface CfnFunction.S3LocationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
S3LocationProperty s3LocationProperty = S3LocationProperty.builder()
.bucket("bucket")
.key("key")
// the properties below are optional
.version(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.S3LocationProperty.Builder
A builder for
CfnFunction.S3LocationProperty |
static class |
CfnFunction.S3LocationProperty.Jsii$Proxy
An implementation for
CfnFunction.S3LocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.S3LocationProperty.Builder |
builder() |
String |
getBucket()
`CfnFunction.S3LocationProperty.Bucket`.
|
String |
getKey()
`CfnFunction.S3LocationProperty.Key`.
|
default Number |
getVersion()
`CfnFunction.S3LocationProperty.Version`.
|
@Stability(value=Stable) @NotNull String getBucket()
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @Nullable default Number getVersion()
@Stability(value=Stable) static CfnFunction.S3LocationProperty.Builder builder()
Copyright © 2023. All rights reserved.