Interface CfnApplicationPropsMixin.S3ContentBaseLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.S3ContentBaseLocationProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.S3ContentBaseLocationProperty
extends software.amazon.jsii.JsiiSerializable
The base location of the Amazon Data Analytics application.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.*;
S3ContentBaseLocationProperty s3ContentBaseLocationProperty = S3ContentBaseLocationProperty.builder()
.basePath("basePath")
.bucketArn("bucketArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationPropsMixin.S3ContentBaseLocationPropertystatic final classAn implementation forCfnApplicationPropsMixin.S3ContentBaseLocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBasePath
The base path for the S3 bucket.- See Also:
-
getBucketArn
The Amazon Resource Name (ARN) of the S3 bucket.- See Also:
-
builder
-