AWSFirehoseAuthenticationConfiguration
Objective-C
@interface AWSFirehoseAuthenticationConfiguration
Swift
class AWSFirehoseAuthenticationConfiguration
The authentication configuration of the Amazon MSK cluster.
Required parameters: [RoleARN, Connectivity]
-
The type of connectivity used to access the Amazon MSK cluster.
Declaration
Objective-C
@property (nonatomic) AWSFirehoseConnectivity connectivity;
Swift
var connectivity: AWSFirehoseConnectivity { get set }
-
The ARN of the role used to access the Amazon MSK cluster.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleARN;
Swift
var roleARN: String? { get set }