Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-securityconfiguration-iamconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-securityconfiguration-iamconfiguration.html#cfn-emrcontainers-securityconfiguration-iamconfiguration-systemrole

Back to top Generated by DocFX