The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::SecurityHub::AwsRedshiftClusterDetails

USAGE

This class represents one of two things:

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::SecurityHub::AwsRedshiftClusterDetails object:

  $service_obj->Method(Att1 => { AllowVersionUpgrade => $value, ..., VpcSecurityGroups => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::SecurityHub::AwsRedshiftClusterDetails object:

  $result = $service_obj->Method(...);
  $result->Att1->AllowVersionUpgrade

DESCRIPTION

Details about an Amazon Redshift cluster.

ATTRIBUTES

AllowVersionUpgrade => Bool

Indicates whether major version upgrades are applied automatically to the cluster during the maintenance window.

AutomatedSnapshotRetentionPeriod => Int

The number of days that automatic cluster snapshots are retained.

AvailabilityZone => Str

The name of the Availability Zone in which the cluster is located.

ClusterAvailabilityStatus => Str

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.

ClusterCreateTime => Str

Indicates when the cluster was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

ClusterIdentifier => Str

The unique identifier of the cluster.

ClusterNodes => ArrayRef[Paws::SecurityHub::AwsRedshiftClusterClusterNode]

The nodes in the cluster.

ClusterParameterGroups => ArrayRef[Paws::SecurityHub::AwsRedshiftClusterClusterParameterGroup]

The list of cluster parameter groups that are associated with this cluster.

ClusterPublicKey => Str

The public key for the cluster.

ClusterRevisionNumber => Str

The specific revision number of the database in the cluster.

ClusterSecurityGroups => ArrayRef[Paws::SecurityHub::AwsRedshiftClusterClusterSecurityGroup]

A list of cluster security groups that are associated with the cluster.

ClusterSnapshotCopyStatus => Paws::SecurityHub::AwsRedshiftClusterClusterSnapshotCopyStatus

Information about the destination Region and retention period for the cross-Region snapshot copy.

ClusterStatus => Str

The current status of the cluster.

Valid values: 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

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.

ClusterVersion => Str

The version ID of the Amazon Redshift engine that runs on the cluster.

DBName => Str

The name of the initial database that was created when the cluster was created.

The same name is returned for the life of the cluster.

If an initial database is not specified, a database named devdev is created by default.

DeferredMaintenanceWindows => ArrayRef[Paws::SecurityHub::AwsRedshiftClusterDeferredMaintenanceWindow]

List of time windows during which maintenance was deferred.

ElasticIpStatus => Paws::SecurityHub::AwsRedshiftClusterElasticIpStatus

Information about the status of the Elastic IP (EIP) address.

ElasticResizeNumberOfNodeOptions => Str

The number of nodes that you can use the elastic resize method to resize the cluster to.

Encrypted => Bool

Indicates whether the data in the cluster is encrypted at rest.

Endpoint => Paws::SecurityHub::AwsRedshiftClusterEndpoint

The connection endpoint.

EnhancedVpcRouting => Bool

Indicates whether to create the cluster with enhanced VPC routing enabled.

ExpectedNextSnapshotScheduleTime => Str

Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

ExpectedNextSnapshotScheduleTimeStatus => Str

The status of the next expected snapshot.

Valid values: OnTrack | Pending

HsmStatus => Paws::SecurityHub::AwsRedshiftClusterHsmStatus

Information about whether the Amazon Redshift cluster finished applying any changes to hardware security module (HSM) settings that were specified in a modify cluster command.

IamRoles => ArrayRef[Paws::SecurityHub::AwsRedshiftClusterIamRole]

A list of IAM roles that the cluster can use to access other AWS services.

KmsKeyId => Str

The identifier of the AWS KMS encryption key that is used to encrypt data in the cluster.

MaintenanceTrackName => Str

The name of the maintenance track for the cluster.

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.

Valid values: Either -1 or an integer between 1 and 3,653

MasterUsername => Str

The master user name for the cluster. This name is used to connect to the database that is specified in as the value of DBName.

NextMaintenanceWindowStartTime => Str

Indicates the start of the next maintenance window.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

NodeType => Str

The node type for the nodes in the cluster.

NumberOfNodes => Int

The number of compute nodes in the cluster.

PendingActions => ArrayRef[Str|Undef]

A list of cluster operations that are waiting to start.

PendingModifiedValues => Paws::SecurityHub::AwsRedshiftClusterPendingModifiedValues

A list of changes to the cluster that are currently pending.

PreferredMaintenanceWindow => Str

The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.

Format: <day>:HH:MM-<day>:HH:MM

For the day values, use mon | tue | wed | thu | fri | sat | sun

For example, sun:09:32-sun:10:02

PubliclyAccessible => Bool

Whether the cluster can be accessed from a public network.

ResizeInfo => Paws::SecurityHub::AwsRedshiftClusterResizeInfo

Information about the resize operation for the cluster.

RestoreStatus => Paws::SecurityHub::AwsRedshiftClusterRestoreStatus

Information about the status of a cluster restore action. Only applies to a cluster that was created by restoring a snapshot.

SnapshotScheduleIdentifier => Str

A unique identifier for the cluster snapshot schedule.

SnapshotScheduleState => Str

The current state of the cluster snapshot schedule.

Valid values: MODIFYING | ACTIVE | FAILED

VpcId => Str

The identifier of the VPC that the cluster is in, if the cluster is in a VPC.

VpcSecurityGroups => ArrayRef[Paws::SecurityHub::AwsRedshiftClusterVpcSecurityGroup]

The list of VPC security groups that the cluster belongs to, if the cluster is in a VPC.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::SecurityHub

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues