Paws

 view release on metacpan or  search on metacpan

lib/Paws/RedShift/CreateCluster.pm  view on Meta::CPAN

The value represents how the cluster is configured to use AQUA
(Advanced Query Accelerator) when it is created. Possible values
include the following.

=over

=item *

enabled - Use AQUA if it is available for the current AWS Region and
Amazon Redshift node type.

=item *

disabled - Don't use AQUA.

=item *

auto - Amazon Redshift determines whether to use AQUA.

=back


Valid values are: C<"enabled">, C<"disabled">, C<"auto">

=head2 AutomatedSnapshotRetentionPeriod => Int

The number of days that automated snapshots are retained. If the value
is 0, automated snapshots are disabled. Even if automated snapshots are
disabled, you can still create manual snapshots when you want with
CreateClusterSnapshot.

You can't disable automated snapshots for RA3 node types. Set the
automated retention period from 1-35 days.

Default: C<1>

Constraints: Must be a value from 0 to 35.



=head2 AvailabilityZone => Str

The EC2 Availability Zone (AZ) in which you want Amazon Redshift to
provision the cluster. For example, if you have several EC2 instances
running in a specific Availability Zone, then you might want the
cluster to be provisioned in the same zone in order to decrease network
latency.

Default: A random, system-chosen Availability Zone in the region that
is specified by the endpoint.

Example: C<us-east-2d>

Constraint: The specified Availability Zone must be in the same region
as the current endpoint.



=head2 AvailabilityZoneRelocation => Bool

The option to enable relocation for an Amazon Redshift cluster between
Availability Zones after the cluster is created.



=head2 B<REQUIRED> ClusterIdentifier => Str

A unique identifier for the cluster. You use this identifier to refer
to the cluster for any subsequent cluster operations such as deleting
or modifying. The identifier also appears in the Amazon Redshift
console.

Constraints:

=over

=item *

Must contain from 1 to 63 alphanumeric characters or hyphens.

=item *

Alphabetic characters must be lowercase.

=item *

First character must be a letter.

=item *

Cannot end with a hyphen or contain two consecutive hyphens.

=item *

Must be unique for all clusters within an AWS account.

=back

Example: C<myexamplecluster>



=head2 ClusterParameterGroupName => Str

The name of the parameter group to be associated with this cluster.

Default: The default Amazon Redshift cluster parameter group. For
information about the default parameter group, go to Working with
Amazon Redshift Parameter Groups
(https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html)

Constraints:

=over

=item *

Must be 1 to 255 alphanumeric characters or hyphens.

=item *



( run in 0.460 second using v1.01-cache-2.11-cpan-71847e10f99 )