interface VpcConnectivityTlsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MSK.CfnClusterPropsMixin.VpcConnectivityTlsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmsk#CfnClusterPropsMixin_VpcConnectivityTlsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterPropsMixin.VpcConnectivityTlsProperty |
Python | aws_cdk.cfn_property_mixins.aws_msk.CfnClusterPropsMixin.VpcConnectivityTlsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_msk » CfnClusterPropsMixin » VpcConnectivityTlsProperty |
Details for client authentication using TLS for VpcConnectivity.
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/cfn-property-mixins';
const vpcConnectivityTlsProperty: msk.CfnClusterPropsMixin.VpcConnectivityTlsProperty = {
enabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled? | boolean | IResolvable | TLS authentication is enabled or not. |
enabled?
Type:
boolean | IResolvable
(optional)
TLS authentication is enabled or not.

.NET
Go
Java
Python
TypeScript