[−][src]Struct rusoto_redshift::Cluster
Describes a cluster.
Fields
allow_version_upgrade: Option<bool>
A boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
automated_snapshot_retention_period: Option<i64>
The number of days that automatic cluster snapshots are retained.
availability_zone: Option<String>
The name of the Availability Zone in which the cluster is located.
cluster_create_time: Option<String>
The date and time that the cluster was created.
cluster_identifier: Option<String>
The unique identifier of the cluster.
cluster_nodes: Option<Vec<ClusterNode>>
The nodes in the cluster.
cluster_parameter_groups: Option<Vec<ClusterParameterGroupStatus>>
The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
cluster_public_key: Option<String>
The public key for the cluster.
cluster_revision_number: Option<String>
The specific revision number of the database in the cluster.
cluster_security_groups: Option<Vec<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.
cluster_snapshot_copy_status: Option<ClusterSnapshotCopyStatus>
A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
cluster_status: Option<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
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
cluster_subnet_group_name: Option<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.
cluster_version: Option<String>
The version ID of the Amazon Redshift engine that is running on the cluster.
db_name: Option<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.
data_transfer_progress: Option<DataTransferProgress>
deferred_maintenance_windows: Option<Vec<DeferredMaintenanceWindow>>
Describes a group of DeferredMaintenanceWindow
objects.
elastic_ip_status: Option<ElasticIpStatus>
The status of the elastic IP (EIP) address.
elastic_resize_number_of_node_options: Option<String>
The number of nodes that you can resize the cluster to with the elastic resize method.
encrypted: Option<bool>
A boolean value that, if true
, indicates that data in the cluster is encrypted at rest.
endpoint: Option<Endpoint>
The connection endpoint.
enhanced_vpc_routing: Option<bool>
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
hsm_status: Option<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
iam_roles: Option<Vec<ClusterIamRole>>
A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.
kms_key_id: Option<String>
The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.
maintenance_track_name: Option<String>
The name of the maintenance track for the cluster.
manual_snapshot_retention_period: Option<i64>
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.
master_username: Option<String>
The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.
modify_status: Option<String>
The status of a modify operation, if any, initiated for the cluster.
node_type: Option<String>
The node type for the nodes in the cluster.
number_of_nodes: Option<i64>
The number of compute nodes in the cluster.
pending_actions: Option<Vec<String>>
Cluster operations that are waiting to be started.
pending_modified_values: Option<PendingModifiedValues>
A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.
preferred_maintenance_window: Option<String>
The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
publicly_accessible: Option<bool>
A boolean value that, if true
, indicates that the cluster can be accessed from a public network.
resize_info: Option<ResizeInfo>
Returns the following:
-
AllowCancelResize: a boolean value indicating if the resize operation can be cancelled.
-
ResizeType: Returns ClassicResize
restore_status: Option<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.
snapshot_schedule_identifier: Option<String>
A unique identifier for the cluster snapshot schedule.
snapshot_schedule_state: Option<String>
The current state of the cluster snapshot schedule.
The list of tags for the cluster.
vpc_id: Option<String>
The identifier of the VPC the cluster is in, if the cluster is in a VPC.
vpc_security_groups: Option<Vec<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.
Trait Implementations
impl PartialEq<Cluster> for Cluster
[src]
impl Default for Cluster
[src]
impl Clone for Cluster
[src]
fn clone(&self) -> Cluster
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Cluster
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self