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

@aws-cdk/aws-kinesisfirehose

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.10.0 to 0.11.0

154

lib/kinesisfirehose.generated.d.ts

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

*/
deliveryStreamName?: string | cdk.CloudFormationToken;
deliveryStreamName?: string | cdk.Token;
/**

@@ -17,3 +17,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.DeliveryStreamType``

*/
deliveryStreamType?: string | cdk.CloudFormationToken;
deliveryStreamType?: string | cdk.Token;
/**

@@ -23,3 +23,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.ElasticsearchDestinationConfiguration``

*/
elasticsearchDestinationConfiguration?: DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty | cdk.CloudFormationToken;
elasticsearchDestinationConfiguration?: DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty | cdk.Token;
/**

@@ -29,3 +29,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.ExtendedS3DestinationConfiguration``

*/
extendedS3DestinationConfiguration?: DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty | cdk.CloudFormationToken;
extendedS3DestinationConfiguration?: DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty | cdk.Token;
/**

@@ -35,3 +35,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.KinesisStreamSourceConfiguration``

*/
kinesisStreamSourceConfiguration?: DeliveryStreamResource.KinesisStreamSourceConfigurationProperty | cdk.CloudFormationToken;
kinesisStreamSourceConfiguration?: DeliveryStreamResource.KinesisStreamSourceConfigurationProperty | cdk.Token;
/**

@@ -41,3 +41,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.RedshiftDestinationConfiguration``

*/
redshiftDestinationConfiguration?: DeliveryStreamResource.RedshiftDestinationConfigurationProperty | cdk.CloudFormationToken;
redshiftDestinationConfiguration?: DeliveryStreamResource.RedshiftDestinationConfigurationProperty | cdk.Token;
/**

@@ -47,3 +47,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration``

*/
s3DestinationConfiguration?: DeliveryStreamResource.S3DestinationConfigurationProperty | cdk.CloudFormationToken;
s3DestinationConfiguration?: DeliveryStreamResource.S3DestinationConfigurationProperty | cdk.Token;
/**

@@ -53,3 +53,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.SplunkDestinationConfiguration``

*/
splunkDestinationConfiguration?: DeliveryStreamResource.SplunkDestinationConfigurationProperty | cdk.CloudFormationToken;
splunkDestinationConfiguration?: DeliveryStreamResource.SplunkDestinationConfigurationProperty | cdk.Token;
}

@@ -63,3 +63,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::KinesisFirehose::DeliveryStream";
/**

@@ -92,3 +92,3 @@ * @cloudformation_attribute Arn

*/
intervalInSeconds: number | cdk.CloudFormationToken;
intervalInSeconds: number | cdk.Token;
/**

@@ -98,3 +98,3 @@ * ``DeliveryStreamResource.BufferingHintsProperty.SizeInMBs``

*/
sizeInMBs: number | cdk.CloudFormationToken;
sizeInMBs: number | cdk.Token;
}

@@ -111,3 +111,3 @@ }

*/
enabled?: boolean | cdk.CloudFormationToken;
enabled?: boolean | cdk.Token;
/**

@@ -117,3 +117,3 @@ * ``DeliveryStreamResource.CloudWatchLoggingOptionsProperty.LogGroupName``

*/
logGroupName?: string | cdk.CloudFormationToken;
logGroupName?: string | cdk.Token;
/**

@@ -123,3 +123,3 @@ * ``DeliveryStreamResource.CloudWatchLoggingOptionsProperty.LogStreamName``

*/
logStreamName?: string | cdk.CloudFormationToken;
logStreamName?: string | cdk.Token;
}

@@ -136,3 +136,3 @@ }

*/
copyOptions?: string | cdk.CloudFormationToken;
copyOptions?: string | cdk.Token;
/**

@@ -142,3 +142,3 @@ * ``DeliveryStreamResource.CopyCommandProperty.DataTableColumns``

*/
dataTableColumns?: string | cdk.CloudFormationToken;
dataTableColumns?: string | cdk.Token;
/**

@@ -148,3 +148,3 @@ * ``DeliveryStreamResource.CopyCommandProperty.DataTableName``

*/
dataTableName: string | cdk.CloudFormationToken;
dataTableName: string | cdk.Token;
}

