@aws-cdk/aws-kinesisfirehose
Advanced tools
Comparing version 0.8.2 to 0.9.0
@@ -8,2 +8,2 @@ "use strict"; | ||
__export(require("./kinesisfirehose.generated")); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLGlEQUFpRDtBQUNqRCxpREFBNEMifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLGlEQUFpRDtBQUNqRCxpREFBNEMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBV1M6OktpbmVzaXNGaXJlaG9zZSBDbG91ZEZvcm1hdGlvbiBSZXNvdXJjZXM6XG5leHBvcnQgKiBmcm9tICcuL2tpbmVzaXNmaXJlaG9zZS5nZW5lcmF0ZWQnO1xuIl19 |
@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk'); | ||
*/ | ||
deliveryStreamName?: string | cdk.Token; | ||
deliveryStreamName?: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -17,3 +17,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.DeliveryStreamType`` | ||
*/ | ||
deliveryStreamType?: string | cdk.Token; | ||
deliveryStreamType?: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -23,3 +23,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.ElasticsearchDestinationConfiguration`` | ||
*/ | ||
elasticsearchDestinationConfiguration?: DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty | cdk.Token; | ||
elasticsearchDestinationConfiguration?: DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -29,3 +29,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.ExtendedS3DestinationConfiguration`` | ||
*/ | ||
extendedS3DestinationConfiguration?: DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty | cdk.Token; | ||
extendedS3DestinationConfiguration?: DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -35,3 +35,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.KinesisStreamSourceConfiguration`` | ||
*/ | ||
kinesisStreamSourceConfiguration?: DeliveryStreamResource.KinesisStreamSourceConfigurationProperty | cdk.Token; | ||
kinesisStreamSourceConfiguration?: DeliveryStreamResource.KinesisStreamSourceConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -41,3 +41,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.RedshiftDestinationConfiguration`` | ||
*/ | ||
redshiftDestinationConfiguration?: DeliveryStreamResource.RedshiftDestinationConfigurationProperty | cdk.Token; | ||
redshiftDestinationConfiguration?: DeliveryStreamResource.RedshiftDestinationConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -47,3 +47,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration`` | ||
*/ | ||
s3DestinationConfiguration?: DeliveryStreamResource.S3DestinationConfigurationProperty | cdk.Token; | ||
s3DestinationConfiguration?: DeliveryStreamResource.S3DestinationConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -53,3 +53,3 @@ * ``AWS::KinesisFirehose::DeliveryStream.SplunkDestinationConfiguration`` | ||
*/ | ||
splunkDestinationConfiguration?: DeliveryStreamResource.SplunkDestinationConfigurationProperty | cdk.Token; | ||
splunkDestinationConfiguration?: DeliveryStreamResource.SplunkDestinationConfigurationProperty | cdk.CloudFormationToken; | ||
} | ||
@@ -68,2 +68,3 @@ /** | ||
readonly deliveryStreamArn: DeliveryStreamArn; | ||
readonly ref: DeliveryStreamName; | ||
/** | ||
@@ -90,3 +91,3 @@ * Creates a new ``AWS::KinesisFirehose::DeliveryStream``. | ||
*/ | ||
intervalInSeconds: number | cdk.Token; | ||
intervalInSeconds: number | cdk.CloudFormationToken; | ||
/** | ||
@@ -96,3 +97,3 @@ * ``DeliveryStreamResource.BufferingHintsProperty.SizeInMBs`` | ||
*/ | ||
sizeInMBs: number | cdk.Token; | ||
sizeInMBs: number | cdk.CloudFormationToken; | ||
} | ||
@@ -109,3 +110,3 @@ } | ||
*/ | ||
enabled?: boolean | cdk.Token; | ||
enabled?: boolean | cdk.CloudFormationToken; | ||
/** | ||
@@ -115,3 +116,3 @@ * ``DeliveryStreamResource.CloudWatchLoggingOptionsProperty.LogGroupName`` | ||
*/ | ||
logGroupName?: string | cdk.Token; | ||
logGroupName?: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -121,3 +122,3 @@ * ``DeliveryStreamResource.CloudWatchLoggingOptionsProperty.LogStreamName`` | ||
*/ | ||
logStreamName?: string | cdk.Token; | ||
logStreamName?: string | cdk.CloudFormationToken; | ||
} | ||
@@ -134,3 +135,3 @@ } | ||
*/ | ||
copyOptions?: string | cdk.Token; | ||
copyOptions?: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -140,3 +141,3 @@ * ``DeliveryStreamResource.CopyCommandProperty.DataTableColumns`` | ||
*/ | ||
dataTableColumns?: string | cdk.Token; | ||
dataTableColumns?: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -146,3 +147,3 @@ * ``DeliveryStreamResource.CopyCommandProperty.DataTableName`` | ||
*/ | ||
dataTableName: string | cdk.Token; | ||
dataTableName: string | cdk.CloudFormationToken; | ||
} | ||
@@ -159,3 +160,3 @@ } | ||
*/ | ||
intervalInSeconds: number | cdk.Token; | ||
intervalInSeconds: number | cdk.CloudFormationToken; | ||
/** | ||
@@ -165,3 +166,3 @@ * ``DeliveryStreamResource.ElasticsearchBufferingHintsProperty.SizeInMBs`` | ||
*/ | ||
sizeInMBs: number | cdk.Token; | ||
sizeInMBs: number | cdk.CloudFormationToken; | ||
} | ||
@@ -178,3 +179,3 @@ } | ||
*/ | ||
bufferingHints: ElasticsearchBufferingHintsProperty | cdk.Token; | ||
bufferingHints: ElasticsearchBufferingHintsProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -184,3 +185,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.CloudWatchLoggingOptions`` | ||
*/ | ||
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.Token; | ||
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -190,3 +191,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.DomainARN`` | ||
*/ | ||
domainArn: string | cdk.Token; | ||
domainArn: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -196,3 +197,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.IndexName`` | ||
*/ | ||
indexName: string | cdk.Token; | ||
indexName: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -202,3 +203,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.IndexRotationPeriod`` | ||
*/ | ||
indexRotationPeriod: string | cdk.Token; | ||
indexRotationPeriod: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -208,3 +209,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.ProcessingConfiguration`` | ||
*/ | ||
processingConfiguration?: ProcessingConfigurationProperty | cdk.Token; | ||
processingConfiguration?: ProcessingConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -214,3 +215,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.RetryOptions`` | ||
*/ | ||
retryOptions: ElasticsearchRetryOptionsProperty | cdk.Token; | ||
retryOptions: ElasticsearchRetryOptionsProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -220,3 +221,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.RoleARN`` | ||
*/ | ||
roleArn: string | cdk.Token; | ||
roleArn: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -226,3 +227,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.S3BackupMode`` | ||
*/ | ||
s3BackupMode: string | cdk.Token; | ||
s3BackupMode: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -232,3 +233,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.S3Configuration`` | ||
*/ | ||
s3Configuration: S3DestinationConfigurationProperty | cdk.Token; | ||
s3Configuration: S3DestinationConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -238,3 +239,3 @@ * ``DeliveryStreamResource.ElasticsearchDestinationConfigurationProperty.TypeName`` | ||
*/ | ||
typeName: string | cdk.Token; | ||
typeName: string | cdk.CloudFormationToken; | ||
} | ||
@@ -251,3 +252,3 @@ } | ||
*/ | ||
durationInSeconds: number | cdk.Token; | ||
durationInSeconds: number | cdk.CloudFormationToken; | ||
} | ||
@@ -264,3 +265,3 @@ } | ||
*/ | ||
kmsEncryptionConfig?: KMSEncryptionConfigProperty | cdk.Token; | ||
kmsEncryptionConfig?: KMSEncryptionConfigProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -270,3 +271,3 @@ * ``DeliveryStreamResource.EncryptionConfigurationProperty.NoEncryptionConfig`` | ||
*/ | ||
noEncryptionConfig?: string | cdk.Token; | ||
noEncryptionConfig?: string | cdk.CloudFormationToken; | ||
} | ||
@@ -283,3 +284,3 @@ } | ||
*/ | ||
bucketArn: string | cdk.Token; | ||
bucketArn: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -289,3 +290,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.BufferingHints`` | ||
*/ | ||
bufferingHints: BufferingHintsProperty | cdk.Token; | ||
bufferingHints: BufferingHintsProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -295,3 +296,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.CloudWatchLoggingOptions`` | ||
*/ | ||
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.Token; | ||
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -301,3 +302,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.CompressionFormat`` | ||
*/ | ||
compressionFormat: string | cdk.Token; | ||
compressionFormat: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -307,3 +308,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.EncryptionConfiguration`` | ||
*/ | ||
encryptionConfiguration?: EncryptionConfigurationProperty | cdk.Token; | ||
encryptionConfiguration?: EncryptionConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -313,3 +314,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.Prefix`` | ||
*/ | ||
prefix: string | cdk.Token; | ||
prefix: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -319,3 +320,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.ProcessingConfiguration`` | ||
*/ | ||
processingConfiguration?: ProcessingConfigurationProperty | cdk.Token; | ||
processingConfiguration?: ProcessingConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -325,3 +326,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.RoleARN`` | ||
*/ | ||
roleArn: string | cdk.Token; | ||
roleArn: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -331,3 +332,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.S3BackupConfiguration`` | ||
*/ | ||
s3BackupConfiguration?: S3DestinationConfigurationProperty | cdk.Token; | ||
s3BackupConfiguration?: S3DestinationConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -337,3 +338,3 @@ * ``DeliveryStreamResource.ExtendedS3DestinationConfigurationProperty.S3BackupMode`` | ||
*/ | ||
s3BackupMode?: string | cdk.Token; | ||
s3BackupMode?: string | cdk.CloudFormationToken; | ||
} | ||
@@ -350,3 +351,3 @@ } | ||
*/ | ||
awskmsKeyArn: string | cdk.Token; | ||
awskmsKeyArn: string | cdk.CloudFormationToken; | ||
} | ||
@@ -363,3 +364,3 @@ } | ||
*/ | ||
kinesisStreamArn: string | cdk.Token; | ||
kinesisStreamArn: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -369,3 +370,3 @@ * ``DeliveryStreamResource.KinesisStreamSourceConfigurationProperty.RoleARN`` | ||
*/ | ||
roleArn: string | cdk.Token; | ||
roleArn: string | cdk.CloudFormationToken; | ||
} | ||
@@ -382,3 +383,3 @@ } | ||
*/ | ||
enabled?: boolean | cdk.Token; | ||
enabled?: boolean | cdk.CloudFormationToken; | ||
/** | ||
@@ -388,3 +389,3 @@ * ``DeliveryStreamResource.ProcessingConfigurationProperty.Processors`` | ||
*/ | ||
processors?: Array<ProcessorProperty | cdk.Token> | cdk.Token; | ||
processors?: Array<ProcessorProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken; | ||
} | ||
@@ -401,3 +402,3 @@ } | ||
*/ | ||
parameters: Array<ProcessorParameterProperty | cdk.Token> | cdk.Token; | ||
parameters: Array<ProcessorParameterProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken; | ||
/** | ||
@@ -407,3 +408,3 @@ * ``DeliveryStreamResource.ProcessorProperty.Type`` | ||
*/ | ||
type: string | cdk.Token; | ||
type: string | cdk.CloudFormationToken; | ||
} | ||
@@ -420,3 +421,3 @@ } | ||
*/ | ||
parameterName: string | cdk.Token; | ||
parameterName: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -426,3 +427,3 @@ * ``DeliveryStreamResource.ProcessorParameterProperty.ParameterValue`` | ||
*/ | ||
parameterValue: string | cdk.Token; | ||
parameterValue: string | cdk.CloudFormationToken; | ||
} | ||
@@ -439,3 +440,3 @@ } | ||
*/ | ||
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.Token; | ||
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -445,3 +446,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.ClusterJDBCURL`` | ||
*/ | ||
clusterJdbcurl: string | cdk.Token; | ||
clusterJdbcurl: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -451,3 +452,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.CopyCommand`` | ||
*/ | ||
copyCommand: CopyCommandProperty | cdk.Token; | ||
copyCommand: CopyCommandProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -457,3 +458,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.Password`` | ||
*/ | ||
password: string | cdk.Token; | ||
password: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -463,3 +464,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.ProcessingConfiguration`` | ||
*/ | ||
processingConfiguration?: ProcessingConfigurationProperty | cdk.Token; | ||
processingConfiguration?: ProcessingConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -469,3 +470,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.RoleARN`` | ||
*/ | ||
roleArn: string | cdk.Token; | ||
roleArn: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -475,3 +476,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.S3Configuration`` | ||
*/ | ||
s3Configuration: S3DestinationConfigurationProperty | cdk.Token; | ||
s3Configuration: S3DestinationConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -481,3 +482,3 @@ * ``DeliveryStreamResource.RedshiftDestinationConfigurationProperty.Username`` | ||
*/ | ||
username: string | cdk.Token; | ||
username: string | cdk.CloudFormationToken; | ||
} | ||
@@ -494,3 +495,3 @@ } | ||
*/ | ||
bucketArn: string | cdk.Token; | ||
bucketArn: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -500,3 +501,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.BufferingHints`` | ||
*/ | ||
bufferingHints: BufferingHintsProperty | cdk.Token; | ||
bufferingHints: BufferingHintsProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -506,3 +507,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.CloudWatchLoggingOptions`` | ||
*/ | ||
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.Token; | ||
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -512,3 +513,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.CompressionFormat`` | ||
*/ | ||
compressionFormat: string | cdk.Token; | ||
compressionFormat: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -518,3 +519,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.EncryptionConfiguration`` | ||
*/ | ||
encryptionConfiguration?: EncryptionConfigurationProperty | cdk.Token; | ||
encryptionConfiguration?: EncryptionConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -524,3 +525,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.Prefix`` | ||
*/ | ||
prefix?: string | cdk.Token; | ||
prefix?: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -530,3 +531,3 @@ * ``DeliveryStreamResource.S3DestinationConfigurationProperty.RoleARN`` | ||
*/ | ||
roleArn: string | cdk.Token; | ||
roleArn: string | cdk.CloudFormationToken; | ||
} | ||
@@ -543,3 +544,3 @@ } | ||
*/ | ||
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.Token; | ||
cloudWatchLoggingOptions?: CloudWatchLoggingOptionsProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -549,3 +550,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.HECAcknowledgmentTimeoutInSeconds`` | ||
*/ | ||
hecAcknowledgmentTimeoutInSeconds?: number | cdk.Token; | ||
hecAcknowledgmentTimeoutInSeconds?: number | cdk.CloudFormationToken; | ||
/** | ||
@@ -555,3 +556,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.HECEndpoint`` | ||
*/ | ||
hecEndpoint: string | cdk.Token; | ||
hecEndpoint: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -561,3 +562,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.HECEndpointType`` | ||
*/ | ||
hecEndpointType: string | cdk.Token; | ||
hecEndpointType: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -567,3 +568,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.HECToken`` | ||
*/ | ||
hecToken: string | cdk.Token; | ||
hecToken: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -573,3 +574,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.ProcessingConfiguration`` | ||
*/ | ||
processingConfiguration?: ProcessingConfigurationProperty | cdk.Token; | ||
processingConfiguration?: ProcessingConfigurationProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -579,3 +580,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.RetryOptions`` | ||
*/ | ||
retryOptions?: SplunkRetryOptionsProperty | cdk.Token; | ||
retryOptions?: SplunkRetryOptionsProperty | cdk.CloudFormationToken; | ||
/** | ||
@@ -585,3 +586,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.S3BackupMode`` | ||
*/ | ||
s3BackupMode?: string | cdk.Token; | ||
s3BackupMode?: string | cdk.CloudFormationToken; | ||
/** | ||
@@ -591,3 +592,3 @@ * ``DeliveryStreamResource.SplunkDestinationConfigurationProperty.S3Configuration`` | ||
*/ | ||
s3Configuration: S3DestinationConfigurationProperty | cdk.Token; | ||
s3Configuration: S3DestinationConfigurationProperty | cdk.CloudFormationToken; | ||
} | ||
@@ -604,3 +605,3 @@ } | ||
*/ | ||
durationInSeconds: number | cdk.Token; | ||
durationInSeconds: number | cdk.CloudFormationToken; | ||
} | ||
@@ -610,2 +611,6 @@ } | ||
export declare class DeliveryStreamArn extends cdk.Arn { | ||
private readonly thisIsADeliveryStreamArn; | ||
} | ||
export declare class DeliveryStreamName extends cdk.CloudFormationToken { | ||
private readonly thisIsADeliveryStreamName; | ||
} |
{ | ||
"name": "@aws-cdk/aws-kinesisfirehose", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"description": "The CDK Construct Library for AWS::KinesisFirehose", | ||
@@ -17,2 +17,8 @@ "main": "lib/index.js", | ||
}, | ||
"dotnet": { | ||
"namespace": "Amazon.CDK.AWS.KinesisFirehose", | ||
"packageId": "Amazon.CDK.AWS.KinesisFirehose", | ||
"signAssembly": true, | ||
"assemblyOriginatorKeyFile": "../../key.snk" | ||
}, | ||
"sphinx": {} | ||
@@ -50,11 +56,11 @@ } | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^0.8.2", | ||
"cdk-build-tools": "^0.8.2", | ||
"cfn2ts": "^0.8.2", | ||
"pkglint": "^0.8.2" | ||
"@aws-cdk/assert": "^0.9.0", | ||
"cdk-build-tools": "^0.9.0", | ||
"cfn2ts": "^0.9.0", | ||
"pkglint": "^0.9.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/cdk": "^0.8.2" | ||
"@aws-cdk/cdk": "^0.9.0" | ||
}, | ||
"homepage": "https://github.com/awslabs/aws-cdk" | ||
} |
@@ -10,2 +10,2 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5raW5lc2lzZmlyZWhvc2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJ0ZXN0LmtpbmVzaXNmaXJlaG9zZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLHVDQUEwQztBQUUxQyxPQUFPLEdBQUcsbUJBQVEsQ0FBQztJQUNmLFNBQVMsQ0FBQyxJQUFVO1FBQ2hCLElBQUksQ0FBQyxFQUFFLENBQUMsSUFBSSxFQUFFLDBDQUEwQyxDQUFDLENBQUM7UUFDMUQsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ2hCLENBQUM7Q0FDSixDQUFDLENBQUMifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5raW5lc2lzZmlyZWhvc2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJ0ZXN0LmtpbmVzaXNmaXJlaG9zZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLHVDQUEwQztBQUUxQyxPQUFPLEdBQUcsbUJBQVEsQ0FBQztJQUNmLFNBQVMsQ0FBQyxJQUFVO1FBQ2hCLElBQUksQ0FBQyxFQUFFLENBQUMsSUFBSSxFQUFFLDBDQUEwQyxDQUFDLENBQUM7UUFDMUQsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ2hCLENBQUM7Q0FDSixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBUZXN0LCB0ZXN0Q2FzZSB9IGZyb20gJ25vZGV1bml0JztcblxuZXhwb3J0cyA9IHRlc3RDYXNlKHtcbiAgICBub3RUZXN0ZWQodGVzdDogVGVzdCkge1xuICAgICAgICB0ZXN0Lm9rKHRydWUsICdObyB0ZXN0cyBhcmUgc3BlY2lmaWVkIGZvciB0aGlzIHBhY2thZ2UuJyk7XG4gICAgICAgIHRlc3QuZG9uZSgpO1xuICAgIH1cbn0pO1xuIl19 |
{ | ||
"compilerOptions": { | ||
"target": "es2018", | ||
"lib": [ | ||
"es2016", | ||
"es2017.object", | ||
"es2017.string" | ||
], | ||
"module": "commonjs", | ||
"declaration": true, | ||
"strict": true, | ||
"strictPropertyInitialization": true, | ||
"noImplicitAny": true, | ||
"strictNullChecks": true, | ||
"noImplicitThis": true, | ||
"alwaysStrict": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"noImplicitReturns": true, | ||
"noFallthroughCasesInSwitch": true, | ||
"inlineSourceMap": true, | ||
"experimentalDecorators": true, | ||
"jsx": "react", | ||
"jsxFactory": "jsx.create" | ||
}, | ||
"_generated_by_jsii_": "generated by jsii - you can delete, and ideally add to your .gitignore" | ||
"compilerOptions": { | ||
"alwaysStrict": true, | ||
"charset": "utf8", | ||
"declaration": true, | ||
"experimentalDecorators": true, | ||
"inlineSourceMap": true, | ||
"inlineSources": true, | ||
"jsx": "react", | ||
"jsxFactory": "jsx.create", | ||
"lib": [ | ||
"es2016", | ||
"es2017.object", | ||
"es2017.string" | ||
], | ||
"module": "CommonJS", | ||
"noEmitOnError": true, | ||
"noFallthroughCasesInSwitch": true, | ||
"noImplicitAny": true, | ||
"noImplicitReturns": true, | ||
"noImplicitThis": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"resolveJsonModule": true, | ||
"strict": true, | ||
"strictNullChecks": true, | ||
"target": "ES2018" | ||
}, | ||
"_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
337472
1354
+ Added@aws-cdk/cdk@0.9.2(transitive)
+ Added@aws-cdk/cx-api@0.9.2(transitive)
- Removed@aws-cdk/cdk@0.8.2(transitive)
- Removed@aws-cdk/cx-api@0.8.2(transitive)
Updated@aws-cdk/cdk@^0.9.0