interface TlsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.CfnCluster.TlsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_TlsProperty |
![]() | software.amazon.awscdk.services.msk.CfnCluster.TlsProperty |
![]() | aws_cdk.aws_msk.CfnCluster.TlsProperty |
![]() | aws-cdk-lib » aws_msk » CfnCluster » TlsProperty |
Details for client authentication using TLS.
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[] | 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.