aws-kinesisfirehose-s3 module
---This is a developer preview (public beta) module.
All classes are under active development and subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
| API Reference: | http://docs.awssolutionsbuilder.com/aws-solutions-konstruk/latest/api/aws-kinesisfirehose-s3/ |
|---|
| Language | Package |
|---|---|
aws_solutions_konstruk.aws_kinesisfirehose_s3 |
|
@aws-solutions-konstruk/aws-kinesisfirehose-s3 |
This AWS Solutions Konstruk implements an Amazon Kinesis Data Firehose delivery stream connected to an Amazon S3 bucket.
Here is a minimal deployable pattern definition:
const { KinesisFirehoseToS3 } = require('@aws-solutions-konstruk/aws-kinesisfirehose-s3');
new KinesisFirehoseToS3(stack, 'test-firehose-s3', {});
Initializer
new KinesisFirehoseToS3(scope: Construct, id: string, props: KinesisFirehoseToS3Props);
Parameters
- scope
Construct - id
string - props
KinesisFirehoseToS3Props
Pattern Construct Props
| Name | Type | Description |
|---|---|---|
| kinesisFirehoseProps? | kinesisfirehose.CfnDeliveryStreamProps |
Optional user provided props to override the default props for Kinesis Firehose Delivery Stream |
| deployBucket? | boolean |
Whether to create a S3 Bucket or use an existing S3 Bucket |
| existingBucketObj? | s3.Bucket |
Existing instance of S3 Bucket object |
| bucketProps? | s3.BucketProps |
Optional user provided props to override the default props for S3 Bucket |
Pattern Properties
| Name | Type | Description |
|---|---|---|
| kinesisFirehose() | kinesisfirehose.CfnDeliveryStream |
Returns an instance of kinesisfirehose.CfnDeliveryStream created by the construct |
| bucket() | s3.Bucket |
Returns an instance of s3.Bucket created by the construct |
Architecture
© Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Release files for aws-solutions-konstruk.aws-kinesis-firehose-s3 0.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aws-solutions-konstruk.aws-kinesis-firehose-s3-0.8.1.tar.gz | 135.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aws_solutions_konstruk.aws_kinesis_firehose_s3-0.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 271.1 kB
Release files / aws-solutions-konstruk.aws-kinesis-firehose-s3-0.8.1.tar.gz
| Download URL | aws-solutions-konstruk.aws-kinesis-firehose-s3-0.8.1.tar.gz |
|---|---|
| Size | 135.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
53f91c0fa63ac31ff4cecd23d4b2c03b10731660ab8b9e388d6fe5d5b082773d
|
|
BLAKE2b-256 checksum How to use checksums |
cd1a30273f53a8ce6ab3b4a6f1060eb58c07e93bc0bdd387171f9c2bec3664dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
|
Release files / aws_solutions_konstruk.aws_kinesis_firehose_s3-0.8.1-py3-none-any.whl
| Download URL | aws_solutions_konstruk.aws_kinesis_firehose_s3-0.8.1-py3-none-any.whl |
|---|---|
| Size | 135.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
91589f7c56805d1e9968fe94ea55d7aa9127b0ef555ae3fcadf4cdbaeb46fa5f
|
|
BLAKE2b-256 checksum How to use checksums |
9884a93583ef0daf8b8b30549f2d56cc395b690028b58f2895920ee33919f81c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
|