Interface CfnSecurityConfiguration.IAMConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityConfiguration.IAMConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnSecurityConfiguration
@Stability(Stable)
public static interface CfnSecurityConfiguration.IAMConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
IAM configuration.
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.emrcontainers.*;
IAMConfigurationProperty iAMConfigurationProperty = Map.of(
"systemRole", "systemRole");
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSecurityConfiguration.IAMConfigurationPropertystatic final classAn implementation forCfnSecurityConfiguration.IAMConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSystemRole
The system role ARN.- See Also:
-
builder
-