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_at ⇒ Time

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_urls ⇒ Array<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_arn ⇒ String

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_url ⇒ String

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_id ⇒ String

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_arn ⇒ String

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_configuration ⇒ Types::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_providers ⇒ Array<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

#name ⇒ String

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

#region ⇒ String

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

#status ⇒ String

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_at ⇒ Time

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