@@ -161,3 +161,3 @@ }

*/
intervalInSeconds: number | cdk.CloudFormationToken;
intervalInSeconds: number | cdk.Token;
/**

@@ -167,3 +167,3 @@ * ``DeliveryStreamResource.ElasticsearchBufferingHintsProperty.SizeInMBs``

*/
sizeInMBs: number | cdk.CloudFormationToken;
sizeInMBs: number | cdk.Token;
}

@@ -180,3 +180,3 @@ }

*/
bufferingHints: ElasticsearchBufferingHintsProperty | cdk.CloudFormationToken;
bufferingHints: ElasticsearchBufferingHintsProperty | cdk.Token;
/**

@@ -186,3 +186,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.CloudWatchLoggingOptions``

*/
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.CloudFormationToken;
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.Token;
/**

@@ -192,3 +192,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.DomainARN``

*/
domainArn: string | cdk.CloudFormationToken;
domainArn: string | cdk.Token;
/**

@@ -198,3 +198,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.IndexName``

*/
indexName: string | cdk.CloudFormationToken;
indexName: string | cdk.Token;
/**

@@ -204,3 +204,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.IndexRotationPeriod``

*/
indexRotationPeriod: string | cdk.CloudFormationToken;
indexRotationPeriod: string | cdk.Token;
/**

@@ -210,3 +210,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.ProcessingConfiguration``

*/
processingConfiguration?: ProcessingConfigurationProperty | cdk.CloudFormationToken;
processingConfiguration?: ProcessingConfigurationProperty | cdk.Token;
/**

@@ -216,3 +216,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.RetryOptions``

*/
retryOptions: ElasticsearchRetryOptionsProperty | cdk.CloudFormationToken;
retryOptions: ElasticsearchRetryOptionsProperty | cdk.Token;
/**

@@ -222,3 +222,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.RoleARN``

*/
roleArn: string | cdk.CloudFormationToken;
roleArn: string | cdk.Token;
/**

@@ -228,3 +228,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.S3BackupMode``

*/
s3BackupMode: string | cdk.CloudFormationToken;
s3BackupMode: string | cdk.Token;
/**

@@ -234,3 +234,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.S3Configuration``

*/
s3Configuration: S3DestinationConfigurationProperty | cdk.CloudFormationToken;
s3Configuration: S3DestinationConfigurationProperty | cdk.Token;
/**

@@ -240,3 +240,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.TypeName``

*/
typeName: string | cdk.CloudFormationToken;
typeName: string | cdk.Token;
}

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

*/
durationInSeconds: number | cdk.CloudFormationToken;
durationInSeconds: number | cdk.Token;
}

@@ -266,3 +266,3 @@ }

*/
kmsEncryptionConfig?: KMSEncryptionConfigProperty | cdk.CloudFormationToken;
kmsEncryptionConfig?: KMSEncryptionConfigProperty | cdk.Token;
/**

@@ -272,3 +272,3 @@ * ``DeliveryStreamResource.EncryptionConfigurationProperty.NoEncryptionConfig``

*/
noEncryptionConfig?: string | cdk.CloudFormationToken;
noEncryptionConfig?: string | cdk.Token;
}

@@ -285,3 +285,3 @@ }

