public static interface CfnApplicationV2.DeployAsApplicationConfigurationProperty
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.*; DeployAsApplicationConfigurationProperty deployAsApplicationConfigurationProperty = DeployAsApplicationConfigurationProperty.builder() .s3ContentLocation(S3ContentBaseLocationProperty.builder() .bucketArn("bucketArn") // the properties below are optional .basePath("basePath") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationV2.DeployAsApplicationConfigurationProperty.Builder
|
static class |
CfnApplicationV2.DeployAsApplicationConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.DeployAsApplicationConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationV2.DeployAsApplicationConfigurationProperty.Builder |
builder() |
java.lang.Object |
getS3ContentLocation()
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
|
java.lang.Object getS3ContentLocation()