Show / Hide Table of Contents

Interface CfnApplicationPropsMixin.IZeppelinApplicationConfigurationProperty

The configuration of a Kinesis Data Analytics Studio notebook.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnApplicationPropsMixin.IZeppelinApplicationConfigurationProperty
Syntax (vb)
Public Interface CfnApplicationPropsMixin.IZeppelinApplicationConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-zeppelinapplicationconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2;

             var zeppelinApplicationConfigurationProperty = new ZeppelinApplicationConfigurationProperty {
                 CatalogConfiguration = new CatalogConfigurationProperty {
                     GlueDataCatalogConfiguration = new GlueDataCatalogConfigurationProperty {
                         DatabaseArn = "databaseArn"
                     }
                 },
                 CustomArtifactsConfiguration = new [] { new CustomArtifactConfigurationProperty {
                     ArtifactType = "artifactType",
                     MavenReference = new MavenReferenceProperty {
                         ArtifactId = "artifactId",
                         GroupId = "groupId",
                         Version = "version"
                     },
                     S3ContentLocation = new S3ContentLocationProperty {
                         BucketArn = "bucketArn",
                         FileKey = "fileKey",
                         ObjectVersion = "objectVersion"
                     }
                 } },
                 DeployAsApplicationConfiguration = new DeployAsApplicationConfigurationProperty {
                     S3ContentLocation = new S3ContentBaseLocationProperty {
                         BasePath = "basePath",
                         BucketArn = "bucketArn"
                     }
                 },
                 MonitoringConfiguration = new ZeppelinMonitoringConfigurationProperty {
                     LogLevel = "logLevel"
                 }
             };

Synopsis

Properties

CatalogConfiguration

The Amazon Glue Data Catalog that you use in queries in a Kinesis Data Analytics Studio notebook.

CustomArtifactsConfiguration

A list of CustomArtifactConfiguration objects.

DeployAsApplicationConfiguration

The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.

MonitoringConfiguration

The monitoring configuration of a Kinesis Data Analytics Studio notebook.

Properties

CatalogConfiguration

The Amazon Glue Data Catalog that you use in queries in a Kinesis Data Analytics Studio notebook.

object? CatalogConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-zeppelinapplicationconfiguration.html#cfn-kinesisanalyticsv2-application-zeppelinapplicationconfiguration-catalogconfiguration

Type union: either IResolvable or CfnApplicationPropsMixin.ICatalogConfigurationProperty

CustomArtifactsConfiguration

A list of CustomArtifactConfiguration objects.

object? CustomArtifactsConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-zeppelinapplicationconfiguration.html#cfn-kinesisanalyticsv2-application-zeppelinapplicationconfiguration-customartifactsconfiguration

Type union: either IResolvable or (either IResolvable or CfnApplicationPropsMixin.ICustomArtifactConfigurationProperty)[]

DeployAsApplicationConfiguration

The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.

object? DeployAsApplicationConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-zeppelinapplicationconfiguration.html#cfn-kinesisanalyticsv2-application-zeppelinapplicationconfiguration-deployasapplicationconfiguration

Type union: either IResolvable or CfnApplicationPropsMixin.IDeployAsApplicationConfigurationProperty

MonitoringConfiguration

The monitoring configuration of a Kinesis Data Analytics Studio notebook.

object? MonitoringConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-zeppelinapplicationconfiguration.html#cfn-kinesisanalyticsv2-application-zeppelinapplicationconfiguration-monitoringconfiguration

Type union: either IResolvable or CfnApplicationPropsMixin.IZeppelinMonitoringConfigurationProperty

Back to top Generated by DocFX