interface UnauthenticatedProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MSK.CfnCluster.UnauthenticatedProperty |
Java | software.amazon.awscdk.services.msk.CfnCluster.UnauthenticatedProperty |
Python | aws_cdk.aws_msk.CfnCluster.UnauthenticatedProperty |
TypeScript | @aws-cdk/aws-msk » CfnCluster » UnauthenticatedProperty |
Details for allowing no client authentication.
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 unauthenticatedProperty: msk.CfnCluster.UnauthenticatedProperty = {
enabled: false,
};
Properties
Name | Type | Description |
---|---|---|
enabled | boolean | IResolvable | Unauthenticated is enabled or not. |
enabled
Type:
boolean |
IResolvable
Unauthenticated is enabled or not.