public static interface CfnApplicationV2.ZeppelinApplicationConfigurationProperty
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.*; ZeppelinApplicationConfigurationProperty zeppelinApplicationConfigurationProperty = ZeppelinApplicationConfigurationProperty.builder() .catalogConfiguration(CatalogConfigurationProperty.builder() .glueDataCatalogConfiguration(GlueDataCatalogConfigurationProperty.builder() .databaseArn("databaseArn") .build()) .build()) .customArtifactsConfiguration(List.of(CustomArtifactConfigurationProperty.builder() .artifactType("artifactType") // the properties below are optional .mavenReference(MavenReferenceProperty.builder() .artifactId("artifactId") .groupId("groupId") .version("version") .build()) .s3ContentLocation(S3ContentLocationProperty.builder() .bucketArn("bucketArn") .fileKey("fileKey") .objectVersion("objectVersion") .build()) .build())) .deployAsApplicationConfiguration(DeployAsApplicationConfigurationProperty.builder() .s3ContentLocation(S3ContentBaseLocationProperty.builder() .basePath("basePath") .bucketArn("bucketArn") .build()) .build()) .monitoringConfiguration(ZeppelinMonitoringConfigurationProperty.builder() .logLevel("logLevel") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationV2.ZeppelinApplicationConfigurationProperty.Builder
|
static class |
CfnApplicationV2.ZeppelinApplicationConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.ZeppelinApplicationConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationV2.ZeppelinApplicationConfigurationProperty.Builder |
builder() |
default java.lang.Object |
getCatalogConfiguration()
The Amazon Glue Data Catalog that you use in queries in a Kinesis Data Analytics Studio notebook.
|
default java.lang.Object |
getCustomArtifactsConfiguration()
A list of `CustomArtifactConfiguration` objects.
|
default java.lang.Object |
getDeployAsApplicationConfiguration()
The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.
|
default java.lang.Object |
getMonitoringConfiguration()
The monitoring configuration of a Kinesis Data Analytics Studio notebook.
|
default java.lang.Object getCatalogConfiguration()
default java.lang.Object getCustomArtifactsConfiguration()
default java.lang.Object getDeployAsApplicationConfiguration()
default java.lang.Object getMonitoringConfiguration()