Interface CfnApplicationV2.S3ContentBaseLocationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplicationV2.S3ContentBaseLocationProperty.Jsii$Proxy
Enclosing class:
CfnApplicationV2

@Stability(Stable) public static interface CfnApplicationV2.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.services.kinesisanalytics.*;
 S3ContentBaseLocationProperty s3ContentBaseLocationProperty = S3ContentBaseLocationProperty.builder()
         .bucketArn("bucketArn")
         // the properties below are optional
         .basePath("basePath")
         .build();
 

See Also: