aws-cdk-lib.aws_msk.CfnCluster.VpcConnectivityTlsProperty

interface VpcConnectivityTlsProperty

LanguageType name
.NETAmazon.CDK.AWS.MSK.CfnCluster.VpcConnectivityTlsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_VpcConnectivityTlsProperty
Javasoftware.amazon.awscdk.services.msk.CfnCluster.VpcConnectivityTlsProperty
Pythonaws_cdk.aws_msk.CfnCluster.VpcConnectivityTlsProperty
TypeScript aws-cdk-lib » aws_msk » CfnCluster » VpcConnectivityTlsProperty

Details for client authentication using TLS for vpcConnectivity.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_msk as msk } from 'aws-cdk-lib';
const vpcConnectivityTlsProperty: msk.CfnCluster.VpcConnectivityTlsProperty = {
  enabled: false,
};

Properties

NameTypeDescription
enabledboolean | IResolvableTLS authentication is enabled or not.

enabled

Type: boolean | IResolvable

TLS authentication is enabled or not.