Class CfnClusterPropsMixin.VpcConnectivityTlsProperty
Details for client authentication using TLS for VpcConnectivity.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterPropsMixin.VpcConnectivityTlsProperty : CfnClusterPropsMixin.IVpcConnectivityTlsProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.VpcConnectivityTlsProperty Implements CfnClusterPropsMixin.IVpcConnectivityTlsProperty
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.MSK.Mixins;
var vpcConnectivityTlsProperty = new VpcConnectivityTlsProperty {
Enabled = false
};
Synopsis
Constructors
| VpcConnectivityTlsProperty() | Details for client authentication using TLS for VpcConnectivity. |
Properties
| Enabled | TLS authentication is enabled or not. |
Constructors
VpcConnectivityTlsProperty()
Details for client authentication using TLS for VpcConnectivity.
public VpcConnectivityTlsProperty()
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.MSK.Mixins;
var vpcConnectivityTlsProperty = new VpcConnectivityTlsProperty {
Enabled = false
};
Properties
Enabled
TLS authentication is enabled or not.
public object? Enabled { get; set; }