Class: Aws::ARCRegionswitch::Types::NeptuneGlobalDatabaseConfiguration

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

Overview

Configuration for Amazon Neptune global databases used in a Region switch plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#behavior ⇒ String

The behavior for a global database, that is, only allow switchover or also allow failover.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2072

class NeptuneGlobalDatabaseConfiguration < Struct.new(
  :timeout_minutes,
  :cross_account_role,
  :external_id,
  :behavior,
  :ungraceful,
  :global_cluster_identifier,
  :region_database_cluster_arns)
  SENSITIVE = []
  include Aws::Structure
end

#cross_account_role ⇒ String

The cross account role for the configuration.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2072

class NeptuneGlobalDatabaseConfiguration < Struct.new(
  :timeout_minutes,
  :cross_account_role,
  :external_id,
  :behavior,
  :ungraceful,
  :global_cluster_identifier,
  :region_database_cluster_arns)
  SENSITIVE = []
  include Aws::Structure
end

#external_id ⇒ String

The external ID (secret key) for the configuration.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2072

class NeptuneGlobalDatabaseConfiguration < Struct.new(
  :timeout_minutes,
  :cross_account_role,
  :external_id,
  :behavior,
  :ungraceful,
  :global_cluster_identifier,
  :region_database_cluster_arns)
  SENSITIVE = []
  include Aws::Structure
end

#global_cluster_identifier ⇒ String

The global cluster identifier for a Neptune global database.

Returns:

  • (String)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2072

class NeptuneGlobalDatabaseConfiguration < Struct.new(
  :timeout_minutes,
  :cross_account_role,
  :external_id,
  :behavior,
  :ungraceful,
  :global_cluster_identifier,
  :region_database_cluster_arns)
  SENSITIVE = []
  include Aws::Structure
end

#region_database_cluster_arns ⇒ Hash<String,String>

The database cluster Amazon Resource Names (ARNs) for a Neptune global database.

Returns:

  • (Hash<String,String>)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2072

class NeptuneGlobalDatabaseConfiguration < Struct.new(
  :timeout_minutes,
  :cross_account_role,
  :external_id,
  :behavior,
  :ungraceful,
  :global_cluster_identifier,
  :region_database_cluster_arns)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_minutes ⇒ Integer

The timeout value specified for the configuration.

Returns:

  • (Integer)


2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2072

class NeptuneGlobalDatabaseConfiguration < Struct.new(
  :timeout_minutes,
  :cross_account_role,
  :external_id,
  :behavior,
  :ungraceful,
  :global_cluster_identifier,
  :region_database_cluster_arns)
  SENSITIVE = []
  include Aws::Structure
end

#ungraceful ⇒ Types::NeptuneUngraceful

The settings for ungraceful execution.



2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2072

class NeptuneGlobalDatabaseConfiguration < Struct.new(
  :timeout_minutes,
  :cross_account_role,
  :external_id,
  :behavior,
  :ungraceful,
  :global_cluster_identifier,
  :region_database_cluster_arns)
  SENSITIVE = []
  include Aws::Structure
end