interface S3Property
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.CfnCluster.S3Property |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_S3Property |
![]() | software.amazon.awscdk.services.msk.CfnCluster.S3Property |
![]() | aws_cdk.aws_msk.CfnCluster.S3Property |
![]() | aws-cdk-lib » aws_msk » CfnCluster » S3Property |
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_msk as msk } from 'aws-cdk-lib';
const s3Property: msk.CfnCluster.S3Property = {
enabled: false,
// the properties below are optional
bucket: 'bucket',
prefix: 'prefix',
};
Properties
Name | Type | Description |
---|---|---|
enabled | boolean | IResolvable | |
bucket? | string | |
prefix? | string |
enabled
Type:
boolean |
IResolvable
bucket?
Type:
string
(optional)
prefix?
Type:
string
(optional)