Method: Aws::Deadline::Types::CreateMonitorRequest#role_arn
- Defined in:
- lib/aws-sdk-deadline/types.rb
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that the monitor uses to connect to Deadline Cloud. Every user that signs in to the monitor using IAM Identity Center uses this role to access Deadline Cloud resources.
1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-deadline/types.rb', line 1477 class CreateMonitorRequest < Struct.new( :client_token, :display_name, :identity_center_instance_arn, :subdomain, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end |