Interface CfnAnalysisPropsMixin.StaticFileS3SourceOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.StaticFileS3SourceOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.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.mixins.preview.services.quicksight.mixins.*;
StaticFileS3SourceOptionsProperty staticFileS3SourceOptionsProperty = StaticFileS3SourceOptionsProperty.builder()
.bucketName("bucketName")
.objectKey("objectKey")
.region("region")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.StaticFileS3SourceOptionsPropertystatic final classAn implementation forCfnAnalysisPropsMixin.StaticFileS3SourceOptionsProperty -
Method Summary
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
-