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