interface PublicAccessProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MSK.CfnCluster.PublicAccessProperty |
Java | software.amazon.awscdk.services.msk.CfnCluster.PublicAccessProperty |
Python | aws_cdk.aws_msk.CfnCluster.PublicAccessProperty |
TypeScript | @aws-cdk/aws-msk » CfnCluster » PublicAccessProperty |
Broker access controls.
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 publicAccessProperty: msk.CfnCluster.PublicAccessProperty = {
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
type? | string | DISABLED means that public access is turned off. |
type?
Type:
string
(optional)
DISABLED means that public access is turned off.
SERVICE_PROVIDED_EIPS means that public access is turned on.