@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.858Z") @Stability(value=Stable) public interface FileDestination extends software.amazon.jsii.JsiiSerializable, AwsDestination
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
FileDestination fileDestination = FileDestination.builder()
.bucketName("bucketName")
.objectKey("objectKey")
// the properties below are optional
.assumeRoleArn("assumeRoleArn")
.assumeRoleExternalId("assumeRoleExternalId")
.region("region")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileDestination.Builder
A builder for
FileDestination |
static class |
FileDestination.Jsii$Proxy
An implementation for
FileDestination |
| Modifier and Type | Method and Description |
|---|---|
static FileDestination.Builder |
builder() |
String |
getBucketName()
The name of the bucket.
|
String |
getObjectKey()
The destination object key.
|
getAssumeRoleArn, getAssumeRoleExternalId, getRegion@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @NotNull String getObjectKey()
@Stability(value=Stable) static FileDestination.Builder builder()
builder in interface AwsDestinationFileDestination.Builder of FileDestinationCopyright © 2022. All rights reserved.