Class: Aws::CloudWatchOmni::Types::Domain

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

Overview

Detailed information about a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the domain was created.

Returns:

  • (Time)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#custom_endpoint_urlsArray<String>

Additional endpoint URLs derived from the domain name.

Returns:

  • (Array<String>)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#domain_arnString

The Amazon Resource Name (ARN) of the domain.

Returns:

  • (String)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#domain_endpoint_urlString

The HTTPS endpoint URL for accessing the domain.

Returns:

  • (String)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The unique ID of the domain.

Returns:

  • (String)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#identity_center_application_arnString

The ARN of the Identity Center application. Absent for IAM-only domains.

Returns:

  • (String)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#identity_provider_configurationTypes::IdentityProviderConfiguration

Identity provider configuration for the domain.



1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#identity_providersArray<String>

The identity providers configured for the domain.

Returns:

  • (Array<String>)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name that identifies the domain.

Returns:

  • (String)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Region where this domain was created.

Returns:

  • (String)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Current status of the domain.

Returns:

  • (String)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the domain was last updated.

Returns:

  • (Time)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1634

class Domain < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :identity_providers,
  :identity_provider_configuration,
  :domain_endpoint_url,
  :custom_endpoint_urls,
  :identity_center_application_arn,
  :region,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end