Class: Aws::CloudWatchOmni::Types::OrganizationDomain

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_at ⇒ Time

The timestamp when the organization domain was created.

Returns:

  • (Time)


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.

Returns:

  • (Array<String>)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (Array<String>)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (Time)


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