Class CfnClusterPropsMixin.IamProperty
Details for SASL/IAM client authentication.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MSK
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnClusterPropsMixin.IamProperty : CfnClusterPropsMixin.IIamProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.IamProperty Implements CfnClusterPropsMixin.IIamProperty
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-iam.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MSK;
var iamProperty = new IamProperty {
Enabled = false
};
Synopsis
Constructors
| IamProperty() | Details for SASL/IAM client authentication. |
Properties
| Enabled | SASL/IAM authentication is enabled or not. |
Constructors
IamProperty()
Details for SASL/IAM client authentication.
public IamProperty()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-iam.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MSK;
var iamProperty = new IamProperty {
Enabled = false
};
Properties
Enabled
SASL/IAM authentication is enabled or not.
public object? Enabled { get; set; }