interface VpcConnectivityClientAuthenticationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.CfnCluster.VpcConnectivityClientAuthenticationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_VpcConnectivityClientAuthenticationProperty |
![]() | software.amazon.awscdk.services.msk.CfnCluster.VpcConnectivityClientAuthenticationProperty |
![]() | aws_cdk.aws_msk.CfnCluster.VpcConnectivityClientAuthenticationProperty |
![]() | aws-cdk-lib » aws_msk » CfnCluster » VpcConnectivityClientAuthenticationProperty |
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 vpcConnectivityClientAuthenticationProperty: msk.CfnCluster.VpcConnectivityClientAuthenticationProperty = {
sasl: {
iam: {
enabled: false,
},
scram: {
enabled: false,
},
},
tls: {
enabled: false,
},
};
Properties
Name | Type | Description |
---|---|---|
sasl? | IResolvable | Vpc | |
tls? | IResolvable | Vpc |
sasl?
Type:
IResolvable
|
Vpc
(optional)
tls?
Type:
IResolvable
|
Vpc
(optional)