Interface CfnApplication.S3ContentBaseLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.S3ContentBaseLocationProperty.Jsii$Proxy
- Enclosing class:
CfnApplication
@Stability(Stable)
public static interface CfnApplication.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.kinesisanalyticsv2.*;
S3ContentBaseLocationProperty s3ContentBaseLocationProperty = S3ContentBaseLocationProperty.builder()
.bucketArn("bucketArn")
// the properties below are optional
.basePath("basePath")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.S3ContentBaseLocationPropertystatic final classAn implementation forCfnApplication.S3ContentBaseLocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketArn
The Amazon Resource Name (ARN) of the S3 bucket.- See Also:
-
getBasePath
The base path for the S3 bucket.- See Also:
-
builder
-