Class: Aws::Deadline::Types::CreateMonitorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The unique token which the server uses to recognize retries of the same request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
1232
1233
1234
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1226

class CreateMonitorRequest < Struct.new(
  :client_token,
  :display_name,
  :identity_center_instance_arn,
  :role_arn,
  :subdomain)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name that you give the monitor that is displayed in the Deadline Cloud console.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
1232
1233
1234
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1226

class CreateMonitorRequest < Struct.new(
  :client_token,
  :display_name,
  :identity_center_instance_arn,
  :role_arn,
  :subdomain)
  SENSITIVE = []
  include Aws::Structure
end

#identity_center_instance_arnString

The Amazon Resource Name (ARN) of the IAM Identity Center instance that authenticates monitor users.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
1232
1233
1234
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1226

class CreateMonitorRequest < Struct.new(
  :client_token,
  :display_name,
  :identity_center_instance_arn,
  :role_arn,
  :subdomain)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
1232
1233
1234
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1226

class CreateMonitorRequest < Struct.new(
  :client_token,
  :display_name,
  :identity_center_instance_arn,
  :role_arn,
  :subdomain)
  SENSITIVE = []
  include Aws::Structure
end

#subdomainString

The subdomain to use when creating the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
1232
1233
1234
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1226

class CreateMonitorRequest < Struct.new(
  :client_token,
  :display_name,
  :identity_center_instance_arn,
  :role_arn,
  :subdomain)
  SENSITIVE = []
  include Aws::Structure
end