Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-kinesisanalytics

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-kinesisanalytics - npm Package Compare versions

Comparing version 0.26.0 to 0.27.0

132

lib/kinesisanalytics.generated.d.ts

@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk');

*/
inputs: Array<CfnApplication.InputProperty | cdk.Token> | cdk.Token;
readonly inputs: Array<CfnApplication.InputProperty | cdk.Token> | cdk.Token;
/**

@@ -17,3 +17,3 @@ * `AWS::KinesisAnalytics::Application.ApplicationCode`

*/
applicationCode?: string;
readonly applicationCode?: string;
/**

@@ -23,3 +23,3 @@ * `AWS::KinesisAnalytics::Application.ApplicationDescription`

*/
applicationDescription?: string;
readonly applicationDescription?: string;
/**

@@ -29,3 +29,3 @@ * `AWS::KinesisAnalytics::Application.ApplicationName`

*/
applicationName?: string;
readonly applicationName?: string;
}

@@ -66,3 +66,3 @@ /**

*/
recordColumnDelimiter: string;
readonly recordColumnDelimiter: string;
/**

@@ -72,3 +72,3 @@ * `CfnApplication.CSVMappingParametersProperty.RecordRowDelimiter`

*/
recordRowDelimiter: string;
readonly recordRowDelimiter: string;
}

@@ -85,3 +85,3 @@ }

*/
inputParallelism?: CfnApplication.InputParallelismProperty | cdk.Token;
readonly inputParallelism?: CfnApplication.InputParallelismProperty | cdk.Token;
/**

@@ -91,3 +91,3 @@ * `CfnApplication.InputProperty.InputProcessingConfiguration`

*/
inputProcessingConfiguration?: CfnApplication.InputProcessingConfigurationProperty | cdk.Token;
readonly inputProcessingConfiguration?: CfnApplication.InputProcessingConfigurationProperty | cdk.Token;
/**

@@ -97,3 +97,3 @@ * `CfnApplication.InputProperty.InputSchema`

*/
inputSchema: CfnApplication.InputSchemaProperty | cdk.Token;
readonly inputSchema: CfnApplication.InputSchemaProperty | cdk.Token;
/**

@@ -103,3 +103,3 @@ * `CfnApplication.InputProperty.KinesisFirehoseInput`

*/
kinesisFirehoseInput?: CfnApplication.KinesisFirehoseInputProperty | cdk.Token;
readonly kinesisFirehoseInput?: CfnApplication.KinesisFirehoseInputProperty | cdk.Token;
/**

@@ -109,3 +109,3 @@ * `CfnApplication.InputProperty.KinesisStreamsInput`

*/
kinesisStreamsInput?: CfnApplication.KinesisStreamsInputProperty | cdk.Token;
readonly kinesisStreamsInput?: CfnApplication.KinesisStreamsInputProperty | cdk.Token;
/**

@@ -115,3 +115,3 @@ * `CfnApplication.InputProperty.NamePrefix`

*/
namePrefix: string;
readonly namePrefix: string;
}

@@ -128,3 +128,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
/**

@@ -134,3 +134,3 @@ * `CfnApplication.InputLambdaProcessorProperty.RoleARN`

*/
roleArn: string;
readonly roleArn: string;
}

@@ -147,3 +147,3 @@ }

*/
count?: number | cdk.Token;
readonly count?: number | cdk.Token;
}

@@ -160,3 +160,3 @@ }

*/
inputLambdaProcessor?: CfnApplication.InputLambdaProcessorProperty | cdk.Token;
readonly inputLambdaProcessor?: CfnApplication.InputLambdaProcessorProperty | cdk.Token;
}

@@ -173,3 +173,3 @@ }

*/
recordColumns: Array<CfnApplication.RecordColumnProperty | cdk.Token> | cdk.Token;
readonly recordColumns: Array<CfnApplication.RecordColumnProperty | cdk.Token> | cdk.Token;
/**

@@ -179,3 +179,3 @@ * `CfnApplication.InputSchemaProperty.RecordEncoding`

*/
recordEncoding?: string;
readonly recordEncoding?: string;
/**

@@ -185,3 +185,3 @@ * `CfnApplication.InputSchemaProperty.RecordFormat`

*/
recordFormat: CfnApplication.RecordFormatProperty | cdk.Token;
readonly recordFormat: CfnApplication.RecordFormatProperty | cdk.Token;
}

@@ -198,3 +198,3 @@ }

*/
recordRowPath: string;
readonly recordRowPath: string;
}

