Show / Hide Table of Contents

Class CfnCluster.VpcConnectivityTlsProperty

Details for client authentication using TLS for vpcConnectivity.

Inheritance
System.Object
CfnCluster.VpcConnectivityTlsProperty
Implements
CfnCluster.IVpcConnectivityTlsProperty
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.AWS.MSK.dll
Syntax (csharp)
public class VpcConnectivityTlsProperty : Object, CfnCluster.IVpcConnectivityTlsProperty
Syntax (vb)
Public Class VpcConnectivityTlsProperty
    Inherits Object
    Implements CfnCluster.IVpcConnectivityTlsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-vpcconnectivitytls.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 vpcConnectivityTlsProperty = new VpcConnectivityTlsProperty {
    Enabled = false
};

Synopsis

Constructors

VpcConnectivityTlsProperty()

Properties

Enabled

TLS authentication is enabled or not.

Constructors

VpcConnectivityTlsProperty()

public VpcConnectivityTlsProperty()

Properties

Enabled

TLS authentication is enabled or not.

public object Enabled { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnCluster.IVpcConnectivityTlsProperty
Back to top Generated by DocFX