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
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 |
| 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
Remarks
Type union: either IResolvable or CfnApplicationPropsMixin.ICatalogConfigurationProperty
CustomArtifactsConfiguration
A list of CustomArtifactConfiguration objects.
object? CustomArtifactsConfiguration { get; }
Property Value
Remarks
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
Remarks
Type union: either IResolvable or CfnApplicationPropsMixin.IDeployAsApplicationConfigurationProperty
MonitoringConfiguration
The monitoring configuration of a Kinesis Data Analytics Studio notebook.
object? MonitoringConfiguration { get; }
Property Value
Remarks
Type union: either IResolvable or CfnApplicationPropsMixin.IZeppelinMonitoringConfigurationProperty