@@ -211,3 +211,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
/**

@@ -217,3 +217,3 @@ * `CfnApplication.KinesisFirehoseInputProperty.RoleARN`

*/
roleArn: string;
readonly roleArn: string;
}

@@ -230,3 +230,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
/**

@@ -236,3 +236,3 @@ * `CfnApplication.KinesisStreamsInputProperty.RoleARN`

*/
roleArn: string;
readonly roleArn: string;
}

@@ -249,3 +249,3 @@ }

*/
csvMappingParameters?: CfnApplication.CSVMappingParametersProperty | cdk.Token;
readonly csvMappingParameters?: CfnApplication.CSVMappingParametersProperty | cdk.Token;
/**

@@ -255,3 +255,3 @@ * `CfnApplication.MappingParametersProperty.JSONMappingParameters`

*/
jsonMappingParameters?: CfnApplication.JSONMappingParametersProperty | cdk.Token;
readonly jsonMappingParameters?: CfnApplication.JSONMappingParametersProperty | cdk.Token;
}

@@ -268,3 +268,3 @@ }

*/
mapping?: string;
readonly mapping?: string;
/**

@@ -274,3 +274,3 @@ * `CfnApplication.RecordColumnProperty.Name`

*/
name: string;
readonly name: string;
/**

@@ -280,3 +280,3 @@ * `CfnApplication.RecordColumnProperty.SqlType`

*/
sqlType: string;
readonly sqlType: string;
}

@@ -293,3 +293,3 @@ }

*/
mappingParameters?: CfnApplication.MappingParametersProperty | cdk.Token;
readonly mappingParameters?: CfnApplication.MappingParametersProperty | cdk.Token;
/**

@@ -299,3 +299,3 @@ * `CfnApplication.RecordFormatProperty.RecordFormatType`

*/
recordFormatType: string;
readonly recordFormatType: string;
}

@@ -312,3 +312,3 @@ }

*/
applicationName: string;
readonly applicationName: string;
/**

@@ -318,3 +318,3 @@ * `AWS::KinesisAnalytics::ApplicationOutput.Output`

*/
output: CfnApplicationOutput.OutputProperty | cdk.Token;
readonly output: CfnApplicationOutput.OutputProperty | cdk.Token;
}

@@ -355,3 +355,3 @@ /**

*/
recordFormatType?: string;
readonly recordFormatType?: string;
}

@@ -368,3 +368,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
/**

@@ -374,3 +374,3 @@ * `CfnApplicationOutput.KinesisFirehoseOutputProperty.RoleARN`

*/
roleArn: string;
readonly roleArn: string;
}

@@ -387,3 +387,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
/**

@@ -393,3 +393,3 @@ * `CfnApplicationOutput.KinesisStreamsOutputProperty.RoleARN`

*/
roleArn: string;
readonly roleArn: string;
}

@@ -406,3 +406,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
/**

@@ -412,3 +412,3 @@ * `CfnApplicationOutput.LambdaOutputProperty.RoleARN`

*/
roleArn: string;
readonly roleArn: string;
}

@@ -425,3 +425,3 @@ }

*/
destinationSchema: CfnApplicationOutput.DestinationSchemaProperty | cdk.Token;
readonly destinationSchema: CfnApplicationOutput.DestinationSchemaProperty | cdk.Token;
/**

@@ -431,3 +431,3 @@ * `CfnApplicationOutput.OutputProperty.KinesisFirehoseOutput`

*/
kinesisFirehoseOutput?: CfnApplicationOutput.KinesisFirehoseOutputProperty | cdk.Token;
readonly kinesisFirehoseOutput?: CfnApplicationOutput.KinesisFirehoseOutputProperty | cdk.Token;
/**

@@ -437,3 +437,3 @@ * `CfnApplicationOutput.OutputProperty.KinesisStreamsOutput`

*/
kinesisStreamsOutput?: CfnApplicationOutput.KinesisStreamsOutputProperty | cdk.Token;
readonly kinesisStreamsOutput?: CfnApplicationOutput.KinesisStreamsOutputProperty | cdk.Token;
/**

@@ -443,3 +443,3 @@ * `CfnApplicationOutput.OutputProperty.LambdaOutput`

*/
lambdaOutput?: CfnApplicationOutput.LambdaOutputProperty | cdk.Token;
readonly lambdaOutput?: CfnApplicationOutput.LambdaOutputProperty | cdk.Token;
/**

@@ -449,3 +449,3 @@ * `CfnApplicationOutput.OutputProperty.Name`

*/
name?: string;
readonly name?: string;
}

