Interface CfnAnalysis.StaticFileS3SourceOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.StaticFileS3SourceOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.StaticFileS3SourceOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The structure that contains the Amazon S3 location to download the static file from.
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.quicksight.*; StaticFileS3SourceOptionsProperty staticFileS3SourceOptionsProperty = StaticFileS3SourceOptionsProperty.builder() .bucketName("bucketName") .objectKey("objectKey") .region("region") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.StaticFileS3SourceOptionsProperty
static final class
An implementation forCfnAnalysis.StaticFileS3SourceOptionsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the Amazon S3 bucket.The identifier of the static file in the Amazon S3 bucket.The Region of the Amazon S3 account that contains the bucket.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
The name of the Amazon S3 bucket.- See Also:
-
getObjectKey
The identifier of the static file in the Amazon S3 bucket.- See Also:
-
getRegion
The Region of the Amazon S3 account that contains the bucket.- See Also:
-
builder
-