Interface CfnDeliveryStreamPropsMixin.IAuthenticationConfigurationProperty
The authentication configuration of the Amazon MSK cluster.
Namespace: Amazon.CDK.Mixins.Preview.AWS.KinesisFirehose.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDeliveryStreamPropsMixin.IAuthenticationConfigurationProperty
Syntax (vb)
Public Interface CfnDeliveryStreamPropsMixin.IAuthenticationConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.KinesisFirehose.Mixins;
var authenticationConfigurationProperty = new AuthenticationConfigurationProperty {
Connectivity = "connectivity",
RoleArn = "roleArn"
};
Synopsis
Properties
| Connectivity | The type of connectivity used to access the Amazon MSK cluster. |
| RoleArn | The ARN of the role used to access the Amazon MSK cluster. |
Properties
Connectivity
The type of connectivity used to access the Amazon MSK cluster.
string? Connectivity { get; }
Property Value
Remarks
RoleArn
The ARN of the role used to access the Amazon MSK cluster.
string? RoleArn { get; }