@@ -462,3 +462,3 @@ }

*/
applicationName: string;
readonly applicationName: string;
/**

@@ -468,3 +468,3 @@ * `AWS::KinesisAnalytics::ApplicationReferenceDataSource.ReferenceDataSource`

*/
referenceDataSource: CfnApplicationReferenceDataSource.ReferenceDataSourceProperty | cdk.Token;
readonly referenceDataSource: CfnApplicationReferenceDataSource.ReferenceDataSourceProperty | cdk.Token;
}

@@ -505,3 +505,3 @@ /**

*/
recordColumnDelimiter: string;
readonly recordColumnDelimiter: string;
/**

@@ -511,3 +511,3 @@ * `CfnApplicationReferenceDataSource.CSVMappingParametersProperty.RecordRowDelimiter`

*/
recordRowDelimiter: string;
readonly recordRowDelimiter: string;
}

@@ -524,3 +524,3 @@ }

*/
recordRowPath: string;
readonly recordRowPath: string;
}

@@ -537,3 +537,3 @@ }

*/
csvMappingParameters?: CfnApplicationReferenceDataSource.CSVMappingParametersProperty | cdk.Token;
readonly csvMappingParameters?: CfnApplicationReferenceDataSource.CSVMappingParametersProperty | cdk.Token;
/**

@@ -543,3 +543,3 @@ * `CfnApplicationReferenceDataSource.MappingParametersProperty.JSONMappingParameters`

*/
jsonMappingParameters?: CfnApplicationReferenceDataSource.JSONMappingParametersProperty | cdk.Token;
readonly jsonMappingParameters?: CfnApplicationReferenceDataSource.JSONMappingParametersProperty | cdk.Token;
}

@@ -556,3 +556,3 @@ }

*/
mapping?: string;
readonly mapping?: string;
/**

@@ -562,3 +562,3 @@ * `CfnApplicationReferenceDataSource.RecordColumnProperty.Name`

*/
name: string;
readonly name: string;
/**

@@ -568,3 +568,3 @@ * `CfnApplicationReferenceDataSource.RecordColumnProperty.SqlType`

*/
sqlType: string;
readonly sqlType: string;
}

@@ -581,3 +581,3 @@ }

*/
mappingParameters?: CfnApplicationReferenceDataSource.MappingParametersProperty | cdk.Token;
readonly mappingParameters?: CfnApplicationReferenceDataSource.MappingParametersProperty | cdk.Token;
/**

@@ -587,3 +587,3 @@ * `CfnApplicationReferenceDataSource.RecordFormatProperty.RecordFormatType`

*/
recordFormatType: string;
readonly recordFormatType: string;
}

@@ -600,3 +600,3 @@ }

*/
referenceSchema: CfnApplicationReferenceDataSource.ReferenceSchemaProperty | cdk.Token;
readonly referenceSchema: CfnApplicationReferenceDataSource.ReferenceSchemaProperty | cdk.Token;
/**

@@ -606,3 +606,3 @@ * `CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.S3ReferenceDataSource`

*/
s3ReferenceDataSource?: CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty | cdk.Token;
readonly s3ReferenceDataSource?: CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty | cdk.Token;
/**

@@ -612,3 +612,3 @@ * `CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.TableName`

*/
tableName?: string;
readonly tableName?: string;
}

@@ -625,3 +625,3 @@ }

*/
recordColumns: Array<CfnApplicationReferenceDataSource.RecordColumnProperty | cdk.Token> | cdk.Token;
readonly recordColumns: Array<CfnApplicationReferenceDataSource.RecordColumnProperty | cdk.Token> | cdk.Token;
/**

@@ -631,3 +631,3 @@ * `CfnApplicationReferenceDataSource.ReferenceSchemaProperty.RecordEncoding`

*/
recordEncoding?: string;
readonly recordEncoding?: string;
/**

@@ -637,3 +637,3 @@ * `CfnApplicationReferenceDataSource.ReferenceSchemaProperty.RecordFormat`

*/
recordFormat: CfnApplicationReferenceDataSource.RecordFormatProperty | cdk.Token;
readonly recordFormat: CfnApplicationReferenceDataSource.RecordFormatProperty | cdk.Token;
}

@@ -650,3 +650,3 @@ }

