Show / Hide Table of Contents

Class CfnCluster.IamProperty

Details for SASL/IAM client authentication.

Inheritance
System.Object
CfnCluster.IamProperty
Implements
CfnCluster.IIamProperty
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.AWS.MSK.dll
Syntax (csharp)
public class IamProperty : Object, CfnCluster.IIamProperty
Syntax (vb)
Public Class IamProperty
    Inherits Object
    Implements CfnCluster.IIamProperty
Remarks

Link: 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.AWS.MSK;

var iamProperty = new IamProperty {
    Enabled = false
};

Synopsis

Constructors

IamProperty()

Properties

Enabled

SASL/IAM authentication is enabled or not.

Constructors

IamProperty()

public IamProperty()

Properties

Enabled

SASL/IAM authentication is enabled or not.

public object Enabled { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnCluster.IIamProperty
Back to top Generated by DocFX