@Stability(value=Stable)
public static interface CfnCluster.IamProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.msk.*;
IamProperty iamProperty = IamProperty.builder()
.enabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.IamProperty.Builder
A builder for
CfnCluster.IamProperty |
static class |
CfnCluster.IamProperty.Jsii$Proxy
An implementation for
CfnCluster.IamProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.IamProperty.Builder |
builder() |
Object |
getEnabled()
Whether IAM access control is enabled.
|
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) static CfnCluster.IamProperty.Builder builder()
CfnCluster.IamProperty.Builder of CfnCluster.IamPropertyCopyright © 2022. All rights reserved.