*/
bucketArn: string;
readonly bucketArn: string;
/**

@@ -656,3 +656,3 @@ * `CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.FileKey`

*/
fileKey: string;
readonly fileKey: string;
/**

@@ -662,4 +662,4 @@ * `CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.ReferenceRoleARN`

*/
referenceRoleArn: string;
readonly referenceRoleArn: string;
}
}

@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk');

*/
runtimeEnvironment: string;
readonly runtimeEnvironment: string;
/**

@@ -17,3 +17,3 @@ * `AWS::KinesisAnalyticsV2::Application.ServiceExecutionRole`

*/
serviceExecutionRole: string;
readonly serviceExecutionRole: string;
/**

@@ -23,3 +23,3 @@ * `AWS::KinesisAnalyticsV2::Application.ApplicationConfiguration`

*/
applicationConfiguration?: CfnApplicationV2.ApplicationConfigurationProperty | cdk.Token;
readonly applicationConfiguration?: CfnApplicationV2.ApplicationConfigurationProperty | cdk.Token;
/**

@@ -29,3 +29,3 @@ * `AWS::KinesisAnalyticsV2::Application.ApplicationDescription`

*/
applicationDescription?: string;
readonly applicationDescription?: string;
/**

@@ -35,3 +35,3 @@ * `AWS::KinesisAnalyticsV2::Application.ApplicationName`

*/
applicationName?: string;
readonly applicationName?: string;
}

@@ -71,3 +71,3 @@ /**

*/
codeContent: CfnApplicationV2.CodeContentProperty | cdk.Token;
readonly codeContent: CfnApplicationV2.CodeContentProperty | cdk.Token;
/**

@@ -77,3 +77,3 @@ * `CfnApplicationV2.ApplicationCodeConfigurationProperty.CodeContentType`

*/
codeContentType: string;
readonly codeContentType: string;
}

@@ -90,3 +90,3 @@ }

*/
applicationCodeConfiguration?: CfnApplicationV2.ApplicationCodeConfigurationProperty | cdk.Token;
readonly applicationCodeConfiguration?: CfnApplicationV2.ApplicationCodeConfigurationProperty | cdk.Token;
/**

@@ -96,3 +96,3 @@ * `CfnApplicationV2.ApplicationConfigurationProperty.ApplicationSnapshotConfiguration`

*/
applicationSnapshotConfiguration?: CfnApplicationV2.ApplicationSnapshotConfigurationProperty | cdk.Token;
readonly applicationSnapshotConfiguration?: CfnApplicationV2.ApplicationSnapshotConfigurationProperty | cdk.Token;
/**

@@ -102,3 +102,3 @@ * `CfnApplicationV2.ApplicationConfigurationProperty.EnvironmentProperties`

*/
environmentProperties?: CfnApplicationV2.EnvironmentPropertiesProperty | cdk.Token;
readonly environmentProperties?: CfnApplicationV2.EnvironmentPropertiesProperty | cdk.Token;
/**

@@ -108,3 +108,3 @@ * `CfnApplicationV2.ApplicationConfigurationProperty.FlinkApplicationConfiguration`

*/
flinkApplicationConfiguration?: CfnApplicationV2.FlinkApplicationConfigurationProperty | cdk.Token;
readonly flinkApplicationConfiguration?: CfnApplicationV2.FlinkApplicationConfigurationProperty | cdk.Token;
/**

@@ -114,3 +114,3 @@ * `CfnApplicationV2.ApplicationConfigurationProperty.SqlApplicationConfiguration`

*/
sqlApplicationConfiguration?: CfnApplicationV2.SqlApplicationConfigurationProperty | cdk.Token;
readonly sqlApplicationConfiguration?: CfnApplicationV2.SqlApplicationConfigurationProperty | cdk.Token;
}

@@ -127,3 +127,3 @@ }

*/
snapshotsEnabled: boolean | cdk.Token;
readonly snapshotsEnabled: boolean | cdk.Token;
}

@@ -140,3 +140,3 @@ }

*/
recordColumnDelimiter: string;
readonly recordColumnDelimiter: string;
/**

@@ -146,3 +146,3 @@ * `CfnApplicationV2.CSVMappingParametersProperty.RecordRowDelimiter`

*/
recordRowDelimiter: string;
readonly recordRowDelimiter: string;
}

@@ -159,3 +159,3 @@ }

