Class CfnCluster.VpcConnectivityScramProperty
Details for SASL/SCRAM client authentication for VpcConnectivity.
Implements
Inherited Members
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
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
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; }