interface PartitionSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MSK.CfnChannel.PartitionSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnChannel_PartitionSourceProperty |
Java | software.amazon.awscdk.services.msk.CfnChannel.PartitionSourceProperty |
Python | aws_cdk.aws_msk.CfnChannel.PartitionSourceProperty |
TypeScript | aws-cdk-lib » aws_msk » CfnChannel » PartitionSourceProperty |
Partition source configuration.
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 partitionSourceProperty: msk.CfnChannel.PartitionSourceProperty = {
sourceName: 'sourceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | Source name. |
sourceName?
Type:
string
(optional)
Source name.

.NET
Go
Java
Python
TypeScript