Show / Hide Table of Contents

Class CfnCluster.VpcConnectivityScramProperty

Details for SASL/SCRAM client authentication for VpcConnectivity.

Inheritance
object
CfnCluster.VpcConnectivityScramProperty
Implements
CfnCluster.IVpcConnectivityScramProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCluster.VpcConnectivityScramProperty : CfnCluster.IVpcConnectivityScramProperty
Syntax (vb)
Public Class CfnCluster.VpcConnectivityScramProperty Implements CfnCluster.IVpcConnectivityScramProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-vpcconnectivityscram.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.AWS.MSK;

             var vpcConnectivityScramProperty = new VpcConnectivityScramProperty {
                 Enabled = false
             };

Synopsis

Constructors

VpcConnectivityScramProperty()

Details for SASL/SCRAM client authentication for VpcConnectivity.

Properties

Enabled

SASL/SCRAM authentication is enabled or not.

Constructors

VpcConnectivityScramProperty()

Details for SASL/SCRAM client authentication for VpcConnectivity.

public VpcConnectivityScramProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-vpcconnectivityscram.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.AWS.MSK;

             var vpcConnectivityScramProperty = new VpcConnectivityScramProperty {
                 Enabled = false
             };

Properties

Enabled

SASL/SCRAM authentication is enabled or not.

public object Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-vpcconnectivityscram.html#cfn-msk-cluster-vpcconnectivityscram-enabled

Implements

CfnCluster.IVpcConnectivityScramProperty
Back to top Generated by DocFX