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