Interface FileDestination
-
- All Superinterfaces:
AwsDestination,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FileDestination.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.785Z") @Stability(Stable) public interface FileDestination extends software.amazon.jsii.JsiiSerializable, AwsDestination
Where in S3 a file asset needs to be published.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFileDestination.BuilderA builder forFileDestinationstatic classFileDestination.Jsii$ProxyAn implementation forFileDestination
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FileDestination.Builderbuilder()StringgetBucketName()The name of the bucket.StringgetObjectKey()The destination object key.-
Methods inherited from interface software.amazon.awscdk.cloudassembly.schema.AwsDestination
getAssumeRoleAdditionalOptions, getAssumeRoleArn, getAssumeRoleExternalId, getRegion
-
-
-
-
Method Detail
-
getBucketName
@Stability(Stable) @NotNull String getBucketName()
The name of the bucket.
-
getObjectKey
@Stability(Stable) @NotNull String getObjectKey()
The destination object key.
-
builder
@Stability(Stable) static FileDestination.Builder builder()
- Returns:
- a
FileDestination.BuilderofFileDestination
-
-