aws-cdk-lib.aws_msk.CfnCluster.TlsProperty

interface TlsProperty

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

Details for client authentication using TLS.

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 tlsProperty: msk.CfnCluster.TlsProperty = {
  certificateAuthorityArnList: ['certificateAuthorityArnList'],
  enabled: false,
};

Properties

NameTypeDescription
certificateAuthorityArnList?string[]List of AWS Private CA ARNs.
enabled?boolean | IResolvableTLS authentication is enabled or not.

certificateAuthorityArnList?

Type: string[] (optional)

List of AWS Private CA ARNs.


enabled?

Type: boolean | IResolvable (optional)

TLS authentication is enabled or not.