interface TlsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.CfnCluster.TlsProperty |
![]() | software.amazon.awscdk.services.msk.CfnCluster.TlsProperty |
![]() | aws_cdk.aws_msk.CfnCluster.TlsProperty |
![]() | @aws-cdk/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 * as msk from '@aws-cdk/aws-msk';
const tlsProperty: msk.CfnCluster.TlsProperty = {
certificateAuthorityArnList: ['certificateAuthorityArnList'],
enabled: false,
};
Properties
Name | Type | Description |
---|---|---|
certificate | string[] | List of AWS Private CA ARNs. |
enabled? | boolean | IResolvable | TLS 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.