Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-authenticationconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-authenticationconfiguration.html#cfn-kinesisfirehose-deliverystream-authenticationconfiguration-connectivity

RoleArn

The ARN of the role used to access the Amazon MSK cluster.

string? RoleArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-authenticationconfiguration.html#cfn-kinesisfirehose-deliverystream-authenticationconfiguration-rolearn

Back to top Generated by DocFX