Class: Aws::SecurityHub::Types::AwsRdsDbClusterMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbClusterMember
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about an instance in the DB cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_parameter_group_status ⇒ String
The status of the DB cluster parameter group for this member of the DB cluster.
-
#db_instance_identifier ⇒ String
The instance identifier for this member of the DB cluster.
-
#is_cluster_writer ⇒ Boolean
Whether the cluster member is the primary instance for the DB cluster.
-
#promotion_tier ⇒ Integer
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
Instance Attribute Details
#db_cluster_parameter_group_status ⇒ String
The status of the DB cluster parameter group for this member of the DB cluster.
15951 15952 15953 15954 15955 15956 15957 15958 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15951 class AwsRdsDbClusterMember < Struct.new( :is_cluster_writer, :promotion_tier, :db_instance_identifier, :db_cluster_parameter_group_status) SENSITIVE = [] include Aws::Structure end |
#db_instance_identifier ⇒ String
The instance identifier for this member of the DB cluster.
15951 15952 15953 15954 15955 15956 15957 15958 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15951 class AwsRdsDbClusterMember < Struct.new( :is_cluster_writer, :promotion_tier, :db_instance_identifier, :db_cluster_parameter_group_status) SENSITIVE = [] include Aws::Structure end |
#is_cluster_writer ⇒ Boolean
Whether the cluster member is the primary instance for the DB cluster.
15951 15952 15953 15954 15955 15956 15957 15958 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15951 class AwsRdsDbClusterMember < Struct.new( :is_cluster_writer, :promotion_tier, :db_instance_identifier, :db_cluster_parameter_group_status) SENSITIVE = [] include Aws::Structure end |
#promotion_tier ⇒ Integer
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
15951 15952 15953 15954 15955 15956 15957 15958 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15951 class AwsRdsDbClusterMember < Struct.new( :is_cluster_writer, :promotion_tier, :db_instance_identifier, :db_cluster_parameter_group_status) SENSITIVE = [] include Aws::Structure end |