Class: Aws::CloudWatchOmni::Types::OrganizationDomain
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::OrganizationDomain
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Detailed information about an organization domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the organization domain was created.
-
#custom_endpoint_urls ⇒ Array<String>
Additional endpoint URLs derived from the domain name.
-
#domain_access_role_arn ⇒ String
The ARN of the customer-provided IAM role in the management account used for domain access.
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the organization domain.
-
#domain_endpoint_url ⇒ String
The HTTPS endpoint URL for accessing the organization domain.
-
#domain_id ⇒ String
The unique ID of the organization domain.
-
#identity_center_application_arn ⇒ String
The ARN of the Identity Center application.
-
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Identity provider configuration for the organization domain.
-
#identity_providers ⇒ Array<String>
The identity providers configured for the organization domain.
-
#name ⇒ String
A name that identifies the organization domain.
-
#organization_id ⇒ String
The ID of the AWS Organization that owns the domain.
-
#owner_account_id ⇒ String
The AWS account ID that owns the organization domain.
-
#region ⇒ String
The Region where this organization domain was created.
-
#status ⇒ String
Current status of the organization domain.
-
#updated_at ⇒ Time
The timestamp when the organization domain was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the organization domain was created.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#custom_endpoint_urls ⇒ Array<String>
Additional endpoint URLs derived from the domain name.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#domain_access_role_arn ⇒ String
The ARN of the customer-provided IAM role in the management account used for domain access.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the organization domain.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#domain_endpoint_url ⇒ String
The HTTPS endpoint URL for accessing the organization domain.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique ID of the organization domain.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#identity_center_application_arn ⇒ String
The ARN of the Identity Center application. Absent for IAM-only domains.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Identity provider configuration for the organization domain.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#identity_providers ⇒ Array<String>
The identity providers configured for the organization domain.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that identifies the organization domain.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The ID of the AWS Organization that owns the domain.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The AWS account ID that owns the organization domain.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Region where this organization domain was created.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the organization domain.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the organization domain was last updated.
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4072 class OrganizationDomain < Struct.new( :domain_id, :domain_arn, :name, :domain_endpoint_url, :custom_endpoint_urls, :organization_id, :owner_account_id, :identity_providers, :identity_provider_configuration, :identity_center_application_arn, :region, :status, :domain_access_role_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |