@Stability(value=Stable)
public static interface CfnAssociation.S3OutputLocationProperty
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.ssm.*;
S3OutputLocationProperty s3OutputLocationProperty = S3OutputLocationProperty.builder()
.outputS3BucketName("outputS3BucketName")
.outputS3KeyPrefix("outputS3KeyPrefix")
.outputS3Region("outputS3Region")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssociation.S3OutputLocationProperty.Builder
A builder for
CfnAssociation.S3OutputLocationProperty |
static class |
CfnAssociation.S3OutputLocationProperty.Jsii$Proxy
An implementation for
CfnAssociation.S3OutputLocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssociation.S3OutputLocationProperty.Builder |
builder() |
default String |
getOutputS3BucketName()
The name of the S3 bucket.
|
default String |
getOutputS3KeyPrefix()
The S3 bucket subfolder.
|
default String |
getOutputS3Region()
The AWS Region of the S3 bucket.
|
@Stability(value=Stable) @Nullable default String getOutputS3BucketName()
@Stability(value=Stable) @Nullable default String getOutputS3KeyPrefix()
@Stability(value=Stable) @Nullable default String getOutputS3Region()
@Stability(value=Stable) static CfnAssociation.S3OutputLocationProperty.Builder builder()
Copyright © 2023. All rights reserved.