*/
checkpointInterval?: number | cdk.Token;
readonly checkpointInterval?: number | cdk.Token;
/**

@@ -165,3 +165,3 @@ * `CfnApplicationV2.CheckpointConfigurationProperty.CheckpointingEnabled`

*/
checkpointingEnabled?: boolean | cdk.Token;
readonly checkpointingEnabled?: boolean | cdk.Token;
/**

@@ -171,3 +171,3 @@ * `CfnApplicationV2.CheckpointConfigurationProperty.ConfigurationType`

*/
configurationType: string;
readonly configurationType: string;
/**

@@ -177,3 +177,3 @@ * `CfnApplicationV2.CheckpointConfigurationProperty.MinPauseBetweenCheckpoints`

*/
minPauseBetweenCheckpoints?: number | cdk.Token;
readonly minPauseBetweenCheckpoints?: number | cdk.Token;
}

@@ -190,3 +190,3 @@ }

*/
s3ContentLocation?: CfnApplicationV2.S3ContentLocationProperty | cdk.Token;
readonly s3ContentLocation?: CfnApplicationV2.S3ContentLocationProperty | cdk.Token;
/**

@@ -196,3 +196,3 @@ * `CfnApplicationV2.CodeContentProperty.TextContent`

*/
textContent?: string;
readonly textContent?: string;
/**

@@ -202,3 +202,3 @@ * `CfnApplicationV2.CodeContentProperty.ZipFileContent`

*/
zipFileContent?: string;
readonly zipFileContent?: string;
}

@@ -215,3 +215,3 @@ }

*/
propertyGroups?: Array<CfnApplicationV2.PropertyGroupProperty | cdk.Token> | cdk.Token;
readonly propertyGroups?: Array<CfnApplicationV2.PropertyGroupProperty | cdk.Token> | cdk.Token;
}

@@ -228,3 +228,3 @@ }

*/
checkpointConfiguration?: CfnApplicationV2.CheckpointConfigurationProperty | cdk.Token;
readonly checkpointConfiguration?: CfnApplicationV2.CheckpointConfigurationProperty | cdk.Token;
/**

@@ -234,3 +234,3 @@ * `CfnApplicationV2.FlinkApplicationConfigurationProperty.MonitoringConfiguration`

*/
monitoringConfiguration?: CfnApplicationV2.MonitoringConfigurationProperty | cdk.Token;
readonly monitoringConfiguration?: CfnApplicationV2.MonitoringConfigurationProperty | cdk.Token;
/**

@@ -240,3 +240,3 @@ * `CfnApplicationV2.FlinkApplicationConfigurationProperty.ParallelismConfiguration`

*/
parallelismConfiguration?: CfnApplicationV2.ParallelismConfigurationProperty | cdk.Token;
readonly parallelismConfiguration?: CfnApplicationV2.ParallelismConfigurationProperty | cdk.Token;
}

@@ -253,3 +253,3 @@ }

*/
inputParallelism?: CfnApplicationV2.InputParallelismProperty | cdk.Token;
readonly inputParallelism?: CfnApplicationV2.InputParallelismProperty | cdk.Token;
/**

@@ -259,3 +259,3 @@ * `CfnApplicationV2.InputProperty.InputProcessingConfiguration`

*/
inputProcessingConfiguration?: CfnApplicationV2.InputProcessingConfigurationProperty | cdk.Token;
readonly inputProcessingConfiguration?: CfnApplicationV2.InputProcessingConfigurationProperty | cdk.Token;
/**

@@ -265,3 +265,3 @@ * `CfnApplicationV2.InputProperty.InputSchema`

*/
inputSchema: CfnApplicationV2.InputSchemaProperty | cdk.Token;
readonly inputSchema: CfnApplicationV2.InputSchemaProperty | cdk.Token;
/**

@@ -271,3 +271,3 @@ * `CfnApplicationV2.InputProperty.KinesisFirehoseInput`

*/
kinesisFirehoseInput?: CfnApplicationV2.KinesisFirehoseInputProperty | cdk.Token;
readonly kinesisFirehoseInput?: CfnApplicationV2.KinesisFirehoseInputProperty | cdk.Token;
/**

@@ -277,3 +277,3 @@ * `CfnApplicationV2.InputProperty.KinesisStreamsInput`

*/
kinesisStreamsInput?: CfnApplicationV2.KinesisStreamsInputProperty | cdk.Token;
readonly kinesisStreamsInput?: CfnApplicationV2.KinesisStreamsInputProperty | cdk.Token;
/**

@@ -283,3 +283,3 @@ * `CfnApplicationV2.InputProperty.NamePrefix`

*/
namePrefix: string;
readonly namePrefix: string;
}

@@ -296,3 +296,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
}

@@ -309,3 +309,3 @@ }

