public static interface CfnCluster.IamProperty
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() |
java.lang.Object |
getEnabled()
Whether IAM access control is enabled.
|
java.lang.Object getEnabled()
static CfnCluster.IamProperty.Builder builder()
CfnCluster.IamProperty.Builder
of CfnCluster.IamProperty