@Stability(value=Stable)
public static interface CfnAssociation.InstanceAssociationOutputLocationProperty
extends software.amazon.jsii.JsiiSerializable
For the minimal permissions required to enable Amazon S3 output for an association, see Creating associations in the Systems Manager User Guide .
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.*;
InstanceAssociationOutputLocationProperty instanceAssociationOutputLocationProperty = InstanceAssociationOutputLocationProperty.builder()
.s3Location(S3OutputLocationProperty.builder()
.outputS3BucketName("outputS3BucketName")
.outputS3KeyPrefix("outputS3KeyPrefix")
.outputS3Region("outputS3Region")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssociation.InstanceAssociationOutputLocationProperty.Builder
A builder for
CfnAssociation.InstanceAssociationOutputLocationProperty |
static class |
CfnAssociation.InstanceAssociationOutputLocationProperty.Jsii$Proxy
An implementation for
CfnAssociation.InstanceAssociationOutputLocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssociation.InstanceAssociationOutputLocationProperty.Builder |
builder() |
default Object |
getS3Location()
`S3OutputLocation` is a property of the [InstanceAssociationOutputLocation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-instanceassociationoutputlocation.html) property that specifies an Amazon S3 bucket where you want to store the results of this request.
|
@Stability(value=Stable) @Nullable default Object getS3Location()
@Stability(value=Stable) static CfnAssociation.InstanceAssociationOutputLocationProperty.Builder builder()
Copyright © 2023. All rights reserved.