View a markdown version of this page

AWS::EMRContainers::SecurityConfiguration IAMConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EMRContainers::SecurityConfiguration IAMConfiguration

Contains the IAM settings for a security configuration, including the system role used for authentication.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "SystemRole" : String }

YAML

SystemRole: String

Properties

SystemRole

The Amazon Resource Name (ARN) of the system role used by the security configuration.

Required: No

Type: String

Pattern: ^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):iam::\d{12}:role/.+$

Update requires: Replacement