createStream
Creates a new change data capture (CDC) stream for a cluster. The stream captures database changes and delivers them to the specified target destination.
Required permissions
dsql:CreateStream
Permission to create a new stream.
Resources: arn:aws:dsql:region:account-id:cluster/cluster-id
iam:PassRole
Permission to pass the IAM role specified in the target definition to the service.
Resources: ARN of the IAM role specified in targetDefinition.kinesis.roleArn
kms:Decrypt
Required when the cluster uses a customer managed KMS key (CMK). Permission to decrypt data using the cluster's CMK.
Resources: ARN of the KMS key used by the cluster