@Stability(value=Stable)
public static interface CfnApplication.DeployAsApplicationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
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 |
CfnApplication.DeployAsApplicationConfigurationProperty.Builder
A builder for
CfnApplication.DeployAsApplicationConfigurationProperty |
static class |
CfnApplication.DeployAsApplicationConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplication.DeployAsApplicationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.DeployAsApplicationConfigurationProperty.Builder |
builder() |
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.
|
@Stability(value=Stable) @NotNull Object getS3ContentLocation()
@Stability(value=Stable) static CfnApplication.DeployAsApplicationConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.