interface TlsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MSK.CfnCluster.TlsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_TlsProperty |
Java | software.amazon.awscdk.services.msk.CfnCluster.TlsProperty |
Python | aws_cdk.aws_msk.CfnCluster.TlsProperty |
TypeScript | aws-cdk-lib » aws_msk » CfnCluster » TlsProperty |
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-tls.html
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
Name | Type | Description |
---|---|---|
certificate | string[] | |
enabled? | boolean | IResolvable |
certificateAuthorityArnList?
Type:
string[]
(optional)
enabled?
Type:
boolean |
IResolvable
(optional)