PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::RedShift::Cluster; use Moose; has AllowVersionUpgrade => (is => 'ro', isa => 'Bool'); has AquaConfiguration => (is => 'ro', isa => 'Paws::RedShift::AquaConfiguration'); has AutomatedSnapshotRetentionPeriod => (is => 'ro', isa => 'Int'); has AvailabilityZone => (is => 'ro', isa => 'Str'); has AvailabilityZoneRelocationStatus => (is => 'ro', isa => 'Str'); has ClusterAvailabilityStatus => (is => 'ro', isa => 'Str'); has ClusterCreateTime => (is => 'ro', isa => 'Str'); has ClusterIdentifier => (is => 'ro', isa => 'Str'); has ClusterNamespaceArn => (is => 'ro', isa => 'Str'); has ClusterNodes => (is => 'ro', isa => 'ArrayRef[Paws::RedShift::ClusterNode]'); has ClusterParameterGroups => (is => 'ro', isa => 'ArrayRef[Paws::RedShift::ClusterParameterGroupStatus]', request_name => 'ClusterParameterGroup', traits => ['NameInRequest']); has ClusterPublicKey => (is => 'ro', isa => 'Str'); has ClusterRevisionNumber => (is => 'ro', isa => 'Str'); has ClusterSecurityGroups => (is => 'ro', isa => 'ArrayRef[Paws::RedShift::ClusterSecurityGroupMembership]', request_name => 'ClusterSecurityGroup', traits => ['NameInRequest']); has ClusterSnapshotCopyStatus => (is => 'ro', isa => 'Paws::RedShift::ClusterSnapshotCopyStatus'); has ClusterStatus => (is => 'ro', isa => 'Str'); has ClusterSubnetGroupName => (is => 'ro', isa => 'Str'); has ClusterVersion => (is => 'ro', isa => 'Str'); has DataTransferProgress => (is => 'ro', isa => 'Paws::RedShift::DataTransferProgress'); has DBName => (is => 'ro', isa => 'Str'); has DeferredMaintenanceWindows => (is => 'ro', isa => 'ArrayRef[Paws::RedShift::DeferredMaintenanceWindow]', request_name => 'DeferredMaintenanceWindow', traits => ['NameInRequest']); has ElasticIpStatus => (is => 'ro', isa => 'Paws::RedShift::ElasticIpStatus'); has ElasticResizeNumberOfNodeOptions => (is => 'ro', isa => 'Str'); has Encrypted => (is => 'ro', isa => 'Bool'); has Endpoint => (is => 'ro', isa => 'Paws::RedShift::Endpoint'); has EnhancedVpcRouting => (is => 'ro', isa => 'Bool'); has ExpectedNextSnapshotScheduleTime => (is => 'ro', isa => 'Str'); has ExpectedNextSnapshotScheduleTimeStatus => (is => 'ro', isa => 'Str'); has HsmStatus => (is => 'ro', isa => 'Paws::RedShift::HsmStatus'); has IamRoles => (is => 'ro', isa => 'ArrayRef[Paws::RedShift::ClusterIamRole]', request_name => 'ClusterIamRole', traits => ['NameInRequest']); has KmsKeyId => (is => 'ro', isa => 'Str'); has MaintenanceTrackName => (is => 'ro', isa => 'Str'); has ManualSnapshotRetentionPeriod => (is => 'ro', isa => 'Int'); has MasterUsername => (is => 'ro', isa => 'Str'); has ModifyStatus => (is => 'ro', isa => 'Str'); has NextMaintenanceWindowStartTime => (is => 'ro', isa => 'Str'); has NodeType => (is => 'ro', isa => 'Str'); has NumberOfNodes => (is => 'ro', isa => 'Int'); has PendingActions => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has PendingModifiedValues => (is => 'ro', isa => 'Paws::RedShift::PendingModifiedValues'); has PreferredMaintenanceWindow => (is => 'ro', isa => 'Str'); has PubliclyAccessible => (is => 'ro', isa => 'Bool'); has ResizeInfo => (is => 'ro', isa => 'Paws::RedShift::ResizeInfo'); has RestoreStatus => (is => 'ro', isa => 'Paws::RedShift::RestoreStatus'); has SnapshotScheduleIdentifier => (is => 'ro', isa => 'Str'); has SnapshotScheduleState => (is => 'ro', isa => 'Str'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::RedShift::Tag]', request_name => 'Tag', traits => ['NameInRequest']); has TotalStorageCapacityInMegaBytes => (is => 'ro', isa => 'Int'); has VpcId => (is => 'ro', isa => 'Str'); has VpcSecurityGroups => (is => 'ro', isa => 'ArrayRef[Paws::RedShift::VpcSecurityGroupMembership]', request_name => 'VpcSecurityGroup', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::RedShift::Cluster =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::RedShift::Cluster object: $service_obj->Method(Att1 => { AllowVersionUpgrade => $value, ..., VpcSecurityGroups => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::RedShift::Cluster object: $result = $service_obj->Method(...); $result->Att1->AllowVersionUpgrade =head1 DESCRIPTION Describes a cluster. =head1 ATTRIBUTES =head2 AllowVersionUpgrade => Bool A boolean value that, if C, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window. =head2 AquaConfiguration => L The AQUA (Advanced Query Accelerator) configuration of the cluster. =head2 AutomatedSnapshotRetentionPeriod => Int The number of days that automatic cluster snapshots are retained. =head2 AvailabilityZone => Str The name of the Availability Zone in which the cluster is located. =head2 AvailabilityZoneRelocationStatus => Str Describes the status of the Availability Zone relocation operation. =head2 ClusterAvailabilityStatus => Str The availability status of the cluster for queries. Possible values are the following: =over =item * Available - The cluster is available for queries. =item * Unavailable - The cluster is not available for queries. =item * Maintenance - The cluster is intermittently available for queries due to maintenance activities. =item * Modifying - The cluster is intermittently available for queries due to changes that modify the cluster. =item * Failed - The cluster failed and is not available for queries. =back =head2 ClusterCreateTime => Str The date and time that the cluster was created. =head2 ClusterIdentifier => Str The unique identifier of the cluster. =head2 ClusterNamespaceArn => Str The namespace Amazon Resource Name (ARN) of the cluster. =head2 ClusterNodes => ArrayRef[L] The nodes in the cluster. =head2 ClusterParameterGroups => ArrayRef[L] The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status. =head2 ClusterPublicKey => Str The public key for the cluster. =head2 ClusterRevisionNumber => Str The specific revision number of the database in the cluster. =head2 ClusterSecurityGroups => ArrayRef[L] A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains C and C 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 B parameter. =head2 ClusterSnapshotCopyStatus => L A value that returns the destination region and retention period that are configured for cross-region snapshot copy. =head2 ClusterStatus => Str The current state of the cluster. Possible values are the following: =over =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =item * C =back =head2 ClusterSubnetGroupName => Str The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC. =head2 ClusterVersion => Str The version ID of the Amazon Redshift engine that is running on the cluster. =head2 DataTransferProgress => L =head2 DBName => Str 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 Cdev was created by default. =head2 DeferredMaintenanceWindows => ArrayRef[L] Describes a group of C objects. =head2 ElasticIpStatus => L The status of the elastic IP (EIP) address. =head2 ElasticResizeNumberOfNodeOptions => Str The number of nodes that you can resize the cluster to with the elastic resize method. =head2 Encrypted => Bool A boolean value that, if C, indicates that data in the cluster is encrypted at rest. =head2 Endpoint => L The connection endpoint. =head2 EnhancedVpcRouting => 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 (https://docs.aws.amazon.com/redshift/latest/mgmt/enhanced-vpc-routing.html) in the Amazon Redshift Cluster Management Guide. If this option is C, enhanced VPC routing is enabled. Default: false =head2 ExpectedNextSnapshotScheduleTime => Str The date and time when the next snapshot is expected to be taken for clusters with a valid snapshot schedule and backups enabled. =head2 ExpectedNextSnapshotScheduleTimeStatus => Str The status of next expected snapshot for clusters having a valid snapshot schedule and backups enabled. Possible values are the following: =over =item * OnTrack - The next snapshot is expected to be taken on time. =item * Pending - The next snapshot is pending to be taken. =back =head2 HsmStatus => L 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 =head2 IamRoles => ArrayRef[L] A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. =head2 KmsKeyId => Str The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster. =head2 MaintenanceTrackName => Str The name of the maintenance track for the cluster. =head2 ManualSnapshotRetentionPeriod => Int 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. =head2 MasterUsername => Str The master user name for the cluster. This name is used to connect to the database that is specified in the B parameter. =head2 ModifyStatus => Str The status of a modify operation, if any, initiated for the cluster. =head2 NextMaintenanceWindowStartTime => Str The date and time in UTC when system maintenance can begin. =head2 NodeType => Str The node type for the nodes in the cluster. =head2 NumberOfNodes => Int The number of compute nodes in the cluster. =head2 PendingActions => ArrayRef[Str|Undef] Cluster operations that are waiting to be started. =head2 PendingModifiedValues => L A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements. =head2 PreferredMaintenanceWindow => Str The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur. =head2 PubliclyAccessible => Bool A boolean value that, if C, indicates that the cluster can be accessed from a public network. =head2 ResizeInfo => L Returns the following: =over =item * AllowCancelResize: a boolean value indicating if the resize operation can be cancelled. =item * ResizeType: Returns ClassicResize =back =head2 RestoreStatus => L 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. =head2 SnapshotScheduleIdentifier => Str A unique identifier for the cluster snapshot schedule. =head2 SnapshotScheduleState => Str The current state of the cluster snapshot schedule. =head2 Tags => ArrayRef[L] The list of tags for the cluster. =head2 TotalStorageCapacityInMegaBytes => Int The total storage capacity of the cluster in megabytes. =head2 VpcId => Str The identifier of the VPC the cluster is in, if the cluster is in a VPC. =head2 VpcSecurityGroups => ArrayRef[L] 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. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut