aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.DocumentIdOptionsProperty
interface DocumentIdOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisFirehose.CfnDeliveryStream.DocumentIdOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#CfnDeliveryStream_DocumentIdOptionsProperty |
![]() | software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DocumentIdOptionsProperty |
![]() | aws_cdk.aws_kinesisfirehose.CfnDeliveryStream.DocumentIdOptionsProperty |
![]() | aws-cdk-lib » aws_kinesisfirehose » CfnDeliveryStream » DocumentIdOptionsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisfirehose as kinesisfirehose } from 'aws-cdk-lib';
const documentIdOptionsProperty: kinesisfirehose.CfnDeliveryStream.DocumentIdOptionsProperty = {
defaultDocumentIdFormat: 'defaultDocumentIdFormat',
};
Properties
Name | Type | Description |
---|---|---|
default | string | CfnDeliveryStream.DocumentIdOptionsProperty.DefaultDocumentIdFormat . |
defaultDocumentIdFormat
Type:
string
CfnDeliveryStream.DocumentIdOptionsProperty.DefaultDocumentIdFormat
.