aws-cdk-lib.aws_msk.CfnCluster.VpcConnectivityProperty

interface VpcConnectivityProperty

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

VPC connection control settings for brokers.

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 vpcConnectivityProperty: msk.CfnCluster.VpcConnectivityProperty = {
  clientAuthentication: {
    sasl: {
      iam: {
        enabled: false,
      },
      scram: {
        enabled: false,
      },
    },
    tls: {
      enabled: false,
    },
  },
};

Properties

NameTypeDescription
clientAuthentication?IResolvable | VpcConnectivityClientAuthenticationPropertyVPC connection control settings for brokers.

clientAuthentication?

Type: IResolvable | VpcConnectivityClientAuthenticationProperty (optional)

VPC connection control settings for brokers.