*/
bucketArn: string | cdk.CloudFormationToken;
bucketArn: string | cdk.Token;
/**

@@ -291,3 +291,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.BufferingHints``

*/
bufferingHints: BufferingHintsProperty | cdk.CloudFormationToken;
bufferingHints: BufferingHintsProperty | cdk.Token;
/**

@@ -297,3 +297,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.CloudWatchLoggingOptions``

*/
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.CloudFormationToken;
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.Token;
/**

@@ -303,3 +303,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.CompressionFormat``

*/
compressionFormat: string | cdk.CloudFormationToken;
compressionFormat: string | cdk.Token;
/**

@@ -309,3 +309,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.EncryptionConfiguration``

*/
encryptionConfiguration?: EncryptionConfigurationProperty | cdk.CloudFormationToken;
encryptionConfiguration?: EncryptionConfigurationProperty | cdk.Token;
/**

@@ -315,3 +315,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.Prefix``

*/
prefix: string | cdk.CloudFormationToken;
prefix: string | cdk.Token;
/**

@@ -321,3 +321,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.ProcessingConfiguration``

*/
processingConfiguration?: ProcessingConfigurationProperty | cdk.CloudFormationToken;
processingConfiguration?: ProcessingConfigurationProperty | cdk.Token;
/**

@@ -327,3 +327,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.RoleARN``

*/
roleArn: string | cdk.CloudFormationToken;
roleArn: string | cdk.Token;
/**

@@ -333,3 +333,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.S3BackupConfiguration``

*/
s3BackupConfiguration?: S3DestinationConfigurationProperty | cdk.CloudFormationToken;
s3BackupConfiguration?: S3DestinationConfigurationProperty | cdk.Token;
/**

@@ -339,3 +339,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.S3BackupMode``

*/
s3BackupMode?: string | cdk.CloudFormationToken;
s3BackupMode?: string | cdk.Token;
}

@@ -352,3 +352,3 @@ }

*/
awskmsKeyArn: string | cdk.CloudFormationToken;
awskmsKeyArn: string | cdk.Token;
}

@@ -365,3 +365,3 @@ }

*/
kinesisStreamArn: string | cdk.CloudFormationToken;
kinesisStreamArn: string | cdk.Token;
/**

@@ -371,3 +371,3 @@ * ``DeliveryStreamResource.KinesisStreamSourceConfigurationProperty.RoleARN``

*/
roleArn: string | cdk.CloudFormationToken;
roleArn: string | cdk.Token;
}

@@ -384,3 +384,3 @@ }

*/
enabled?: boolean | cdk.CloudFormationToken;
enabled?: boolean | cdk.Token;
/**

@@ -390,3 +390,3 @@ * ``DeliveryStreamResource.ProcessingConfigurationProperty.Processors``

*/
processors?: Array<ProcessorProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
processors?: Array<ProcessorProperty | cdk.Token> | cdk.Token;
}

@@ -403,3 +403,3 @@ }

*/
parameters: Array<ProcessorParameterProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
parameters: Array<ProcessorParameterProperty | cdk.Token> | cdk.Token;
/**

@@ -409,3 +409,3 @@ * ``DeliveryStreamResource.ProcessorProperty.Type``

*/
type: string | cdk.CloudFormationToken;
type: string | cdk.Token;
}

@@ -422,3 +422,3 @@ }

*/
parameterName: string | cdk.CloudFormationToken;
parameterName: string | cdk.Token;
/**

@@ -428,3 +428,3 @@ * ``DeliveryStreamResource.ProcessorParameterProperty.ParameterValue``

*/
parameterValue: string | cdk.CloudFormationToken;
parameterValue: string | cdk.Token;
}

@@ -441,3 +441,3 @@ }

*/
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.CloudFormationToken;
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.Token;
/**

@@ -447,3 +447,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.ClusterJDBCURL``

*/
clusterJdbcurl: string | cdk.CloudFormationToken;
clusterJdbcurl: string | cdk.Token;
/**

@@ -453,3 +453,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.CopyCommand``

*/
copyCommand: CopyCommandProperty | cdk.CloudFormationToken;
copyCommand: CopyCommandProperty | cdk.Token;
/**

@@ -459,3 +459,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.Password``

*/
password: string | cdk.CloudFormationToken;
password: string | cdk.Token;
/**

@@ -465,3 +465,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.ProcessingConfiguration``

*/
processingConfiguration?: ProcessingConfigurationProperty | cdk.CloudFormationToken;
processingConfiguration?: ProcessingConfigurationProperty | cdk.Token;
/**

@@ -471,3 +471,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.RoleARN``

*/
roleArn: string | cdk.CloudFormationToken;
roleArn: string | cdk.Token;
/**

@@ -477,3 +477,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.S3Configuration``

*/
s3Configuration: S3DestinationConfigurationProperty | cdk.CloudFormationToken;
s3Configuration: S3DestinationConfigurationProperty | cdk.Token;
/**

@@ -483,3 +483,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.Username``

*/
username: string | cdk.CloudFormationToken;
username: string | cdk.Token;
}