*/
count?: number | cdk.Token;
readonly count?: number | cdk.Token;
}

@@ -322,3 +322,3 @@ }

*/
inputLambdaProcessor?: CfnApplicationV2.InputLambdaProcessorProperty | cdk.Token;
readonly inputLambdaProcessor?: CfnApplicationV2.InputLambdaProcessorProperty | cdk.Token;
}

@@ -335,3 +335,3 @@ }

*/
recordColumns: Array<CfnApplicationV2.RecordColumnProperty | cdk.Token> | cdk.Token;
readonly recordColumns: Array<CfnApplicationV2.RecordColumnProperty | cdk.Token> | cdk.Token;
/**

@@ -341,3 +341,3 @@ * `CfnApplicationV2.InputSchemaProperty.RecordEncoding`

*/
recordEncoding?: string;
readonly recordEncoding?: string;
/**

@@ -347,3 +347,3 @@ * `CfnApplicationV2.InputSchemaProperty.RecordFormat`

*/
recordFormat: CfnApplicationV2.RecordFormatProperty | cdk.Token;
readonly recordFormat: CfnApplicationV2.RecordFormatProperty | cdk.Token;
}

@@ -360,3 +360,3 @@ }

*/
recordRowPath: string;
readonly recordRowPath: string;
}

@@ -373,3 +373,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
}

@@ -386,3 +386,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
}

@@ -399,3 +399,3 @@ }

*/
csvMappingParameters?: CfnApplicationV2.CSVMappingParametersProperty | cdk.Token;
readonly csvMappingParameters?: CfnApplicationV2.CSVMappingParametersProperty | cdk.Token;
/**

@@ -405,3 +405,3 @@ * `CfnApplicationV2.MappingParametersProperty.JSONMappingParameters`

*/
jsonMappingParameters?: CfnApplicationV2.JSONMappingParametersProperty | cdk.Token;
readonly jsonMappingParameters?: CfnApplicationV2.JSONMappingParametersProperty | cdk.Token;
}

@@ -418,3 +418,3 @@ }

*/
configurationType: string;
readonly configurationType: string;
/**

@@ -424,3 +424,3 @@ * `CfnApplicationV2.MonitoringConfigurationProperty.LogLevel`

*/
logLevel?: string;
readonly logLevel?: string;
/**

@@ -430,3 +430,3 @@ * `CfnApplicationV2.MonitoringConfigurationProperty.MetricsLevel`

*/
metricsLevel?: string;
readonly metricsLevel?: string;
}

@@ -443,3 +443,3 @@ }

*/
autoScalingEnabled?: boolean | cdk.Token;
readonly autoScalingEnabled?: boolean | cdk.Token;
/**

@@ -449,3 +449,3 @@ * `CfnApplicationV2.ParallelismConfigurationProperty.ConfigurationType`

*/
configurationType: string;
readonly configurationType: string;
/**

@@ -455,3 +455,3 @@ * `CfnApplicationV2.ParallelismConfigurationProperty.Parallelism`

*/
parallelism?: number | cdk.Token;
readonly parallelism?: number | cdk.Token;
/**

@@ -461,3 +461,3 @@ * `CfnApplicationV2.ParallelismConfigurationProperty.ParallelismPerKPU`

*/
parallelismPerKpu?: number | cdk.Token;
readonly parallelismPerKpu?: number | cdk.Token;
}

@@ -474,3 +474,3 @@ }

*/
propertyGroupId?: string;
readonly propertyGroupId?: string;
/**

@@ -480,3 +480,3 @@ * `CfnApplicationV2.PropertyGroupProperty.PropertyMap`

*/
propertyMap?: object | cdk.Token;
readonly propertyMap?: object | cdk.Token;
}

@@ -493,3 +493,3 @@ }

*/
mapping?: string;
readonly mapping?: string;
/**

@@ -499,3 +499,3 @@ * `CfnApplicationV2.RecordColumnProperty.Name`

*/
name: string;
readonly name: string;
/**

@@ -505,3 +505,3 @@ * `CfnApplicationV2.RecordColumnProperty.SqlType`

*/
sqlType: string;
readonly sqlType: string;
}

@@ -518,3 +518,3 @@ }

*/
mappingParameters?: CfnApplicationV2.MappingParametersProperty | cdk.Token;
readonly mappingParameters?: CfnApplicationV2.MappingParametersProperty | cdk.Token;
/**

@@ -524,3 +524,3 @@ * `CfnApplicationV2.RecordFormatProperty.RecordFormatType`

*/
recordFormatType: string;
readonly recordFormatType: string;
}

