Class: Aws::CloudWatchOmni::Types::Domain
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::Domain
- 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
-
#created_at ⇒ Time
The timestamp when the domain was created.
-
#custom_endpoint_urls ⇒ Array<String>
Additional endpoint URLs derived from the domain name.
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#domain_endpoint_url ⇒ String
The HTTPS endpoint URL for accessing the domain.
-
#domain_id ⇒ String
The unique ID of the domain.
-
#identity_center_application_arn ⇒ String
The ARN of the Identity Center application.
-
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Identity provider configuration for the domain.
-
#identity_providers ⇒ Array<String>
The identity providers configured for the domain.
-
#name ⇒ String
A name that identifies the domain.
-
#region ⇒ String
The Region where this domain was created.
-
#status ⇒ String
Current status of the domain.
-
#updated_at ⇒ Time
The timestamp when the domain was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the domain was created.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 |