AWS::AuditManager::Assessment Role - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::AuditManager::Assessment Role

The Role property type specifies the wrapper that contains AWS Audit Manager role information, such as the role type and IAM Amazon Resource Name (ARN).

Syntax

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

JSON

{ "RoleArn" : String, "RoleType" : String }

YAML

RoleArn: String RoleType: String

Properties

RoleArn

The Amazon Resource Name (ARN) of the IAM role.

Required: No

Type: String

Pattern: ^arn:.*:iam:.*

Minimum: 20

Maximum: 2048

Update requires: No interruption

RoleType

The type of customer persona.

Note

In CreateAssessment, roleType can only be PROCESS_OWNER.

In UpdateSettings, roleType can only be PROCESS_OWNER.

In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

Required: No

Type: String

Allowed values: PROCESS_OWNER | RESOURCE_OWNER

Update requires: No interruption

See also

  • Role in the AWS Audit Manager API Reference.