@@ -537,3 +537,3 @@ }

*/
bucketArn?: string;
readonly bucketArn?: string;
/**

@@ -543,3 +543,3 @@ * `CfnApplicationV2.S3ContentLocationProperty.FileKey`

*/
fileKey?: string;
readonly fileKey?: string;
/**

@@ -549,3 +549,3 @@ * `CfnApplicationV2.S3ContentLocationProperty.ObjectVersion`

*/
objectVersion?: string;
readonly objectVersion?: string;
}

@@ -562,3 +562,3 @@ }

*/
inputs?: Array<CfnApplicationV2.InputProperty | cdk.Token> | cdk.Token;
readonly inputs?: Array<CfnApplicationV2.InputProperty | cdk.Token> | cdk.Token;
}

@@ -575,3 +575,3 @@ }

*/
applicationName: string;
readonly applicationName: string;
/**

@@ -581,3 +581,3 @@ * `AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption.CloudWatchLoggingOption`

*/
cloudWatchLoggingOption: CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty | cdk.Token;
readonly cloudWatchLoggingOption: CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty | cdk.Token;
}

@@ -617,3 +617,3 @@ /**

*/
logStreamArn: string;
readonly logStreamArn: string;
}

@@ -630,3 +630,3 @@ }

*/
applicationName: string;
readonly applicationName: string;
/**

@@ -636,3 +636,3 @@ * `AWS::KinesisAnalyticsV2::ApplicationOutput.Output`

*/
output: CfnApplicationOutputV2.OutputProperty | cdk.Token;
readonly output: CfnApplicationOutputV2.OutputProperty | cdk.Token;
}

@@ -672,3 +672,3 @@ /**

*/
recordFormatType?: string;
readonly recordFormatType?: string;
}

@@ -685,3 +685,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
}

@@ -698,3 +698,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
}

@@ -711,3 +711,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
}

@@ -724,3 +724,3 @@ }

*/
destinationSchema: CfnApplicationOutputV2.DestinationSchemaProperty | cdk.Token;
readonly destinationSchema: CfnApplicationOutputV2.DestinationSchemaProperty | cdk.Token;
/**

@@ -730,3 +730,3 @@ * `CfnApplicationOutputV2.OutputProperty.KinesisFirehoseOutput`

*/
kinesisFirehoseOutput?: CfnApplicationOutputV2.KinesisFirehoseOutputProperty | cdk.Token;
readonly kinesisFirehoseOutput?: CfnApplicationOutputV2.KinesisFirehoseOutputProperty | cdk.Token;
/**

@@ -736,3 +736,3 @@ * `CfnApplicationOutputV2.OutputProperty.KinesisStreamsOutput`

*/
kinesisStreamsOutput?: CfnApplicationOutputV2.KinesisStreamsOutputProperty | cdk.Token;
readonly kinesisStreamsOutput?: CfnApplicationOutputV2.KinesisStreamsOutputProperty | cdk.Token;
/**

@@ -742,3 +742,3 @@ * `CfnApplicationOutputV2.OutputProperty.LambdaOutput`

*/
lambdaOutput?: CfnApplicationOutputV2.LambdaOutputProperty | cdk.Token;
readonly lambdaOutput?: CfnApplicationOutputV2.LambdaOutputProperty | cdk.Token;
/**

@@ -748,3 +748,3 @@ * `CfnApplicationOutputV2.OutputProperty.Name`

*/
name?: string;
readonly name?: string;
}

@@ -761,3 +761,3 @@ }

*/
applicationName: string;
readonly applicationName: string;
/**

@@ -767,3 +767,3 @@ * `AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource.ReferenceDataSource`

*/
referenceDataSource: CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty | cdk.Token;
readonly referenceDataSource: CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty | cdk.Token;
}

@@ -803,3 +803,3 @@ /**

*/
recordColumnDelimiter: string;
readonly recordColumnDelimiter: string;
/**

@@ -809,3 +809,3 @@ * `CfnApplicationReferenceDataSourceV2.CSVMappingParametersProperty.RecordRowDelimiter`

*/
recordRowDelimiter: string;
readonly recordRowDelimiter: string;
}

@@ -822,3 +822,3 @@ }

*/
recordRowPath: string;
readonly recordRowPath: string;
}

@@ -835,3 +835,3 @@ }

