Class: Aws::Redshift::Types::Cluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::Cluster
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Describes a cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_version_upgrade ⇒ Boolean
A boolean value that, if
true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window. -
#aqua_configuration ⇒ Types::AquaConfiguration
This field is retired.
-
#automated_snapshot_retention_period ⇒ Integer
The number of days that automatic cluster snapshots are retained.
-
#availability_zone ⇒ String
The name of the Availability Zone in which the cluster is located.
-
#availability_zone_relocation_status ⇒ String
Describes the status of the Availability Zone relocation operation.
-
#cluster_availability_status ⇒ String
The availability status of the cluster for queries.
-
#cluster_create_time ⇒ Time
The date and time that the cluster was created.
-
#cluster_identifier ⇒ String
The unique identifier of the cluster.
-
#cluster_namespace_arn ⇒ String
The namespace Amazon Resource Name (ARN) of the cluster.
-
#cluster_nodes ⇒ Array<Types::ClusterNode>
The nodes in the cluster.
-
#cluster_parameter_groups ⇒ Array<Types::ClusterParameterGroupStatus>
The list of cluster parameter groups that are associated with this cluster.
-
#cluster_public_key ⇒ String
The public key for the cluster.
-
#cluster_revision_number ⇒ String
The specific revision number of the database in the cluster.
-
#cluster_security_groups ⇒ Array<Types::ClusterSecurityGroupMembership>
A list of cluster security group that are associated with the cluster.
-
#cluster_snapshot_copy_status ⇒ Types::ClusterSnapshotCopyStatus
A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
-
#cluster_status ⇒ String
The current state of the cluster.
-
#cluster_subnet_group_name ⇒ String
The name of the subnet group that is associated with the cluster.
-
#cluster_version ⇒ String
The version ID of the Amazon Redshift engine that is running on the cluster.
-
#data_transfer_progress ⇒ Types::DataTransferProgress
-
#db_name ⇒ String
The name of the initial database that was created when the cluster was created.
-
#default_iam_role_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM role set as default for the cluster.
-
#deferred_maintenance_windows ⇒ Array<Types::DeferredMaintenanceWindow>
Describes a group of
DeferredMaintenanceWindow
objects. -
#elastic_ip_status ⇒ Types::ElasticIpStatus
The status of the elastic IP (EIP) address.
-
#elastic_resize_number_of_node_options ⇒ String
The number of nodes that you can resize the cluster to with the elastic resize method.
-
#encrypted ⇒ Boolean
A boolean value that, if
true
, indicates that data in the cluster is encrypted at rest. -
#endpoint ⇒ Types::Endpoint
The connection endpoint.
-
#enhanced_vpc_routing ⇒ Boolean
An option that specifies whether to create the cluster with enhanced VPC routing enabled.
-
#expected_next_snapshot_schedule_time ⇒ Time
The date and time when the next snapshot is expected to be taken for clusters with a valid snapshot schedule and backups enabled.
-
#expected_next_snapshot_schedule_time_status ⇒ String
The status of next expected snapshot for clusters having a valid snapshot schedule and backups enabled.
-
#hsm_status ⇒ Types::HsmStatus
A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
-
#iam_roles ⇒ Array<Types::ClusterIamRole>
A list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services.
-
#kms_key_id ⇒ String
The Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.
-
#maintenance_track_name ⇒ String
The name of the maintenance track for the cluster.
-
#manual_snapshot_retention_period ⇒ Integer
The default number of days to retain a manual snapshot.
-
#master_username ⇒ String
The admin user name for the cluster.
-
#modify_status ⇒ String
The status of a modify operation, if any, initiated for the cluster.
-
#next_maintenance_window_start_time ⇒ Time
The date and time in UTC when system maintenance can begin.
-
#node_type ⇒ String
The node type for the nodes in the cluster.
-
#number_of_nodes ⇒ Integer
The number of compute nodes in the cluster.
-
#pending_actions ⇒ Array<String>
Cluster operations that are waiting to be started.
-
#pending_modified_values ⇒ Types::PendingModifiedValues
A value that, if present, indicates that changes to the cluster are pending.
-
#preferred_maintenance_window ⇒ String
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
-
#publicly_accessible ⇒ Boolean
A boolean value that, if
true
, indicates that the cluster can be accessed from a public network. -
#reserved_node_exchange_status ⇒ Types::ReservedNodeExchangeStatus
The status of the reserved-node exchange request.
-
#resize_info ⇒ Types::ResizeInfo
Returns the following:.
-
#restore_status ⇒ Types::RestoreStatus
A value that describes the status of a cluster restore action.
-
#snapshot_schedule_identifier ⇒ String
A unique identifier for the cluster snapshot schedule.
-
#snapshot_schedule_state ⇒ String
The current state of the cluster snapshot schedule.
-
#tags ⇒ Array<Types::Tag>
The list of tags for the cluster.
-
#total_storage_capacity_in_mega_bytes ⇒ Integer
The total storage capacity of the cluster in megabytes.
-
#vpc_id ⇒ String
The identifier of the VPC the cluster is in, if the cluster is in a VPC.
-
#vpc_security_groups ⇒ Array<Types::VpcSecurityGroupMembership>
A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster.
Instance Attribute Details
#allow_version_upgrade ⇒ Boolean
A boolean value that, if true
, indicates that major version
upgrades will be applied automatically to the cluster during the
maintenance window.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#aqua_configuration ⇒ Types::AquaConfiguration
This field is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#automated_snapshot_retention_period ⇒ Integer
The number of days that automatic cluster snapshots are retained.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#availability_zone ⇒ String
The name of the Availability Zone in which the cluster is located.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#availability_zone_relocation_status ⇒ String
Describes the status of the Availability Zone relocation operation.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_availability_status ⇒ String
The availability status of the cluster for queries. Possible values are the following:
Available - The cluster is available for queries.
Unavailable - The cluster is not available for queries.
Maintenance - The cluster is intermittently available for queries due to maintenance activities.
Modifying - The cluster is intermittently available for queries due to changes that modify the cluster.
Failed - The cluster failed and is not available for queries.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_create_time ⇒ Time
The date and time that the cluster was created.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_identifier ⇒ String
The unique identifier of the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_namespace_arn ⇒ String
The namespace Amazon Resource Name (ARN) of the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_nodes ⇒ Array<Types::ClusterNode>
The nodes in the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_parameter_groups ⇒ Array<Types::ClusterParameterGroupStatus>
The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_public_key ⇒ String
The public key for the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_revision_number ⇒ String
The specific revision number of the database in the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_security_groups ⇒ Array<Types::ClusterSecurityGroupMembership>
A list of cluster security group that are associated with the
cluster. Each security group is represented by an element that
contains ClusterSecurityGroup.Name
and
ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_snapshot_copy_status ⇒ Types::ClusterSnapshotCopyStatus
A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_status ⇒ String
The current state of the cluster. Possible values are the following:
available
available, prep-for-resize
available, resize-cleanup
cancelling-resize
creating
deleting
final-snapshot
hardware-failure
incompatible-hsm
incompatible-network
incompatible-parameters
incompatible-restore
modifying
paused
rebooting
renaming
resizing
rotating-keys
storage-full
updating-hsm
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_subnet_group_name ⇒ String
The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#cluster_version ⇒ String
The version ID of the Amazon Redshift engine that is running on the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#data_transfer_progress ⇒ Types::DataTransferProgress
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#db_name ⇒ String
The name of the initial database that was created when the cluster
was created. This same name is returned for the life of the cluster.
If an initial database was not specified, a database named dev
dev
was created by default.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#default_iam_role_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM role set as default for the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#deferred_maintenance_windows ⇒ Array<Types::DeferredMaintenanceWindow>
Describes a group of DeferredMaintenanceWindow
objects.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#elastic_ip_status ⇒ Types::ElasticIpStatus
The status of the elastic IP (EIP) address.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#elastic_resize_number_of_node_options ⇒ String
The number of nodes that you can resize the cluster to with the elastic resize method.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#encrypted ⇒ Boolean
A boolean value that, if true
, indicates that data in the cluster
is encrypted at rest.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ Types::Endpoint
The connection endpoint.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#enhanced_vpc_routing ⇒ Boolean
An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#expected_next_snapshot_schedule_time ⇒ Time
The date and time when the next snapshot is expected to be taken for clusters with a valid snapshot schedule and backups enabled.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#expected_next_snapshot_schedule_time_status ⇒ String
The status of next expected snapshot for clusters having a valid snapshot schedule and backups enabled. Possible values are the following:
OnTrack - The next snapshot is expected to be taken on time.
Pending - The next snapshot is pending to be taken.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#hsm_status ⇒ Types::HsmStatus
A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
Values: active, applying
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#iam_roles ⇒ Array<Types::ClusterIamRole>
A list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#maintenance_track_name ⇒ String
The name of the maintenance track for the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#manual_snapshot_retention_period ⇒ Integer
The default number of days to retain a manual snapshot. If the value is -1, the snapshot is retained indefinitely. This setting doesn't change the retention period of existing snapshots.
The value must be either -1 or an integer between 1 and 3,653.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#master_username ⇒ String
The admin user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#modify_status ⇒ String
The status of a modify operation, if any, initiated for the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#next_maintenance_window_start_time ⇒ Time
The date and time in UTC when system maintenance can begin.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#node_type ⇒ String
The node type for the nodes in the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#number_of_nodes ⇒ Integer
The number of compute nodes in the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#pending_actions ⇒ Array<String>
Cluster operations that are waiting to be started.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#pending_modified_values ⇒ Types::PendingModifiedValues
A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#preferred_maintenance_window ⇒ String
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#publicly_accessible ⇒ Boolean
A boolean value that, if true
, indicates that the cluster can be
accessed from a public network.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#reserved_node_exchange_status ⇒ Types::ReservedNodeExchangeStatus
The status of the reserved-node exchange request. Statuses include in-progress and requested.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#resize_info ⇒ Types::ResizeInfo
Returns the following:
AllowCancelResize: a boolean value indicating if the resize operation can be cancelled.
ResizeType: Returns ClassicResize
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#restore_status ⇒ Types::RestoreStatus
A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#snapshot_schedule_identifier ⇒ String
A unique identifier for the cluster snapshot schedule.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#snapshot_schedule_state ⇒ String
The current state of the cluster snapshot schedule.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags for the cluster.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#total_storage_capacity_in_mega_bytes ⇒ Integer
The total storage capacity of the cluster in megabytes.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The identifier of the VPC the cluster is in, if the cluster is in a VPC.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |
#vpc_security_groups ⇒ Array<Types::VpcSecurityGroupMembership>
A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 833 class Cluster < Struct.new( :cluster_identifier, :node_type, :cluster_status, :cluster_availability_status, :modify_status, :master_username, :db_name, :endpoint, :cluster_create_time, :automated_snapshot_retention_period, :manual_snapshot_retention_period, :cluster_security_groups, :vpc_security_groups, :cluster_parameter_groups, :cluster_subnet_group_name, :vpc_id, :availability_zone, :preferred_maintenance_window, :pending_modified_values, :cluster_version, :allow_version_upgrade, :number_of_nodes, :publicly_accessible, :encrypted, :restore_status, :data_transfer_progress, :hsm_status, :cluster_snapshot_copy_status, :cluster_public_key, :cluster_nodes, :elastic_ip_status, :cluster_revision_number, :tags, :kms_key_id, :enhanced_vpc_routing, :iam_roles, :pending_actions, :maintenance_track_name, :elastic_resize_number_of_node_options, :deferred_maintenance_windows, :snapshot_schedule_identifier, :snapshot_schedule_state, :expected_next_snapshot_schedule_time, :expected_next_snapshot_schedule_time_status, :next_maintenance_window_start_time, :resize_info, :availability_zone_relocation_status, :cluster_namespace_arn, :total_storage_capacity_in_mega_bytes, :aqua_configuration, :default_iam_role_arn, :reserved_node_exchange_status) SENSITIVE = [] include Aws::Structure end |