@@ -496,3 +496,3 @@ }

*/
bucketArn: string | cdk.CloudFormationToken;
bucketArn: string | cdk.Token;
/**

@@ -502,3 +502,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.BufferingHints``

*/
bufferingHints: BufferingHintsProperty | cdk.CloudFormationToken;
bufferingHints: BufferingHintsProperty | cdk.Token;
/**

@@ -508,3 +508,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.CloudWatchLoggingOptions``

*/
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.CloudFormationToken;
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.Token;
/**

@@ -514,3 +514,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.CompressionFormat``

*/
compressionFormat: string | cdk.CloudFormationToken;
compressionFormat: string | cdk.Token;
/**

@@ -520,3 +520,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.EncryptionConfiguration``

*/
encryptionConfiguration?: EncryptionConfigurationProperty | cdk.CloudFormationToken;
encryptionConfiguration?: EncryptionConfigurationProperty | cdk.Token;
/**

@@ -526,3 +526,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.Prefix``

*/
prefix?: string | cdk.CloudFormationToken;
prefix?: string | cdk.Token;
/**

@@ -532,3 +532,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.RoleARN``

*/
roleArn: string | cdk.CloudFormationToken;
roleArn: string | cdk.Token;
}

@@ -545,3 +545,3 @@ }

*/
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.CloudFormationToken;
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.Token;
/**

@@ -551,3 +551,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.HECAcknowledgmentTimeoutInSeconds``

*/
hecAcknowledgmentTimeoutInSeconds?: number | cdk.CloudFormationToken;
hecAcknowledgmentTimeoutInSeconds?: number | cdk.Token;
/**

@@ -557,3 +557,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.HECEndpoint``

*/
hecEndpoint: string | cdk.CloudFormationToken;
hecEndpoint: string | cdk.Token;
/**

@@ -563,3 +563,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.HECEndpointType``

*/
hecEndpointType: string | cdk.CloudFormationToken;
hecEndpointType: string | cdk.Token;
/**

@@ -569,3 +569,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.HECToken``

*/
hecToken: string | cdk.CloudFormationToken;
hecToken: string | cdk.Token;
/**

@@ -575,3 +575,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.ProcessingConfiguration``

*/
processingConfiguration?: ProcessingConfigurationProperty | cdk.CloudFormationToken;
processingConfiguration?: ProcessingConfigurationProperty | cdk.Token;
/**

@@ -581,3 +581,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.RetryOptions``

*/
retryOptions?: SplunkRetryOptionsProperty | cdk.CloudFormationToken;
retryOptions?: SplunkRetryOptionsProperty | cdk.Token;
/**

@@ -587,3 +587,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.S3BackupMode``

*/
s3BackupMode?: string | cdk.CloudFormationToken;
s3BackupMode?: string | cdk.Token;
/**

@@ -593,3 +593,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.S3Configuration``

*/
s3Configuration: S3DestinationConfigurationProperty | cdk.CloudFormationToken;
s3Configuration: S3DestinationConfigurationProperty | cdk.Token;
}

@@ -606,5 +606,5 @@ }

*/
durationInSeconds: number | cdk.CloudFormationToken;
durationInSeconds: number | cdk.Token;
}
}
}
{
"name": "@aws-cdk/aws-kinesisfirehose",
"version": "0.10.0",
"version": "0.11.0",
"description": "The CDK Construct Library for AWS::KinesisFirehose",

@@ -55,11 +55,11 @@ "main": "lib/index.js",

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

@@ -9,4 +9,2 @@ {

"inlineSources": true,
"jsx": "react",
"jsxFactory": "jsx.create",
"lib": [

@@ -13,0 +11,0 @@ "es2016",

Sorry, the diff of this file is not supported yet

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