Show / Hide Table of Contents

Class CfnClusterPropsMixin.VpcConnectivityTlsProperty

Details for client authentication using TLS for VpcConnectivity.

Inheritance
object
CfnClusterPropsMixin.VpcConnectivityTlsProperty
Implements
CfnClusterPropsMixin.IVpcConnectivityTlsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: 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.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

See: 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.Mixins.Preview.AWS.MSK.Mixins;

             var vpcConnectivityTlsProperty = new VpcConnectivityTlsProperty {
                 Enabled = false
             };

Properties

Enabled

TLS 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-vpcconnectivitytls.html#cfn-msk-cluster-vpcconnectivitytls-enabled

Type union: either bool or IResolvable

Implements

CfnClusterPropsMixin.IVpcConnectivityTlsProperty
Back to top Generated by DocFX