Interface CfnServerlessCluster.IIamProperty
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIamProperty
Syntax (vb)
Public Interface IIamProperty
Remarks
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
Properties
Enabled |
Properties
Enabled
object Enabled { get; }
Property Value
System.