1. Packages
  2. AWS Native
  3. API Docs
  4. redshift
  5. getCluster

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.89.0 published on Thursday, Nov 30, 2023 by Pulumi

aws-native.redshift.getCluster

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.89.0 published on Thursday, Nov 30, 2023 by Pulumi

    An example resource schema demonstrating some basic constructs and validation rules.

    Using getCluster

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
    function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
    def get_cluster(cluster_identifier: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetClusterResult
    def get_cluster_output(cluster_identifier: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
    func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
    func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput

    > Note: This function is named LookupCluster in the Go SDK.

    public static class GetCluster 
    {
        public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:redshift:getCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterIdentifier string

    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. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account

    ClusterIdentifier string

    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. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account

    clusterIdentifier String

    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. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account

    clusterIdentifier string

    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. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account

    cluster_identifier 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. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account

    clusterIdentifier String

    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. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account

    getCluster Result

    The following output properties are available:

    AllowVersionUpgrade bool

    Major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default value is True

    AquaConfigurationStatus string

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

    enabled - Use AQUA if it is available for the current Region and Amazon Redshift node type. disabled - Don't use AQUA. auto - Amazon Redshift determines whether to use AQUA.

    AutomatedSnapshotRetentionPeriod int

    The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1

    AvailabilityZone string

    The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint

    AvailabilityZoneRelocation bool

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

    AvailabilityZoneRelocationStatus string

    The availability zone relocation status of the cluster

    ClusterParameterGroupName string

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

    ClusterSecurityGroups List<string>

    A list of security groups to be associated with this cluster.

    ClusterType string

    The type of the cluster. When cluster type is specified as single-node, the NumberOfNodes parameter is not required and if multi-node, the NumberOfNodes parameter is required

    ClusterVersion string

    The version of the Amazon Redshift engine software that you want to deploy on the cluster.The version selected runs on all the nodes in the cluster.

    DeferMaintenance bool

    A boolean indicating whether to enable the deferred maintenance window.

    DeferMaintenanceDuration int

    An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.

    DeferMaintenanceEndTime string

    A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.

    DeferMaintenanceIdentifier string

    A unique identifier for the deferred maintenance window.

    DeferMaintenanceStartTime string

    A timestamp indicating the start time for the deferred maintenance window.

    DestinationRegion string

    The destination AWS Region that you want to copy snapshots to. Constraints: Must be the name of a valid AWS Region. For more information, see Regions and Endpoints in the Amazon Web Services [https://docs.aws.amazon.com/general/latest/gr/rande.html#redshift_region] General Reference

    ElasticIp string

    The Elastic IP (EIP) address for the cluster.

    Encrypted bool

    If true, the data in the cluster is encrypted at rest.

    Endpoint Pulumi.AwsNative.Redshift.Outputs.ClusterEndpoint
    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 in the Amazon Redshift Cluster Management Guide.

    If this option is true , enhanced VPC routing is enabled.

    Default: false

    HsmClientCertificateIdentifier string

    Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM

    HsmConfigurationIdentifier string

    Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

    IamRoles List<string>

    A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 50 IAM roles in a single request

    Id string
    KmsKeyId string

    The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

    LoggingProperties Pulumi.AwsNative.Redshift.Outputs.ClusterLoggingProperties
    MaintenanceTrackName string

    The name for the maintenance track that you want to assign for the cluster. This name change is asynchronous. The new track name stays in the PendingModifiedValues for the cluster until the next maintenance window. When the maintenance track changes, the cluster is switched to the latest cluster release available for the maintenance track. At this point, the maintenance track name is applied.

    ManualSnapshotRetentionPeriod int

    The number of days to retain newly copied snapshots in the destination AWS Region after they are copied from the source AWS Region. If the value is -1, the manual snapshot is retained indefinitely.

    The value must be either -1 or an integer between 1 and 3,653.

    MultiAz bool

    A boolean indicating if the redshift cluster is multi-az or not. If you don't provide this parameter or set the value to false, the redshift cluster will be single-az.

    NodeType string

    The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.4xlarge | ra3.16xlarge

    NumberOfNodes int

    The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

    Port int

    The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings

    PreferredMaintenanceWindow string

    The weekly time range (in UTC) during which automated cluster maintenance can occur.

    PubliclyAccessible bool

    If true, the cluster can be accessed from a public network.

    ResourceAction string

    The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs

    RevisionTarget string

    The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.

    RotateEncryptionKey bool

    A boolean indicating if we want to rotate Encryption Keys.

    SnapshotCopyGrantName string

    The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

    SnapshotCopyManual bool

    Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.

    SnapshotCopyRetentionPeriod int

    The number of days to retain automated snapshots in the destination region after they are copied from the source region.

    Default is 7.

    Constraints: Must be at least 1 and no more than 35.

    Tags List<Pulumi.AwsNative.Redshift.Outputs.ClusterTag>

    The list of tags for the cluster parameter group.

    VpcSecurityGroupIds List<string>

    A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

    AllowVersionUpgrade bool

    Major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default value is True

    AquaConfigurationStatus string

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

    enabled - Use AQUA if it is available for the current Region and Amazon Redshift node type. disabled - Don't use AQUA. auto - Amazon Redshift determines whether to use AQUA.

    AutomatedSnapshotRetentionPeriod int

    The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1

    AvailabilityZone string

    The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint

    AvailabilityZoneRelocation bool

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

    AvailabilityZoneRelocationStatus string

    The availability zone relocation status of the cluster

    ClusterParameterGroupName string

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

    ClusterSecurityGroups []string

    A list of security groups to be associated with this cluster.

    ClusterType string

    The type of the cluster. When cluster type is specified as single-node, the NumberOfNodes parameter is not required and if multi-node, the NumberOfNodes parameter is required

    ClusterVersion string

    The version of the Amazon Redshift engine software that you want to deploy on the cluster.The version selected runs on all the nodes in the cluster.

    DeferMaintenance bool

    A boolean indicating whether to enable the deferred maintenance window.

    DeferMaintenanceDuration int

    An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.

    DeferMaintenanceEndTime string

    A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.

    DeferMaintenanceIdentifier string

    A unique identifier for the deferred maintenance window.

    DeferMaintenanceStartTime string

    A timestamp indicating the start time for the deferred maintenance window.

    DestinationRegion string

    The destination AWS Region that you want to copy snapshots to. Constraints: Must be the name of a valid AWS Region. For more information, see Regions and Endpoints in the Amazon Web Services [https://docs.aws.amazon.com/general/latest/gr/rande.html#redshift_region] General Reference

    ElasticIp string

    The Elastic IP (EIP) address for the cluster.

    Encrypted bool

    If true, the data in the cluster is encrypted at rest.

    Endpoint ClusterEndpoint
    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 in the Amazon Redshift Cluster Management Guide.

    If this option is true , enhanced VPC routing is enabled.

    Default: false

    HsmClientCertificateIdentifier string

    Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM

    HsmConfigurationIdentifier string

    Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

    IamRoles []string

    A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 50 IAM roles in a single request

    Id string
    KmsKeyId string

    The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

    LoggingProperties ClusterLoggingProperties
    MaintenanceTrackName string

    The name for the maintenance track that you want to assign for the cluster. This name change is asynchronous. The new track name stays in the PendingModifiedValues for the cluster until the next maintenance window. When the maintenance track changes, the cluster is switched to the latest cluster release available for the maintenance track. At this point, the maintenance track name is applied.

    ManualSnapshotRetentionPeriod int

    The number of days to retain newly copied snapshots in the destination AWS Region after they are copied from the source AWS Region. If the value is -1, the manual snapshot is retained indefinitely.

    The value must be either -1 or an integer between 1 and 3,653.

    MultiAz bool

    A boolean indicating if the redshift cluster is multi-az or not. If you don't provide this parameter or set the value to false, the redshift cluster will be single-az.

    NodeType string

    The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.4xlarge | ra3.16xlarge

    NumberOfNodes int

    The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

    Port int

    The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings

    PreferredMaintenanceWindow string

    The weekly time range (in UTC) during which automated cluster maintenance can occur.

    PubliclyAccessible bool

    If true, the cluster can be accessed from a public network.

    ResourceAction string

    The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs

    RevisionTarget string

    The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.

    RotateEncryptionKey bool

    A boolean indicating if we want to rotate Encryption Keys.

    SnapshotCopyGrantName string

    The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

    SnapshotCopyManual bool

    Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.

    SnapshotCopyRetentionPeriod int

    The number of days to retain automated snapshots in the destination region after they are copied from the source region.

    Default is 7.

    Constraints: Must be at least 1 and no more than 35.

    Tags []ClusterTag

    The list of tags for the cluster parameter group.

    VpcSecurityGroupIds []string

    A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

    allowVersionUpgrade Boolean

    Major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default value is True

    aquaConfigurationStatus String

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

    enabled - Use AQUA if it is available for the current Region and Amazon Redshift node type. disabled - Don't use AQUA. auto - Amazon Redshift determines whether to use AQUA.

    automatedSnapshotRetentionPeriod Integer

    The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1

    availabilityZone String

    The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint

    availabilityZoneRelocation Boolean

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

    availabilityZoneRelocationStatus String

    The availability zone relocation status of the cluster

    clusterParameterGroupName String

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

    clusterSecurityGroups List<String>

    A list of security groups to be associated with this cluster.

    clusterType String

    The type of the cluster. When cluster type is specified as single-node, the NumberOfNodes parameter is not required and if multi-node, the NumberOfNodes parameter is required

    clusterVersion String

    The version of the Amazon Redshift engine software that you want to deploy on the cluster.The version selected runs on all the nodes in the cluster.

    deferMaintenance Boolean

    A boolean indicating whether to enable the deferred maintenance window.

    deferMaintenanceDuration Integer

    An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.

    deferMaintenanceEndTime String

    A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.

    deferMaintenanceIdentifier String

    A unique identifier for the deferred maintenance window.

    deferMaintenanceStartTime String

    A timestamp indicating the start time for the deferred maintenance window.

    destinationRegion String

    The destination AWS Region that you want to copy snapshots to. Constraints: Must be the name of a valid AWS Region. For more information, see Regions and Endpoints in the Amazon Web Services [https://docs.aws.amazon.com/general/latest/gr/rande.html#redshift_region] General Reference

    elasticIp String

    The Elastic IP (EIP) address for the cluster.

    encrypted Boolean

    If true, the data in the cluster is encrypted at rest.

    endpoint ClusterEndpoint
    enhancedVpcRouting 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

    hsmClientCertificateIdentifier String

    Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM

    hsmConfigurationIdentifier String

    Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

    iamRoles List<String>

    A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 50 IAM roles in a single request

    id String
    kmsKeyId String

    The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

    loggingProperties ClusterLoggingProperties
    maintenanceTrackName String

    The name for the maintenance track that you want to assign for the cluster. This name change is asynchronous. The new track name stays in the PendingModifiedValues for the cluster until the next maintenance window. When the maintenance track changes, the cluster is switched to the latest cluster release available for the maintenance track. At this point, the maintenance track name is applied.

    manualSnapshotRetentionPeriod Integer

    The number of days to retain newly copied snapshots in the destination AWS Region after they are copied from the source AWS Region. If the value is -1, the manual snapshot is retained indefinitely.

    The value must be either -1 or an integer between 1 and 3,653.

    multiAz Boolean

    A boolean indicating if the redshift cluster is multi-az or not. If you don't provide this parameter or set the value to false, the redshift cluster will be single-az.

    nodeType String

    The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.4xlarge | ra3.16xlarge

    numberOfNodes Integer

    The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

    port Integer

    The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings

    preferredMaintenanceWindow String

    The weekly time range (in UTC) during which automated cluster maintenance can occur.

    publiclyAccessible Boolean

    If true, the cluster can be accessed from a public network.

    resourceAction String

    The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs

    revisionTarget String

    The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.

    rotateEncryptionKey Boolean

    A boolean indicating if we want to rotate Encryption Keys.

    snapshotCopyGrantName String

    The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

    snapshotCopyManual Boolean

    Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.

    snapshotCopyRetentionPeriod Integer

    The number of days to retain automated snapshots in the destination region after they are copied from the source region.

    Default is 7.

    Constraints: Must be at least 1 and no more than 35.

    tags List<ClusterTag>

    The list of tags for the cluster parameter group.

    vpcSecurityGroupIds List<String>

    A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

    allowVersionUpgrade boolean

    Major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default value is True

    aquaConfigurationStatus string

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

    enabled - Use AQUA if it is available for the current Region and Amazon Redshift node type. disabled - Don't use AQUA. auto - Amazon Redshift determines whether to use AQUA.

    automatedSnapshotRetentionPeriod number

    The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1

    availabilityZone string

    The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint

    availabilityZoneRelocation boolean

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

    availabilityZoneRelocationStatus string

    The availability zone relocation status of the cluster

    clusterParameterGroupName string

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

    clusterSecurityGroups string[]

    A list of security groups to be associated with this cluster.

    clusterType string

    The type of the cluster. When cluster type is specified as single-node, the NumberOfNodes parameter is not required and if multi-node, the NumberOfNodes parameter is required

    clusterVersion string

    The version of the Amazon Redshift engine software that you want to deploy on the cluster.The version selected runs on all the nodes in the cluster.

    deferMaintenance boolean

    A boolean indicating whether to enable the deferred maintenance window.

    deferMaintenanceDuration number

    An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.

    deferMaintenanceEndTime string

    A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.

    deferMaintenanceIdentifier string

    A unique identifier for the deferred maintenance window.

    deferMaintenanceStartTime string

    A timestamp indicating the start time for the deferred maintenance window.

    destinationRegion string

    The destination AWS Region that you want to copy snapshots to. Constraints: Must be the name of a valid AWS Region. For more information, see Regions and Endpoints in the Amazon Web Services [https://docs.aws.amazon.com/general/latest/gr/rande.html#redshift_region] General Reference

    elasticIp string

    The Elastic IP (EIP) address for the cluster.

    encrypted boolean

    If true, the data in the cluster is encrypted at rest.

    endpoint ClusterEndpoint
    enhancedVpcRouting 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

    hsmClientCertificateIdentifier string

    Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM

    hsmConfigurationIdentifier string

    Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

    iamRoles string[]

    A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 50 IAM roles in a single request

    id string
    kmsKeyId string

    The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

    loggingProperties ClusterLoggingProperties
    maintenanceTrackName string

    The name for the maintenance track that you want to assign for the cluster. This name change is asynchronous. The new track name stays in the PendingModifiedValues for the cluster until the next maintenance window. When the maintenance track changes, the cluster is switched to the latest cluster release available for the maintenance track. At this point, the maintenance track name is applied.

    manualSnapshotRetentionPeriod number

    The number of days to retain newly copied snapshots in the destination AWS Region after they are copied from the source AWS Region. If the value is -1, the manual snapshot is retained indefinitely.

    The value must be either -1 or an integer between 1 and 3,653.

    multiAz boolean

    A boolean indicating if the redshift cluster is multi-az or not. If you don't provide this parameter or set the value to false, the redshift cluster will be single-az.

    nodeType string

    The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.4xlarge | ra3.16xlarge

    numberOfNodes number

    The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

    port number

    The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings

    preferredMaintenanceWindow string

    The weekly time range (in UTC) during which automated cluster maintenance can occur.

    publiclyAccessible boolean

    If true, the cluster can be accessed from a public network.

    resourceAction string

    The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs

    revisionTarget string

    The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.

    rotateEncryptionKey boolean

    A boolean indicating if we want to rotate Encryption Keys.

    snapshotCopyGrantName string

    The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

    snapshotCopyManual boolean

    Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.

    snapshotCopyRetentionPeriod number

    The number of days to retain automated snapshots in the destination region after they are copied from the source region.

    Default is 7.

    Constraints: Must be at least 1 and no more than 35.

    tags ClusterTag[]

    The list of tags for the cluster parameter group.

    vpcSecurityGroupIds string[]

    A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

    allow_version_upgrade bool

    Major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default value is True

    aqua_configuration_status str

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

    enabled - Use AQUA if it is available for the current Region and Amazon Redshift node type. disabled - Don't use AQUA. auto - Amazon Redshift determines whether to use AQUA.

    automated_snapshot_retention_period int

    The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1

    availability_zone str

    The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint

    availability_zone_relocation bool

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

    availability_zone_relocation_status str

    The availability zone relocation status of the cluster

    cluster_parameter_group_name str

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

    cluster_security_groups Sequence[str]

    A list of security groups to be associated with this cluster.

    cluster_type str

    The type of the cluster. When cluster type is specified as single-node, the NumberOfNodes parameter is not required and if multi-node, the NumberOfNodes parameter is required

    cluster_version str

    The version of the Amazon Redshift engine software that you want to deploy on the cluster.The version selected runs on all the nodes in the cluster.

    defer_maintenance bool

    A boolean indicating whether to enable the deferred maintenance window.

    defer_maintenance_duration int

    An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.

    defer_maintenance_end_time str

    A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.

    defer_maintenance_identifier str

    A unique identifier for the deferred maintenance window.

    defer_maintenance_start_time str

    A timestamp indicating the start time for the deferred maintenance window.

    destination_region str

    The destination AWS Region that you want to copy snapshots to. Constraints: Must be the name of a valid AWS Region. For more information, see Regions and Endpoints in the Amazon Web Services [https://docs.aws.amazon.com/general/latest/gr/rande.html#redshift_region] General Reference

    elastic_ip str

    The Elastic IP (EIP) address for the cluster.

    encrypted bool

    If true, the data in the cluster is encrypted at rest.

    endpoint ClusterEndpoint
    enhanced_vpc_routing 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_client_certificate_identifier str

    Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM

    hsm_configuration_identifier str

    Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

    iam_roles Sequence[str]

    A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 50 IAM roles in a single request

    id str
    kms_key_id str

    The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

    logging_properties ClusterLoggingProperties
    maintenance_track_name str

    The name for the maintenance track that you want to assign for the cluster. This name change is asynchronous. The new track name stays in the PendingModifiedValues for the cluster until the next maintenance window. When the maintenance track changes, the cluster is switched to the latest cluster release available for the maintenance track. At this point, the maintenance track name is applied.

    manual_snapshot_retention_period int

    The number of days to retain newly copied snapshots in the destination AWS Region after they are copied from the source AWS Region. If the value is -1, the manual snapshot is retained indefinitely.

    The value must be either -1 or an integer between 1 and 3,653.

    multi_az bool

    A boolean indicating if the redshift cluster is multi-az or not. If you don't provide this parameter or set the value to false, the redshift cluster will be single-az.

    node_type str

    The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.4xlarge | ra3.16xlarge

    number_of_nodes int

    The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

    port int

    The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings

    preferred_maintenance_window str

    The weekly time range (in UTC) during which automated cluster maintenance can occur.

    publicly_accessible bool

    If true, the cluster can be accessed from a public network.

    resource_action str

    The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs

    revision_target str

    The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.

    rotate_encryption_key bool

    A boolean indicating if we want to rotate Encryption Keys.

    snapshot_copy_grant_name str

    The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

    snapshot_copy_manual bool

    Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.

    snapshot_copy_retention_period int

    The number of days to retain automated snapshots in the destination region after they are copied from the source region.

    Default is 7.

    Constraints: Must be at least 1 and no more than 35.

    tags Sequence[ClusterTag]

    The list of tags for the cluster parameter group.

    vpc_security_group_ids Sequence[str]

    A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

    allowVersionUpgrade Boolean

    Major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default value is True

    aquaConfigurationStatus String

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

    enabled - Use AQUA if it is available for the current Region and Amazon Redshift node type. disabled - Don't use AQUA. auto - Amazon Redshift determines whether to use AQUA.

    automatedSnapshotRetentionPeriod Number

    The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1

    availabilityZone String

    The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint

    availabilityZoneRelocation Boolean

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

    availabilityZoneRelocationStatus String

    The availability zone relocation status of the cluster

    clusterParameterGroupName String

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

    clusterSecurityGroups List<String>

    A list of security groups to be associated with this cluster.

    clusterType String

    The type of the cluster. When cluster type is specified as single-node, the NumberOfNodes parameter is not required and if multi-node, the NumberOfNodes parameter is required

    clusterVersion String

    The version of the Amazon Redshift engine software that you want to deploy on the cluster.The version selected runs on all the nodes in the cluster.

    deferMaintenance Boolean

    A boolean indicating whether to enable the deferred maintenance window.

    deferMaintenanceDuration Number

    An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.

    deferMaintenanceEndTime String

    A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.

    deferMaintenanceIdentifier String

    A unique identifier for the deferred maintenance window.

    deferMaintenanceStartTime String

    A timestamp indicating the start time for the deferred maintenance window.

    destinationRegion String

    The destination AWS Region that you want to copy snapshots to. Constraints: Must be the name of a valid AWS Region. For more information, see Regions and Endpoints in the Amazon Web Services [https://docs.aws.amazon.com/general/latest/gr/rande.html#redshift_region] General Reference

    elasticIp String

    The Elastic IP (EIP) address for the cluster.

    encrypted Boolean

    If true, the data in the cluster is encrypted at rest.

    endpoint Property Map
    enhancedVpcRouting 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

    hsmClientCertificateIdentifier String

    Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM

    hsmConfigurationIdentifier String

    Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

    iamRoles List<String>

    A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 50 IAM roles in a single request

    id String
    kmsKeyId String

    The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.

    loggingProperties Property Map
    maintenanceTrackName String

    The name for the maintenance track that you want to assign for the cluster. This name change is asynchronous. The new track name stays in the PendingModifiedValues for the cluster until the next maintenance window. When the maintenance track changes, the cluster is switched to the latest cluster release available for the maintenance track. At this point, the maintenance track name is applied.

    manualSnapshotRetentionPeriod Number

    The number of days to retain newly copied snapshots in the destination AWS Region after they are copied from the source AWS Region. If the value is -1, the manual snapshot is retained indefinitely.

    The value must be either -1 or an integer between 1 and 3,653.

    multiAz Boolean

    A boolean indicating if the redshift cluster is multi-az or not. If you don't provide this parameter or set the value to false, the redshift cluster will be single-az.

    nodeType String

    The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.4xlarge | ra3.16xlarge

    numberOfNodes Number

    The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.

    port Number

    The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings

    preferredMaintenanceWindow String

    The weekly time range (in UTC) during which automated cluster maintenance can occur.

    publiclyAccessible Boolean

    If true, the cluster can be accessed from a public network.

    resourceAction String

    The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs

    revisionTarget String

    The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.

    rotateEncryptionKey Boolean

    A boolean indicating if we want to rotate Encryption Keys.

    snapshotCopyGrantName String

    The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.

    snapshotCopyManual Boolean

    Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.

    snapshotCopyRetentionPeriod Number

    The number of days to retain automated snapshots in the destination region after they are copied from the source region.

    Default is 7.

    Constraints: Must be at least 1 and no more than 35.

    tags List<Property Map>

    The list of tags for the cluster parameter group.

    vpcSecurityGroupIds List<String>

    A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.

    Supporting Types

    ClusterEndpoint

    Address string
    Port string
    Address string
    Port string
    address String
    port String
    address string
    port string
    address str
    port str
    address String
    port String

    ClusterLoggingProperties

    BucketName string
    S3KeyPrefix string
    BucketName string
    S3KeyPrefix string
    bucketName String
    s3KeyPrefix String
    bucketName string
    s3KeyPrefix string
    bucketName String
    s3KeyPrefix String

    ClusterTag

    Key string

    The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    Value string

    The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    Key string

    The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    Value string

    The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    key String

    The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    value String

    The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    key string

    The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    value string

    The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    key str

    The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    value str

    The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    key String

    The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    value String

    The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.89.0 published on Thursday, Nov 30, 2023 by Pulumi