public static interface CfnAssociation.S3OutputLocationProperty
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 java.lang.String |
getOutputS3BucketName()
The name of the S3 bucket.
|
default java.lang.String |
getOutputS3KeyPrefix()
The S3 bucket subfolder.
|
default java.lang.String |
getOutputS3Region()
The AWS Region of the S3 bucket.
|
default java.lang.String getOutputS3BucketName()
default java.lang.String getOutputS3KeyPrefix()
default java.lang.String getOutputS3Region()
static CfnAssociation.S3OutputLocationProperty.Builder builder()