AWS::QLDB::StreamResource schema for AWS::QLDB::Stream.
7 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InclusiveStartTime | string | RequiredCreate-only |
KinesisConfiguration | KinesisConfiguration | RequiredCreate-only |
LedgerName | string | RequiredCreate-only |
RoleArn | string | RequiredCreate-only |
StreamName | string | RequiredCreate-only |
ExclusiveEndTime | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QLDB::Stream
Resources:
MyResource:
Type: AWS::QLDB::Stream
Properties:
LedgerName: "my-ledgername"
StreamName: "my-streamname"
RoleArn: "arn:aws:service:region:account:resource"
KinesisConfiguration: "value"
InclusiveStartTime: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRoleqldb:StreamJournalToKinesisqldb:DescribeJournalKinesisStreamqldb:CancelJournalKinesisStreamqldb:DescribeJournalKinesisStreamqldb:DescribeJournalKinesisStreamqldb:ListTagsForResourceqldb:DescribeJournalKinesisStreamqldb:UntagResourceqldb:TagResourceqldb:listJournalKinesisStreamsForLedgerOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterLedgerNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
LedgerNameStreamNameRoleArnKinesisConfigurationInclusiveStartTimeExclusiveEndTime