Interface CfnSecurityConfigurationPropsMixin.IIAMConfigurationProperty
IAM configuration.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnSecurityConfigurationPropsMixin.IIAMConfigurationProperty
Syntax (vb)
Public Interface CfnSecurityConfigurationPropsMixin.IIAMConfigurationProperty
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.CfnPropertyMixins.AWS.EMRContainers;
var iAMConfigurationProperty = new Dictionary<string, string?> {
{ "systemRole", "systemRole" }
};
Synopsis
Properties
| SystemRole | The system role ARN. |
Properties
SystemRole
The system role ARN.
string? SystemRole { get; }