*/
csvMappingParameters?: CfnApplicationReferenceDataSourceV2.CSVMappingParametersProperty | cdk.Token;
readonly csvMappingParameters?: CfnApplicationReferenceDataSourceV2.CSVMappingParametersProperty | cdk.Token;
/**

@@ -841,3 +841,3 @@ * `CfnApplicationReferenceDataSourceV2.MappingParametersProperty.JSONMappingParameters`

*/
jsonMappingParameters?: CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty | cdk.Token;
readonly jsonMappingParameters?: CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty | cdk.Token;
}

@@ -854,3 +854,3 @@ }

*/
mapping?: string;
readonly mapping?: string;
/**

@@ -860,3 +860,3 @@ * `CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Name`

*/
name: string;
readonly name: string;
/**

@@ -866,3 +866,3 @@ * `CfnApplicationReferenceDataSourceV2.RecordColumnProperty.SqlType`

*/
sqlType: string;
readonly sqlType: string;
}

@@ -879,3 +879,3 @@ }

*/
mappingParameters?: CfnApplicationReferenceDataSourceV2.MappingParametersProperty | cdk.Token;
readonly mappingParameters?: CfnApplicationReferenceDataSourceV2.MappingParametersProperty | cdk.Token;
/**

@@ -885,3 +885,3 @@ * `CfnApplicationReferenceDataSourceV2.RecordFormatProperty.RecordFormatType`

*/
recordFormatType: string;
readonly recordFormatType: string;
}

@@ -898,3 +898,3 @@ }

*/
referenceSchema: CfnApplicationReferenceDataSourceV2.ReferenceSchemaProperty | cdk.Token;
readonly referenceSchema: CfnApplicationReferenceDataSourceV2.ReferenceSchemaProperty | cdk.Token;
/**

@@ -904,3 +904,3 @@ * `CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.S3ReferenceDataSource`

*/
s3ReferenceDataSource?: CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty | cdk.Token;
readonly s3ReferenceDataSource?: CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty | cdk.Token;
/**

@@ -910,3 +910,3 @@ * `CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.TableName`

*/
tableName?: string;
readonly tableName?: string;
}

@@ -923,3 +923,3 @@ }

*/
recordColumns: Array<CfnApplicationReferenceDataSourceV2.RecordColumnProperty | cdk.Token> | cdk.Token;
readonly recordColumns: Array<CfnApplicationReferenceDataSourceV2.RecordColumnProperty | cdk.Token> | cdk.Token;
/**

@@ -929,3 +929,3 @@ * `CfnApplicationReferenceDataSourceV2.ReferenceSchemaProperty.RecordEncoding`

*/
recordEncoding?: string;
readonly recordEncoding?: string;
/**

@@ -935,3 +935,3 @@ * `CfnApplicationReferenceDataSourceV2.ReferenceSchemaProperty.RecordFormat`

*/
recordFormat: CfnApplicationReferenceDataSourceV2.RecordFormatProperty | cdk.Token;
readonly recordFormat: CfnApplicationReferenceDataSourceV2.RecordFormatProperty | cdk.Token;
}

@@ -948,3 +948,3 @@ }

*/
bucketArn: string;
readonly bucketArn: string;
/**

@@ -954,4 +954,4 @@ * `CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty.FileKey`

*/
fileKey: string;
readonly fileKey: string;
}
}
{
"name": "@aws-cdk/aws-kinesisanalytics",
"version": "0.26.0",
"version": "0.27.0",
"description": "The CDK Construct Library for AWS::KinesisAnalytics",

@@ -23,3 +23,7 @@ "main": "lib/index.js",

},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.aws-kinesisanalytics",
"module": "aws_cdk.aws_kinesisanalytics"
}
}

@@ -61,13 +65,13 @@ },

"devDependencies": {
"@aws-cdk/assert": "^0.26.0",
"cdk-build-tools": "^0.26.0",
"cfn2ts": "^0.26.0",
"pkglint": "^0.26.0"
"@aws-cdk/assert": "^0.27.0",
"cdk-build-tools": "^0.27.0",
"cfn2ts": "^0.27.0",
"pkglint": "^0.27.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.26.0"
"@aws-cdk/cdk": "^0.27.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/cdk": "^0.26.0"
"@aws-cdk/cdk": "^0.27.0"
},

@@ -74,0 +78,0 @@ "engines": {

@@ -25,2 +25,3 @@ {

"strictNullChecks": true,
"stripInternal": true,
"target": "ES2018",

@@ -27,0 +28,0 @@ "composite": true

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc