Class: Aws::DataZone::Types::GetDomainOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the specified Amazon DataZone domain.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp of when the Amazon DataZone domain was created.

Returns:

  • (Time)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#delete_progressTypes::DeleteProgress

The progress of the current domain deletion, including the number of projects that Amazon DataZone successfully deleted.



9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the Amazon DataZone domain.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#domain_execution_roleString

The domain execution role with which the Amazon DataZone domain is created.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#domain_versionString

The version of the domain.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonsArray<Types::FailureReason>

The list of failure reasons for resources that Amazon DataZone could not delete during a cascade deletion of the domain.

Returns:



9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the specified Amazon DataZone domain.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_identifierString

The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp of when the Amazon DataZone domain was last updated.

Returns:

  • (Time)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Amazon DataZone domain.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#portal_urlString

The URL of the data portal for this Amazon DataZone domain.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#root_domain_unit_idString

The ID of the root domain in Amazon Datazone.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#service_roleString

The service role of the domain.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#single_sign_onTypes::SingleSignOn

The single sing-on option of the specified Amazon DataZone domain.

Returns:



9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the specified Amazon DataZone domain.

Returns:

  • (String)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags specified for the Amazon DataZone domain.

Returns:

  • (Hash<String,String>)


9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994

class GetDomainOutput < Struct.new(
  :id,
  :root_domain_unit_id,
  :name,
  :description,
  :single_sign_on,
  :domain_execution_role,
  :arn,
  :kms_key_identifier,
  :status,
  :portal_url,
  :created_at,
  :last_updated_at,
  :tags,
  :domain_version,
  :service_role,
  :failure_reasons,
  :delete_progress)
  SENSITIVE = []
  include Aws::Structure
end