Show / Hide Table of Contents

Class CfnClusterPropsMixin.IamProperty

Details for SASL/IAM client authentication.

Inheritance
object
CfnClusterPropsMixin.IamProperty
Implements
CfnClusterPropsMixin.IIamProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-iam.html#cfn-msk-cluster-iam-enabled

Type union: either bool or IResolvable

Implements

CfnClusterPropsMixin.IIamProperty
Back to top Generated by DocFX