Method: Aws::Deadline::Types::CreateMonitorRequest#subdomain

Defined in:
lib/aws-sdk-deadline/types.rb

#subdomainString

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

Returns:

  • (String)


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