MSKSourceConfiguration
The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
Contents
- AuthenticationConfiguration
-
The authentication configuration of the Amazon MSK cluster.
Type: AuthenticationConfiguration object
Required: Yes
- MSKClusterARN
-
The ARN of the Amazon MSK cluster.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
arn:.*
Required: Yes
- TopicName
-
The topic name within the Amazon MSK cluster.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9\\._\\-]+
Required: Yes
- ReadFromTimestamp
-
The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active.
If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the
ReadFromTimestamp
parameter to Epoch (1970-01-01T00:00:00Z).Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: