azure-native.awsconnector.RedshiftCluster
Explore with Pulumi AI
A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.
Example Usage
RedshiftClusters_CreateOrReplace
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var redshiftCluster = new AzureNative.AwsConnector.RedshiftCluster("redshiftCluster", new()
{
Location = "jvkejlkfwoynldopbqhnt",
Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
Properties = new AzureNative.AwsConnector.Inputs.RedshiftClusterPropertiesArgs
{
Arn = "egooffvtlbzyvp",
AwsAccountId = "lnlhkk",
AwsProperties = new AzureNative.AwsConnector.Inputs.AwsRedshiftClusterPropertiesArgs
{
AllowVersionUpgrade = true,
AquaConfigurationStatus = "tegpcduavwdyuubx",
AutomatedSnapshotRetentionPeriod = 25,
AvailabilityZone = "pltpsjmmvhfmsecqjjweuxgloitbor",
AvailabilityZoneRelocation = true,
AvailabilityZoneRelocationStatus = "kcuxuluzsnuoag",
Classic = true,
ClusterIdentifier = "cxlflpabmavbfbcvsew",
ClusterNamespaceArn = "vqeqeacmkdhmzgwd",
ClusterParameterGroupName = "whpcckoms",
ClusterSecurityGroups = new[]
{
"q",
},
ClusterSubnetGroupName = "abxmcpkzazgxtuoliedvam",
ClusterType = "nvbzlybkkhuyklhhywuofwczf",
ClusterVersion = "slmurdmhpiuakdwrqdthvlrpovqb",
DbName = "jsbtuqgydkydraogl",
DeferMaintenance = true,
DeferMaintenanceDuration = 14,
DeferMaintenanceEndTime = "oluxv",
DeferMaintenanceIdentifier = "icu",
DeferMaintenanceStartTime = "muevcssxlqrrmwxvazpsrq",
DestinationRegion = "cnklawqwbweklmlrhr",
ElasticIp = "ljpfzxzciavjuxk",
Encrypted = true,
Endpoint = new AzureNative.AwsConnector.Inputs.RedshiftClusterEndpointArgs
{
Address = "imgtktlniedocmgatpyzycge",
Port = "gm",
},
EnhancedVpcRouting = true,
HsmClientCertificateIdentifier = "uguhqzduujaf",
HsmConfigurationIdentifier = "cznipmuxibdjvmteim",
IamRoles = new[]
{
"qmy",
},
KmsKeyId = "afzaldvlyzmotwzdmydry",
LoggingProperties = new AzureNative.AwsConnector.Inputs.LoggingPropertiesArgs
{
BucketName = "mozpscmusdfzk",
S3KeyPrefix = "lffsxgand",
},
MaintenanceTrackName = "etjeimmqcipuyxiobrnsnd",
ManageMasterPassword = true,
ManualSnapshotRetentionPeriod = 15,
MasterPasswordSecretArn = "upomdaqltagvwlqpyojnlmtme",
MasterPasswordSecretKmsKeyId = "izpx",
MasterUserPassword = "mftjs",
MasterUsername = "wleeglygnhojusagxryuk",
MultiAZ = true,
NodeType = "cudgc",
NumberOfNodes = 23,
OwnerAccount = "drvv",
Port = 8,
PreferredMaintenanceWindow = "xpuhqwidzbn",
PubliclyAccessible = true,
ResourceAction = "nyhkwgrtf",
RevisionTarget = "dreawjciiytkiuywtwttqyhojh",
RotateEncryptionKey = true,
SnapshotClusterIdentifier = "gu",
SnapshotCopyGrantName = "mwuomnttvwhduluhwnfkiwkaeztbmd",
SnapshotCopyManual = true,
SnapshotCopyRetentionPeriod = 2,
SnapshotIdentifier = "viproibmlhehvlszhxkqbbgl",
Tags = new[]
{
new AzureNative.AwsConnector.Inputs.TagArgs
{
Key = "znz",
Value = "zawcpsgqfgrsjexrbo",
},
},
VpcSecurityGroupIds = new[]
{
"grbkothiifmuwwrme",
},
},
AwsRegion = "lablaxpspbxzhnbsrqz",
AwsSourceSchema = "zdadxraykcjparteiye",
AwsTags =
{
{ "key9665", "eyxhhlvcfit" },
},
PublicCloudConnectorsResourceId = "r",
PublicCloudResourceName = "ck",
},
ResourceGroupName = "rgredshiftCluster",
Tags =
{
{ "key5296", "hllwcfzqbninv" },
},
});
});
package main
import (
awsconnector "github.com/pulumi/pulumi-azure-native-sdk/awsconnector/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := awsconnector.NewRedshiftCluster(ctx, "redshiftCluster", &awsconnector.RedshiftClusterArgs{
Location: pulumi.String("jvkejlkfwoynldopbqhnt"),
Name: pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
Properties: &awsconnector.RedshiftClusterPropertiesArgs{
Arn: pulumi.String("egooffvtlbzyvp"),
AwsAccountId: pulumi.String("lnlhkk"),
AwsProperties: &awsconnector.AwsRedshiftClusterPropertiesArgs{
AllowVersionUpgrade: pulumi.Bool(true),
AquaConfigurationStatus: pulumi.String("tegpcduavwdyuubx"),
AutomatedSnapshotRetentionPeriod: pulumi.Int(25),
AvailabilityZone: pulumi.String("pltpsjmmvhfmsecqjjweuxgloitbor"),
AvailabilityZoneRelocation: pulumi.Bool(true),
AvailabilityZoneRelocationStatus: pulumi.String("kcuxuluzsnuoag"),
Classic: pulumi.Bool(true),
ClusterIdentifier: pulumi.String("cxlflpabmavbfbcvsew"),
ClusterNamespaceArn: pulumi.String("vqeqeacmkdhmzgwd"),
ClusterParameterGroupName: pulumi.String("whpcckoms"),
ClusterSecurityGroups: pulumi.StringArray{
pulumi.String("q"),
},
ClusterSubnetGroupName: pulumi.String("abxmcpkzazgxtuoliedvam"),
ClusterType: pulumi.String("nvbzlybkkhuyklhhywuofwczf"),
ClusterVersion: pulumi.String("slmurdmhpiuakdwrqdthvlrpovqb"),
DbName: pulumi.String("jsbtuqgydkydraogl"),
DeferMaintenance: pulumi.Bool(true),
DeferMaintenanceDuration: pulumi.Int(14),
DeferMaintenanceEndTime: pulumi.String("oluxv"),
DeferMaintenanceIdentifier: pulumi.String("icu"),
DeferMaintenanceStartTime: pulumi.String("muevcssxlqrrmwxvazpsrq"),
DestinationRegion: pulumi.String("cnklawqwbweklmlrhr"),
ElasticIp: pulumi.String("ljpfzxzciavjuxk"),
Encrypted: pulumi.Bool(true),
Endpoint: &awsconnector.RedshiftClusterEndpointArgs{
Address: pulumi.String("imgtktlniedocmgatpyzycge"),
Port: pulumi.String("gm"),
},
EnhancedVpcRouting: pulumi.Bool(true),
HsmClientCertificateIdentifier: pulumi.String("uguhqzduujaf"),
HsmConfigurationIdentifier: pulumi.String("cznipmuxibdjvmteim"),
IamRoles: pulumi.StringArray{
pulumi.String("qmy"),
},
KmsKeyId: pulumi.String("afzaldvlyzmotwzdmydry"),
LoggingProperties: &awsconnector.LoggingPropertiesArgs{
BucketName: pulumi.String("mozpscmusdfzk"),
S3KeyPrefix: pulumi.String("lffsxgand"),
},
MaintenanceTrackName: pulumi.String("etjeimmqcipuyxiobrnsnd"),
ManageMasterPassword: pulumi.Bool(true),
ManualSnapshotRetentionPeriod: pulumi.Int(15),
MasterPasswordSecretArn: pulumi.String("upomdaqltagvwlqpyojnlmtme"),
MasterPasswordSecretKmsKeyId: pulumi.String("izpx"),
MasterUserPassword: pulumi.String("mftjs"),
MasterUsername: pulumi.String("wleeglygnhojusagxryuk"),
MultiAZ: pulumi.Bool(true),
NodeType: pulumi.String("cudgc"),
NumberOfNodes: pulumi.Int(23),
OwnerAccount: pulumi.String("drvv"),
Port: pulumi.Int(8),
PreferredMaintenanceWindow: pulumi.String("xpuhqwidzbn"),
PubliclyAccessible: pulumi.Bool(true),
ResourceAction: pulumi.String("nyhkwgrtf"),
RevisionTarget: pulumi.String("dreawjciiytkiuywtwttqyhojh"),
RotateEncryptionKey: pulumi.Bool(true),
SnapshotClusterIdentifier: pulumi.String("gu"),
SnapshotCopyGrantName: pulumi.String("mwuomnttvwhduluhwnfkiwkaeztbmd"),
SnapshotCopyManual: pulumi.Bool(true),
SnapshotCopyRetentionPeriod: pulumi.Int(2),
SnapshotIdentifier: pulumi.String("viproibmlhehvlszhxkqbbgl"),
Tags: awsconnector.TagArray{
&awsconnector.TagArgs{
Key: pulumi.String("znz"),
Value: pulumi.String("zawcpsgqfgrsjexrbo"),
},
},
VpcSecurityGroupIds: pulumi.StringArray{
pulumi.String("grbkothiifmuwwrme"),
},
},
AwsRegion: pulumi.String("lablaxpspbxzhnbsrqz"),
AwsSourceSchema: pulumi.String("zdadxraykcjparteiye"),
AwsTags: pulumi.StringMap{
"key9665": pulumi.String("eyxhhlvcfit"),
},
PublicCloudConnectorsResourceId: pulumi.String("r"),
PublicCloudResourceName: pulumi.String("ck"),
},
ResourceGroupName: pulumi.String("rgredshiftCluster"),
Tags: pulumi.StringMap{
"key5296": pulumi.String("hllwcfzqbninv"),
},
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.awsconnector.RedshiftCluster;
import com.pulumi.azurenative.awsconnector.RedshiftClusterArgs;
import com.pulumi.azurenative.awsconnector.inputs.RedshiftClusterPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsRedshiftClusterPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.RedshiftClusterEndpointArgs;
import com.pulumi.azurenative.awsconnector.inputs.LoggingPropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var redshiftCluster = new RedshiftCluster("redshiftCluster", RedshiftClusterArgs.builder()
.location("jvkejlkfwoynldopbqhnt")
.name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
.properties(RedshiftClusterPropertiesArgs.builder()
.arn("egooffvtlbzyvp")
.awsAccountId("lnlhkk")
.awsProperties(AwsRedshiftClusterPropertiesArgs.builder()
.allowVersionUpgrade(true)
.aquaConfigurationStatus("tegpcduavwdyuubx")
.automatedSnapshotRetentionPeriod(25)
.availabilityZone("pltpsjmmvhfmsecqjjweuxgloitbor")
.availabilityZoneRelocation(true)
.availabilityZoneRelocationStatus("kcuxuluzsnuoag")
.classic(true)
.clusterIdentifier("cxlflpabmavbfbcvsew")
.clusterNamespaceArn("vqeqeacmkdhmzgwd")
.clusterParameterGroupName("whpcckoms")
.clusterSecurityGroups("q")
.clusterSubnetGroupName("abxmcpkzazgxtuoliedvam")
.clusterType("nvbzlybkkhuyklhhywuofwczf")
.clusterVersion("slmurdmhpiuakdwrqdthvlrpovqb")
.dbName("jsbtuqgydkydraogl")
.deferMaintenance(true)
.deferMaintenanceDuration(14)
.deferMaintenanceEndTime("oluxv")
.deferMaintenanceIdentifier("icu")
.deferMaintenanceStartTime("muevcssxlqrrmwxvazpsrq")
.destinationRegion("cnklawqwbweklmlrhr")
.elasticIp("ljpfzxzciavjuxk")
.encrypted(true)
.endpoint(RedshiftClusterEndpointArgs.builder()
.address("imgtktlniedocmgatpyzycge")
.port("gm")
.build())
.enhancedVpcRouting(true)
.hsmClientCertificateIdentifier("uguhqzduujaf")
.hsmConfigurationIdentifier("cznipmuxibdjvmteim")
.iamRoles("qmy")
.kmsKeyId("afzaldvlyzmotwzdmydry")
.loggingProperties(LoggingPropertiesArgs.builder()
.bucketName("mozpscmusdfzk")
.s3KeyPrefix("lffsxgand")
.build())
.maintenanceTrackName("etjeimmqcipuyxiobrnsnd")
.manageMasterPassword(true)
.manualSnapshotRetentionPeriod(15)
.masterPasswordSecretArn("upomdaqltagvwlqpyojnlmtme")
.masterPasswordSecretKmsKeyId("izpx")
.masterUserPassword("mftjs")
.masterUsername("wleeglygnhojusagxryuk")
.multiAZ(true)
.nodeType("cudgc")
.numberOfNodes(23)
.ownerAccount("drvv")
.port(8)
.preferredMaintenanceWindow("xpuhqwidzbn")
.publiclyAccessible(true)
.resourceAction("nyhkwgrtf")
.revisionTarget("dreawjciiytkiuywtwttqyhojh")
.rotateEncryptionKey(true)
.snapshotClusterIdentifier("gu")
.snapshotCopyGrantName("mwuomnttvwhduluhwnfkiwkaeztbmd")
.snapshotCopyManual(true)
.snapshotCopyRetentionPeriod(2)
.snapshotIdentifier("viproibmlhehvlszhxkqbbgl")
.tags(TagArgs.builder()
.key("znz")
.value("zawcpsgqfgrsjexrbo")
.build())
.vpcSecurityGroupIds("grbkothiifmuwwrme")
.build())
.awsRegion("lablaxpspbxzhnbsrqz")
.awsSourceSchema("zdadxraykcjparteiye")
.awsTags(Map.of("key9665", "eyxhhlvcfit"))
.publicCloudConnectorsResourceId("r")
.publicCloudResourceName("ck")
.build())
.resourceGroupName("rgredshiftCluster")
.tags(Map.of("key5296", "hllwcfzqbninv"))
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
redshift_cluster = azure_native.awsconnector.RedshiftCluster("redshiftCluster",
location="jvkejlkfwoynldopbqhnt",
name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
properties={
"arn": "egooffvtlbzyvp",
"aws_account_id": "lnlhkk",
"aws_properties": {
"allow_version_upgrade": True,
"aqua_configuration_status": "tegpcduavwdyuubx",
"automated_snapshot_retention_period": 25,
"availability_zone": "pltpsjmmvhfmsecqjjweuxgloitbor",
"availability_zone_relocation": True,
"availability_zone_relocation_status": "kcuxuluzsnuoag",
"classic": True,
"cluster_identifier": "cxlflpabmavbfbcvsew",
"cluster_namespace_arn": "vqeqeacmkdhmzgwd",
"cluster_parameter_group_name": "whpcckoms",
"cluster_security_groups": ["q"],
"cluster_subnet_group_name": "abxmcpkzazgxtuoliedvam",
"cluster_type": "nvbzlybkkhuyklhhywuofwczf",
"cluster_version": "slmurdmhpiuakdwrqdthvlrpovqb",
"db_name": "jsbtuqgydkydraogl",
"defer_maintenance": True,
"defer_maintenance_duration": 14,
"defer_maintenance_end_time": "oluxv",
"defer_maintenance_identifier": "icu",
"defer_maintenance_start_time": "muevcssxlqrrmwxvazpsrq",
"destination_region": "cnklawqwbweklmlrhr",
"elastic_ip": "ljpfzxzciavjuxk",
"encrypted": True,
"endpoint": {
"address": "imgtktlniedocmgatpyzycge",
"port": "gm",
},
"enhanced_vpc_routing": True,
"hsm_client_certificate_identifier": "uguhqzduujaf",
"hsm_configuration_identifier": "cznipmuxibdjvmteim",
"iam_roles": ["qmy"],
"kms_key_id": "afzaldvlyzmotwzdmydry",
"logging_properties": {
"bucket_name": "mozpscmusdfzk",
"s3_key_prefix": "lffsxgand",
},
"maintenance_track_name": "etjeimmqcipuyxiobrnsnd",
"manage_master_password": True,
"manual_snapshot_retention_period": 15,
"master_password_secret_arn": "upomdaqltagvwlqpyojnlmtme",
"master_password_secret_kms_key_id": "izpx",
"master_user_password": "mftjs",
"master_username": "wleeglygnhojusagxryuk",
"multi_az": True,
"node_type": "cudgc",
"number_of_nodes": 23,
"owner_account": "drvv",
"port": 8,
"preferred_maintenance_window": "xpuhqwidzbn",
"publicly_accessible": True,
"resource_action": "nyhkwgrtf",
"revision_target": "dreawjciiytkiuywtwttqyhojh",
"rotate_encryption_key": True,
"snapshot_cluster_identifier": "gu",
"snapshot_copy_grant_name": "mwuomnttvwhduluhwnfkiwkaeztbmd",
"snapshot_copy_manual": True,
"snapshot_copy_retention_period": 2,
"snapshot_identifier": "viproibmlhehvlszhxkqbbgl",
"tags": [{
"key": "znz",
"value": "zawcpsgqfgrsjexrbo",
}],
"vpc_security_group_ids": ["grbkothiifmuwwrme"],
},
"aws_region": "lablaxpspbxzhnbsrqz",
"aws_source_schema": "zdadxraykcjparteiye",
"aws_tags": {
"key9665": "eyxhhlvcfit",
},
"public_cloud_connectors_resource_id": "r",
"public_cloud_resource_name": "ck",
},
resource_group_name="rgredshiftCluster",
tags={
"key5296": "hllwcfzqbninv",
})
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const redshiftCluster = new azure_native.awsconnector.RedshiftCluster("redshiftCluster", {
location: "jvkejlkfwoynldopbqhnt",
name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
properties: {
arn: "egooffvtlbzyvp",
awsAccountId: "lnlhkk",
awsProperties: {
allowVersionUpgrade: true,
aquaConfigurationStatus: "tegpcduavwdyuubx",
automatedSnapshotRetentionPeriod: 25,
availabilityZone: "pltpsjmmvhfmsecqjjweuxgloitbor",
availabilityZoneRelocation: true,
availabilityZoneRelocationStatus: "kcuxuluzsnuoag",
classic: true,
clusterIdentifier: "cxlflpabmavbfbcvsew",
clusterNamespaceArn: "vqeqeacmkdhmzgwd",
clusterParameterGroupName: "whpcckoms",
clusterSecurityGroups: ["q"],
clusterSubnetGroupName: "abxmcpkzazgxtuoliedvam",
clusterType: "nvbzlybkkhuyklhhywuofwczf",
clusterVersion: "slmurdmhpiuakdwrqdthvlrpovqb",
dbName: "jsbtuqgydkydraogl",
deferMaintenance: true,
deferMaintenanceDuration: 14,
deferMaintenanceEndTime: "oluxv",
deferMaintenanceIdentifier: "icu",
deferMaintenanceStartTime: "muevcssxlqrrmwxvazpsrq",
destinationRegion: "cnklawqwbweklmlrhr",
elasticIp: "ljpfzxzciavjuxk",
encrypted: true,
endpoint: {
address: "imgtktlniedocmgatpyzycge",
port: "gm",
},
enhancedVpcRouting: true,
hsmClientCertificateIdentifier: "uguhqzduujaf",
hsmConfigurationIdentifier: "cznipmuxibdjvmteim",
iamRoles: ["qmy"],
kmsKeyId: "afzaldvlyzmotwzdmydry",
loggingProperties: {
bucketName: "mozpscmusdfzk",
s3KeyPrefix: "lffsxgand",
},
maintenanceTrackName: "etjeimmqcipuyxiobrnsnd",
manageMasterPassword: true,
manualSnapshotRetentionPeriod: 15,
masterPasswordSecretArn: "upomdaqltagvwlqpyojnlmtme",
masterPasswordSecretKmsKeyId: "izpx",
masterUserPassword: "mftjs",
masterUsername: "wleeglygnhojusagxryuk",
multiAZ: true,
nodeType: "cudgc",
numberOfNodes: 23,
ownerAccount: "drvv",
port: 8,
preferredMaintenanceWindow: "xpuhqwidzbn",
publiclyAccessible: true,
resourceAction: "nyhkwgrtf",
revisionTarget: "dreawjciiytkiuywtwttqyhojh",
rotateEncryptionKey: true,
snapshotClusterIdentifier: "gu",
snapshotCopyGrantName: "mwuomnttvwhduluhwnfkiwkaeztbmd",
snapshotCopyManual: true,
snapshotCopyRetentionPeriod: 2,
snapshotIdentifier: "viproibmlhehvlszhxkqbbgl",
tags: [{
key: "znz",
value: "zawcpsgqfgrsjexrbo",
}],
vpcSecurityGroupIds: ["grbkothiifmuwwrme"],
},
awsRegion: "lablaxpspbxzhnbsrqz",
awsSourceSchema: "zdadxraykcjparteiye",
awsTags: {
key9665: "eyxhhlvcfit",
},
publicCloudConnectorsResourceId: "r",
publicCloudResourceName: "ck",
},
resourceGroupName: "rgredshiftCluster",
tags: {
key5296: "hllwcfzqbninv",
},
});
resources:
redshiftCluster:
type: azure-native:awsconnector:RedshiftCluster
properties:
location: jvkejlkfwoynldopbqhnt
name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
properties:
arn: egooffvtlbzyvp
awsAccountId: lnlhkk
awsProperties:
allowVersionUpgrade: true
aquaConfigurationStatus: tegpcduavwdyuubx
automatedSnapshotRetentionPeriod: 25
availabilityZone: pltpsjmmvhfmsecqjjweuxgloitbor
availabilityZoneRelocation: true
availabilityZoneRelocationStatus: kcuxuluzsnuoag
classic: true
clusterIdentifier: cxlflpabmavbfbcvsew
clusterNamespaceArn: vqeqeacmkdhmzgwd
clusterParameterGroupName: whpcckoms
clusterSecurityGroups:
- q
clusterSubnetGroupName: abxmcpkzazgxtuoliedvam
clusterType: nvbzlybkkhuyklhhywuofwczf
clusterVersion: slmurdmhpiuakdwrqdthvlrpovqb
dbName: jsbtuqgydkydraogl
deferMaintenance: true
deferMaintenanceDuration: 14
deferMaintenanceEndTime: oluxv
deferMaintenanceIdentifier: icu
deferMaintenanceStartTime: muevcssxlqrrmwxvazpsrq
destinationRegion: cnklawqwbweklmlrhr
elasticIp: ljpfzxzciavjuxk
encrypted: true
endpoint:
address: imgtktlniedocmgatpyzycge
port: gm
enhancedVpcRouting: true
hsmClientCertificateIdentifier: uguhqzduujaf
hsmConfigurationIdentifier: cznipmuxibdjvmteim
iamRoles:
- qmy
kmsKeyId: afzaldvlyzmotwzdmydry
loggingProperties:
bucketName: mozpscmusdfzk
s3KeyPrefix: lffsxgand
maintenanceTrackName: etjeimmqcipuyxiobrnsnd
manageMasterPassword: true
manualSnapshotRetentionPeriod: 15
masterPasswordSecretArn: upomdaqltagvwlqpyojnlmtme
masterPasswordSecretKmsKeyId: izpx
masterUserPassword: mftjs
masterUsername: wleeglygnhojusagxryuk
multiAZ: true
nodeType: cudgc
numberOfNodes: 23
ownerAccount: drvv
port: 8
preferredMaintenanceWindow: xpuhqwidzbn
publiclyAccessible: true
resourceAction: nyhkwgrtf
revisionTarget: dreawjciiytkiuywtwttqyhojh
rotateEncryptionKey: true
snapshotClusterIdentifier: gu
snapshotCopyGrantName: mwuomnttvwhduluhwnfkiwkaeztbmd
snapshotCopyManual: true
snapshotCopyRetentionPeriod: 2
snapshotIdentifier: viproibmlhehvlszhxkqbbgl
tags:
- key: znz
value: zawcpsgqfgrsjexrbo
vpcSecurityGroupIds:
- grbkothiifmuwwrme
awsRegion: lablaxpspbxzhnbsrqz
awsSourceSchema: zdadxraykcjparteiye
awsTags:
key9665: eyxhhlvcfit
publicCloudConnectorsResourceId: r
publicCloudResourceName: ck
resourceGroupName: rgredshiftCluster
tags:
key5296: hllwcfzqbninv
Create RedshiftCluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RedshiftCluster(name: string, args: RedshiftClusterArgs, opts?: CustomResourceOptions);
@overload
def RedshiftCluster(resource_name: str,
args: RedshiftClusterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RedshiftCluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
properties: Optional[RedshiftClusterPropertiesArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewRedshiftCluster(ctx *Context, name string, args RedshiftClusterArgs, opts ...ResourceOption) (*RedshiftCluster, error)
public RedshiftCluster(string name, RedshiftClusterArgs args, CustomResourceOptions? opts = null)
public RedshiftCluster(String name, RedshiftClusterArgs args)
public RedshiftCluster(String name, RedshiftClusterArgs args, CustomResourceOptions options)
type: azure-native:awsconnector:RedshiftCluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args RedshiftClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RedshiftClusterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RedshiftClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RedshiftClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RedshiftClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var redshiftClusterResource = new AzureNative.AwsConnector.RedshiftCluster("redshiftClusterResource", new()
{
ResourceGroupName = "string",
Location = "string",
Name = "string",
Properties = new AzureNative.AwsConnector.Inputs.RedshiftClusterPropertiesArgs
{
Arn = "string",
AwsAccountId = "string",
AwsProperties = new AzureNative.AwsConnector.Inputs.AwsRedshiftClusterPropertiesArgs
{
AllowVersionUpgrade = false,
AquaConfigurationStatus = "string",
AutomatedSnapshotRetentionPeriod = 0,
AvailabilityZone = "string",
AvailabilityZoneRelocation = false,
AvailabilityZoneRelocationStatus = "string",
Classic = false,
ClusterIdentifier = "string",
ClusterNamespaceArn = "string",
ClusterParameterGroupName = "string",
ClusterSecurityGroups = new[]
{
"string",
},
ClusterSubnetGroupName = "string",
ClusterType = "string",
ClusterVersion = "string",
DbName = "string",
DeferMaintenance = false,
DeferMaintenanceDuration = 0,
DeferMaintenanceEndTime = "string",
DeferMaintenanceIdentifier = "string",
DeferMaintenanceStartTime = "string",
DestinationRegion = "string",
ElasticIp = "string",
Encrypted = false,
Endpoint = new AzureNative.AwsConnector.Inputs.RedshiftClusterEndpointArgs
{
Address = "string",
Port = "string",
},
EnhancedVpcRouting = false,
HsmClientCertificateIdentifier = "string",
HsmConfigurationIdentifier = "string",
IamRoles = new[]
{
"string",
},
KmsKeyId = "string",
LoggingProperties = new AzureNative.AwsConnector.Inputs.LoggingPropertiesArgs
{
BucketName = "string",
S3KeyPrefix = "string",
},
MaintenanceTrackName = "string",
ManageMasterPassword = false,
ManualSnapshotRetentionPeriod = 0,
MasterPasswordSecretArn = "string",
MasterPasswordSecretKmsKeyId = "string",
MasterUserPassword = "string",
MasterUsername = "string",
MultiAZ = false,
NamespaceResourcePolicy = "any",
NodeType = "string",
NumberOfNodes = 0,
OwnerAccount = "string",
Port = 0,
PreferredMaintenanceWindow = "string",
PubliclyAccessible = false,
ResourceAction = "string",
RevisionTarget = "string",
RotateEncryptionKey = false,
SnapshotClusterIdentifier = "string",
SnapshotCopyGrantName = "string",
SnapshotCopyManual = false,
SnapshotCopyRetentionPeriod = 0,
SnapshotIdentifier = "string",
Tags = new[]
{
new AzureNative.AwsConnector.Inputs.TagArgs
{
Key = "string",
Value = "string",
},
},
VpcSecurityGroupIds = new[]
{
"string",
},
},
AwsRegion = "string",
AwsSourceSchema = "string",
AwsTags =
{
{ "string", "string" },
},
PublicCloudConnectorsResourceId = "string",
PublicCloudResourceName = "string",
},
Tags =
{
{ "string", "string" },
},
});
example, err := awsconnector.NewRedshiftCluster(ctx, "redshiftClusterResource", &awsconnector.RedshiftClusterArgs{
ResourceGroupName: pulumi.String("string"),
Location: pulumi.String("string"),
Name: pulumi.String("string"),
Properties: &awsconnector.RedshiftClusterPropertiesArgs{
Arn: pulumi.String("string"),
AwsAccountId: pulumi.String("string"),
AwsProperties: &awsconnector.AwsRedshiftClusterPropertiesArgs{
AllowVersionUpgrade: pulumi.Bool(false),
AquaConfigurationStatus: pulumi.String("string"),
AutomatedSnapshotRetentionPeriod: pulumi.Int(0),
AvailabilityZone: pulumi.String("string"),
AvailabilityZoneRelocation: pulumi.Bool(false),
AvailabilityZoneRelocationStatus: pulumi.String("string"),
Classic: pulumi.Bool(false),
ClusterIdentifier: pulumi.String("string"),
ClusterNamespaceArn: pulumi.String("string"),
ClusterParameterGroupName: pulumi.String("string"),
ClusterSecurityGroups: pulumi.StringArray{
pulumi.String("string"),
},
ClusterSubnetGroupName: pulumi.String("string"),
ClusterType: pulumi.String("string"),
ClusterVersion: pulumi.String("string"),
DbName: pulumi.String("string"),
DeferMaintenance: pulumi.Bool(false),
DeferMaintenanceDuration: pulumi.Int(0),
DeferMaintenanceEndTime: pulumi.String("string"),
DeferMaintenanceIdentifier: pulumi.String("string"),
DeferMaintenanceStartTime: pulumi.String("string"),
DestinationRegion: pulumi.String("string"),
ElasticIp: pulumi.String("string"),
Encrypted: pulumi.Bool(false),
Endpoint: &awsconnector.RedshiftClusterEndpointArgs{
Address: pulumi.String("string"),
Port: pulumi.String("string"),
},
EnhancedVpcRouting: pulumi.Bool(false),
HsmClientCertificateIdentifier: pulumi.String("string"),
HsmConfigurationIdentifier: pulumi.String("string"),
IamRoles: pulumi.StringArray{
pulumi.String("string"),
},
KmsKeyId: pulumi.String("string"),
LoggingProperties: &awsconnector.LoggingPropertiesArgs{
BucketName: pulumi.String("string"),
S3KeyPrefix: pulumi.String("string"),
},
MaintenanceTrackName: pulumi.String("string"),
ManageMasterPassword: pulumi.Bool(false),
ManualSnapshotRetentionPeriod: pulumi.Int(0),
MasterPasswordSecretArn: pulumi.String("string"),
MasterPasswordSecretKmsKeyId: pulumi.String("string"),
MasterUserPassword: pulumi.String("string"),
MasterUsername: pulumi.String("string"),
MultiAZ: pulumi.Bool(false),
NamespaceResourcePolicy: pulumi.Any("any"),
NodeType: pulumi.String("string"),
NumberOfNodes: pulumi.Int(0),
OwnerAccount: pulumi.String("string"),
Port: pulumi.Int(0),
PreferredMaintenanceWindow: pulumi.String("string"),
PubliclyAccessible: pulumi.Bool(false),
ResourceAction: pulumi.String("string"),
RevisionTarget: pulumi.String("string"),
RotateEncryptionKey: pulumi.Bool(false),
SnapshotClusterIdentifier: pulumi.String("string"),
SnapshotCopyGrantName: pulumi.String("string"),
SnapshotCopyManual: pulumi.Bool(false),
SnapshotCopyRetentionPeriod: pulumi.Int(0),
SnapshotIdentifier: pulumi.String("string"),
Tags: awsconnector.TagArray{
&awsconnector.TagArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
VpcSecurityGroupIds: pulumi.StringArray{
pulumi.String("string"),
},
},
AwsRegion: pulumi.String("string"),
AwsSourceSchema: pulumi.String("string"),
AwsTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
PublicCloudConnectorsResourceId: pulumi.String("string"),
PublicCloudResourceName: pulumi.String("string"),
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var redshiftClusterResource = new RedshiftCluster("redshiftClusterResource", RedshiftClusterArgs.builder()
.resourceGroupName("string")
.location("string")
.name("string")
.properties(RedshiftClusterPropertiesArgs.builder()
.arn("string")
.awsAccountId("string")
.awsProperties(AwsRedshiftClusterPropertiesArgs.builder()
.allowVersionUpgrade(false)
.aquaConfigurationStatus("string")
.automatedSnapshotRetentionPeriod(0)
.availabilityZone("string")
.availabilityZoneRelocation(false)
.availabilityZoneRelocationStatus("string")
.classic(false)
.clusterIdentifier("string")
.clusterNamespaceArn("string")
.clusterParameterGroupName("string")
.clusterSecurityGroups("string")
.clusterSubnetGroupName("string")
.clusterType("string")
.clusterVersion("string")
.dbName("string")
.deferMaintenance(false)
.deferMaintenanceDuration(0)
.deferMaintenanceEndTime("string")
.deferMaintenanceIdentifier("string")
.deferMaintenanceStartTime("string")
.destinationRegion("string")
.elasticIp("string")
.encrypted(false)
.endpoint(RedshiftClusterEndpointArgs.builder()
.address("string")
.port("string")
.build())
.enhancedVpcRouting(false)
.hsmClientCertificateIdentifier("string")
.hsmConfigurationIdentifier("string")
.iamRoles("string")
.kmsKeyId("string")
.loggingProperties(LoggingPropertiesArgs.builder()
.bucketName("string")
.s3KeyPrefix("string")
.build())
.maintenanceTrackName("string")
.manageMasterPassword(false)
.manualSnapshotRetentionPeriod(0)
.masterPasswordSecretArn("string")
.masterPasswordSecretKmsKeyId("string")
.masterUserPassword("string")
.masterUsername("string")
.multiAZ(false)
.namespaceResourcePolicy("any")
.nodeType("string")
.numberOfNodes(0)
.ownerAccount("string")
.port(0)
.preferredMaintenanceWindow("string")
.publiclyAccessible(false)
.resourceAction("string")
.revisionTarget("string")
.rotateEncryptionKey(false)
.snapshotClusterIdentifier("string")
.snapshotCopyGrantName("string")
.snapshotCopyManual(false)
.snapshotCopyRetentionPeriod(0)
.snapshotIdentifier("string")
.tags(TagArgs.builder()
.key("string")
.value("string")
.build())
.vpcSecurityGroupIds("string")
.build())
.awsRegion("string")
.awsSourceSchema("string")
.awsTags(Map.of("string", "string"))
.publicCloudConnectorsResourceId("string")
.publicCloudResourceName("string")
.build())
.tags(Map.of("string", "string"))
.build());
redshift_cluster_resource = azure_native.awsconnector.RedshiftCluster("redshiftClusterResource",
resource_group_name="string",
location="string",
name="string",
properties={
"arn": "string",
"aws_account_id": "string",
"aws_properties": {
"allow_version_upgrade": False,
"aqua_configuration_status": "string",
"automated_snapshot_retention_period": 0,
"availability_zone": "string",
"availability_zone_relocation": False,
"availability_zone_relocation_status": "string",
"classic": False,
"cluster_identifier": "string",
"cluster_namespace_arn": "string",
"cluster_parameter_group_name": "string",
"cluster_security_groups": ["string"],
"cluster_subnet_group_name": "string",
"cluster_type": "string",
"cluster_version": "string",
"db_name": "string",
"defer_maintenance": False,
"defer_maintenance_duration": 0,
"defer_maintenance_end_time": "string",
"defer_maintenance_identifier": "string",
"defer_maintenance_start_time": "string",
"destination_region": "string",
"elastic_ip": "string",
"encrypted": False,
"endpoint": {
"address": "string",
"port": "string",
},
"enhanced_vpc_routing": False,
"hsm_client_certificate_identifier": "string",
"hsm_configuration_identifier": "string",
"iam_roles": ["string"],
"kms_key_id": "string",
"logging_properties": {
"bucket_name": "string",
"s3_key_prefix": "string",
},
"maintenance_track_name": "string",
"manage_master_password": False,
"manual_snapshot_retention_period": 0,
"master_password_secret_arn": "string",
"master_password_secret_kms_key_id": "string",
"master_user_password": "string",
"master_username": "string",
"multi_az": False,
"namespace_resource_policy": "any",
"node_type": "string",
"number_of_nodes": 0,
"owner_account": "string",
"port": 0,
"preferred_maintenance_window": "string",
"publicly_accessible": False,
"resource_action": "string",
"revision_target": "string",
"rotate_encryption_key": False,
"snapshot_cluster_identifier": "string",
"snapshot_copy_grant_name": "string",
"snapshot_copy_manual": False,
"snapshot_copy_retention_period": 0,
"snapshot_identifier": "string",
"tags": [{
"key": "string",
"value": "string",
}],
"vpc_security_group_ids": ["string"],
},
"aws_region": "string",
"aws_source_schema": "string",
"aws_tags": {
"string": "string",
},
"public_cloud_connectors_resource_id": "string",
"public_cloud_resource_name": "string",
},
tags={
"string": "string",
})
const redshiftClusterResource = new azure_native.awsconnector.RedshiftCluster("redshiftClusterResource", {
resourceGroupName: "string",
location: "string",
name: "string",
properties: {
arn: "string",
awsAccountId: "string",
awsProperties: {
allowVersionUpgrade: false,
aquaConfigurationStatus: "string",
automatedSnapshotRetentionPeriod: 0,
availabilityZone: "string",
availabilityZoneRelocation: false,
availabilityZoneRelocationStatus: "string",
classic: false,
clusterIdentifier: "string",
clusterNamespaceArn: "string",
clusterParameterGroupName: "string",
clusterSecurityGroups: ["string"],
clusterSubnetGroupName: "string",
clusterType: "string",
clusterVersion: "string",
dbName: "string",
deferMaintenance: false,
deferMaintenanceDuration: 0,
deferMaintenanceEndTime: "string",
deferMaintenanceIdentifier: "string",
deferMaintenanceStartTime: "string",
destinationRegion: "string",
elasticIp: "string",
encrypted: false,
endpoint: {
address: "string",
port: "string",
},
enhancedVpcRouting: false,
hsmClientCertificateIdentifier: "string",
hsmConfigurationIdentifier: "string",
iamRoles: ["string"],
kmsKeyId: "string",
loggingProperties: {
bucketName: "string",
s3KeyPrefix: "string",
},
maintenanceTrackName: "string",
manageMasterPassword: false,
manualSnapshotRetentionPeriod: 0,
masterPasswordSecretArn: "string",
masterPasswordSecretKmsKeyId: "string",
masterUserPassword: "string",
masterUsername: "string",
multiAZ: false,
namespaceResourcePolicy: "any",
nodeType: "string",
numberOfNodes: 0,
ownerAccount: "string",
port: 0,
preferredMaintenanceWindow: "string",
publiclyAccessible: false,
resourceAction: "string",
revisionTarget: "string",
rotateEncryptionKey: false,
snapshotClusterIdentifier: "string",
snapshotCopyGrantName: "string",
snapshotCopyManual: false,
snapshotCopyRetentionPeriod: 0,
snapshotIdentifier: "string",
tags: [{
key: "string",
value: "string",
}],
vpcSecurityGroupIds: ["string"],
},
awsRegion: "string",
awsSourceSchema: "string",
awsTags: {
string: "string",
},
publicCloudConnectorsResourceId: "string",
publicCloudResourceName: "string",
},
tags: {
string: "string",
},
});
type: azure-native:awsconnector:RedshiftCluster
properties:
location: string
name: string
properties:
arn: string
awsAccountId: string
awsProperties:
allowVersionUpgrade: false
aquaConfigurationStatus: string
automatedSnapshotRetentionPeriod: 0
availabilityZone: string
availabilityZoneRelocation: false
availabilityZoneRelocationStatus: string
classic: false
clusterIdentifier: string
clusterNamespaceArn: string
clusterParameterGroupName: string
clusterSecurityGroups:
- string
clusterSubnetGroupName: string
clusterType: string
clusterVersion: string
dbName: string
deferMaintenance: false
deferMaintenanceDuration: 0
deferMaintenanceEndTime: string
deferMaintenanceIdentifier: string
deferMaintenanceStartTime: string
destinationRegion: string
elasticIp: string
encrypted: false
endpoint:
address: string
port: string
enhancedVpcRouting: false
hsmClientCertificateIdentifier: string
hsmConfigurationIdentifier: string
iamRoles:
- string
kmsKeyId: string
loggingProperties:
bucketName: string
s3KeyPrefix: string
maintenanceTrackName: string
manageMasterPassword: false
manualSnapshotRetentionPeriod: 0
masterPasswordSecretArn: string
masterPasswordSecretKmsKeyId: string
masterUserPassword: string
masterUsername: string
multiAZ: false
namespaceResourcePolicy: any
nodeType: string
numberOfNodes: 0
ownerAccount: string
port: 0
preferredMaintenanceWindow: string
publiclyAccessible: false
resourceAction: string
revisionTarget: string
rotateEncryptionKey: false
snapshotClusterIdentifier: string
snapshotCopyGrantName: string
snapshotCopyManual: false
snapshotCopyRetentionPeriod: 0
snapshotIdentifier: string
tags:
- key: string
value: string
vpcSecurityGroupIds:
- string
awsRegion: string
awsSourceSchema: string
awsTags:
string: string
publicCloudConnectorsResourceId: string
publicCloudResourceName: string
resourceGroupName: string
tags:
string: string
RedshiftCluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The RedshiftCluster resource accepts the following input properties:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of RedshiftCluster
- Properties
Pulumi.
Azure Native. Aws Connector. Inputs. Redshift Cluster Properties - The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of RedshiftCluster
- Properties
Redshift
Cluster Properties Args - The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of RedshiftCluster
- properties
Redshift
Cluster Properties - The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- location string
- The geo-location where the resource lives
- name string
- Name of RedshiftCluster
- properties
Redshift
Cluster Properties - The resource-specific properties for this resource.
- {[key: string]: string}
- Resource tags.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- location str
- The geo-location where the resource lives
- name str
- Name of RedshiftCluster
- properties
Redshift
Cluster Properties Args - The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of RedshiftCluster
- properties Property Map
- The resource-specific properties for this resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the RedshiftCluster resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data Pulumi.Azure Native. Aws Connector. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AwsRedshiftClusterProperties, AwsRedshiftClusterPropertiesArgs
- Allow
Version boolUpgrade - 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 stringStatus - 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 intRetention Period - The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1
- Availability
Zone 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
- Availability
Zone boolRelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- Availability
Zone stringRelocation Status - The availability zone relocation status of the cluster
- Classic bool
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- Cluster
Identifier 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
Namespace stringArn - The Amazon Resource Name (ARN) of the cluster namespace.
- Cluster
Parameter stringGroup Name - The name of the parameter group to be associated with this cluster.
- Cluster
Security List<string>Groups - A list of security groups to be associated with this cluster.
- Cluster
Subnet stringGroup Name - The name of a cluster subnet group to be associated with this cluster.
- Cluster
Type 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
- Cluster
Version 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.
- Db
Name string - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- Defer
Maintenance bool - A boolean indicating whether to enable the deferred maintenance window.
- Defer
Maintenance intDuration - 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 stringEnd Time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- Defer
Maintenance stringIdentifier - A unique identifier for the deferred maintenance window.
- Defer
Maintenance stringStart Time - A timestamp indicating the start time for the deferred maintenance window.
- Destination
Region 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
- Elastic
Ip string - The Elastic IP (EIP) address for the cluster.
- Encrypted bool
- If true, the data in the cluster is encrypted at rest.
- Endpoint
Pulumi.
Azure Native. Aws Connector. Inputs. Redshift Cluster Endpoint - Property endpoint
- Enhanced
Vpc boolRouting - 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 stringCertificate Identifier - 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 stringIdentifier - 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 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
- Kms
Key stringId - 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 Pulumi.Azure Native. Aws Connector. Inputs. Logging Properties - Property loggingProperties
- Maintenance
Track stringName - 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.
- Manage
Master boolPassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- Manual
Snapshot intRetention Period - 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.
- Master
Password stringSecret Arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- Master
Password stringSecret Kms Key Id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- Master
User stringPassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- Master
Username string - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- 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.
- Namespace
Resource objectPolicy - The namespace resource policy document that will be attached to a Redshift cluster.
- Node
Type 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
- Number
Of intNodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- Owner
Account string - Property ownerAccount
- 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 stringWindow - 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 string - The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs
- Revision
Target string - The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
- Rotate
Encryption boolKey - A boolean indicating if we want to rotate Encryption Keys.
- Snapshot
Cluster stringIdentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- Snapshot
Copy stringGrant Name - 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 boolManual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- Snapshot
Copy intRetention Period - 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.
- Snapshot
Identifier string - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag> - The list of tags for the cluster parameter group.
- Vpc
Security List<string>Group Ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
- Allow
Version boolUpgrade - 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 stringStatus - 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 intRetention Period - The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1
- Availability
Zone 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
- Availability
Zone boolRelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- Availability
Zone stringRelocation Status - The availability zone relocation status of the cluster
- Classic bool
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- Cluster
Identifier 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
Namespace stringArn - The Amazon Resource Name (ARN) of the cluster namespace.
- Cluster
Parameter stringGroup Name - The name of the parameter group to be associated with this cluster.
- Cluster
Security []stringGroups - A list of security groups to be associated with this cluster.
- Cluster
Subnet stringGroup Name - The name of a cluster subnet group to be associated with this cluster.
- Cluster
Type 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
- Cluster
Version 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.
- Db
Name string - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- Defer
Maintenance bool - A boolean indicating whether to enable the deferred maintenance window.
- Defer
Maintenance intDuration - 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 stringEnd Time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- Defer
Maintenance stringIdentifier - A unique identifier for the deferred maintenance window.
- Defer
Maintenance stringStart Time - A timestamp indicating the start time for the deferred maintenance window.
- Destination
Region 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
- Elastic
Ip string - The Elastic IP (EIP) address for the cluster.
- Encrypted bool
- If true, the data in the cluster is encrypted at rest.
- Endpoint
Redshift
Cluster Endpoint - Property endpoint
- Enhanced
Vpc boolRouting - 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 stringCertificate Identifier - 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 stringIdentifier - 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 []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
- Kms
Key stringId - 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 LoggingProperties - Property loggingProperties
- Maintenance
Track stringName - 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.
- Manage
Master boolPassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- Manual
Snapshot intRetention Period - 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.
- Master
Password stringSecret Arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- Master
Password stringSecret Kms Key Id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- Master
User stringPassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- Master
Username string - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- 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.
- Namespace
Resource interface{}Policy - The namespace resource policy document that will be attached to a Redshift cluster.
- Node
Type 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
- Number
Of intNodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- Owner
Account string - Property ownerAccount
- 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 stringWindow - 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 string - The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs
- Revision
Target string - The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
- Rotate
Encryption boolKey - A boolean indicating if we want to rotate Encryption Keys.
- Snapshot
Cluster stringIdentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- Snapshot
Copy stringGrant Name - 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 boolManual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- Snapshot
Copy intRetention Period - 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.
- Snapshot
Identifier string - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- []Tag
- The list of tags for the cluster parameter group.
- Vpc
Security []stringGroup Ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
- allow
Version BooleanUpgrade - 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 StringStatus - 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 IntegerRetention Period - The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1
- availability
Zone 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
- availability
Zone BooleanRelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- availability
Zone StringRelocation Status - The availability zone relocation status of the cluster
- classic Boolean
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- cluster
Identifier 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
Namespace StringArn - The Amazon Resource Name (ARN) of the cluster namespace.
- cluster
Parameter StringGroup Name - The name of the parameter group to be associated with this cluster.
- cluster
Security List<String>Groups - A list of security groups to be associated with this cluster.
- cluster
Subnet StringGroup Name - The name of a cluster subnet group to be associated with this cluster.
- cluster
Type 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
- cluster
Version 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.
- db
Name String - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- defer
Maintenance Boolean - A boolean indicating whether to enable the deferred maintenance window.
- defer
Maintenance IntegerDuration - 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 StringEnd Time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- defer
Maintenance StringIdentifier - A unique identifier for the deferred maintenance window.
- defer
Maintenance StringStart Time - A timestamp indicating the start time for the deferred maintenance window.
- destination
Region 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
- elastic
Ip String - The Elastic IP (EIP) address for the cluster.
- encrypted Boolean
- If true, the data in the cluster is encrypted at rest.
- endpoint
Redshift
Cluster Endpoint - Property endpoint
- enhanced
Vpc BooleanRouting - 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 StringCertificate Identifier - 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 StringIdentifier - 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 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
- kms
Key StringId - 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 LoggingProperties - Property loggingProperties
- maintenance
Track StringName - 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.
- manage
Master BooleanPassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- manual
Snapshot IntegerRetention Period - 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.
- master
Password StringSecret Arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- master
Password StringSecret Kms Key Id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- master
User StringPassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- master
Username String - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- multi
AZ 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.
- namespace
Resource ObjectPolicy - The namespace resource policy document that will be attached to a Redshift cluster.
- node
Type 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
- number
Of IntegerNodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- owner
Account String - Property ownerAccount
- port Integer
- The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings
- preferred
Maintenance StringWindow - The weekly time range (in UTC) during which automated cluster maintenance can occur.
- publicly
Accessible Boolean - If true, the cluster can be accessed from a public network.
- resource
Action String - The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs
- revision
Target String - The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
- rotate
Encryption BooleanKey - A boolean indicating if we want to rotate Encryption Keys.
- snapshot
Cluster StringIdentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- snapshot
Copy StringGrant Name - 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 BooleanManual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- snapshot
Copy IntegerRetention Period - 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.
- snapshot
Identifier String - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- List<Tag>
- The list of tags for the cluster parameter group.
- vpc
Security List<String>Group Ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
- allow
Version booleanUpgrade - 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 stringStatus - 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 numberRetention Period - The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1
- availability
Zone 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
- availability
Zone booleanRelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- availability
Zone stringRelocation Status - The availability zone relocation status of the cluster
- classic boolean
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- cluster
Identifier 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
Namespace stringArn - The Amazon Resource Name (ARN) of the cluster namespace.
- cluster
Parameter stringGroup Name - The name of the parameter group to be associated with this cluster.
- cluster
Security string[]Groups - A list of security groups to be associated with this cluster.
- cluster
Subnet stringGroup Name - The name of a cluster subnet group to be associated with this cluster.
- cluster
Type 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
- cluster
Version 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.
- db
Name string - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- defer
Maintenance boolean - A boolean indicating whether to enable the deferred maintenance window.
- defer
Maintenance numberDuration - 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 stringEnd Time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- defer
Maintenance stringIdentifier - A unique identifier for the deferred maintenance window.
- defer
Maintenance stringStart Time - A timestamp indicating the start time for the deferred maintenance window.
- destination
Region 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
- elastic
Ip string - The Elastic IP (EIP) address for the cluster.
- encrypted boolean
- If true, the data in the cluster is encrypted at rest.
- endpoint
Redshift
Cluster Endpoint - Property endpoint
- enhanced
Vpc booleanRouting - 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 stringCertificate Identifier - 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 stringIdentifier - 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 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
- kms
Key stringId - 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 LoggingProperties - Property loggingProperties
- maintenance
Track stringName - 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.
- manage
Master booleanPassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- manual
Snapshot numberRetention Period - 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.
- master
Password stringSecret Arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- master
Password stringSecret Kms Key Id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- master
User stringPassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- master
Username string - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- multi
AZ 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.
- namespace
Resource anyPolicy - The namespace resource policy document that will be attached to a Redshift cluster.
- node
Type 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
- number
Of numberNodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- owner
Account string - Property ownerAccount
- port number
- The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings
- preferred
Maintenance stringWindow - The weekly time range (in UTC) during which automated cluster maintenance can occur.
- publicly
Accessible boolean - If true, the cluster can be accessed from a public network.
- resource
Action string - The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs
- revision
Target string - The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
- rotate
Encryption booleanKey - A boolean indicating if we want to rotate Encryption Keys.
- snapshot
Cluster stringIdentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- snapshot
Copy stringGrant Name - 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 booleanManual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- snapshot
Copy numberRetention Period - 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.
- snapshot
Identifier string - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- Tag[]
- The list of tags for the cluster parameter group.
- vpc
Security string[]Group Ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
- allow_
version_ boolupgrade - 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_ strstatus - 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_ intretention_ period - 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_ boolrelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- availability_
zone_ strrelocation_ status - The availability zone relocation status of the cluster
- classic bool
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- 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
- cluster_
namespace_ strarn - The Amazon Resource Name (ARN) of the cluster namespace.
- cluster_
parameter_ strgroup_ name - The name of the parameter group to be associated with this cluster.
- cluster_
security_ Sequence[str]groups - A list of security groups to be associated with this cluster.
- cluster_
subnet_ strgroup_ name - The name of a cluster subnet group 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.
- db_
name str - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- defer_
maintenance bool - A boolean indicating whether to enable the deferred maintenance window.
- defer_
maintenance_ intduration - 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_ strend_ time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- defer_
maintenance_ stridentifier - A unique identifier for the deferred maintenance window.
- defer_
maintenance_ strstart_ time - 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
Redshift
Cluster Endpoint - Property endpoint
- enhanced_
vpc_ boolrouting - 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_ strcertificate_ identifier - 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_ stridentifier - 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
- kms_
key_ strid - 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 LoggingProperties - Property loggingProperties
- maintenance_
track_ strname - 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.
- manage_
master_ boolpassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- manual_
snapshot_ intretention_ period - 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.
- master_
password_ strsecret_ arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- master_
password_ strsecret_ kms_ key_ id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- master_
user_ strpassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- master_
username str - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- 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.
- namespace_
resource_ Anypolicy - The namespace resource policy document that will be attached to a Redshift cluster.
- 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_ intnodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- owner_
account str - Property ownerAccount
- 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_ strwindow - 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_ boolkey - A boolean indicating if we want to rotate Encryption Keys.
- snapshot_
cluster_ stridentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- snapshot_
copy_ strgrant_ name - 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_ boolmanual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- snapshot_
copy_ intretention_ period - 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.
- snapshot_
identifier str - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- Sequence[Tag]
- The list of tags for the cluster parameter group.
- vpc_
security_ Sequence[str]group_ ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
- allow
Version BooleanUpgrade - 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 StringStatus - 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 NumberRetention Period - The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1
- availability
Zone 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
- availability
Zone BooleanRelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- availability
Zone StringRelocation Status - The availability zone relocation status of the cluster
- classic Boolean
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- cluster
Identifier 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
Namespace StringArn - The Amazon Resource Name (ARN) of the cluster namespace.
- cluster
Parameter StringGroup Name - The name of the parameter group to be associated with this cluster.
- cluster
Security List<String>Groups - A list of security groups to be associated with this cluster.
- cluster
Subnet StringGroup Name - The name of a cluster subnet group to be associated with this cluster.
- cluster
Type 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
- cluster
Version 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.
- db
Name String - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- defer
Maintenance Boolean - A boolean indicating whether to enable the deferred maintenance window.
- defer
Maintenance NumberDuration - 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 StringEnd Time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- defer
Maintenance StringIdentifier - A unique identifier for the deferred maintenance window.
- defer
Maintenance StringStart Time - A timestamp indicating the start time for the deferred maintenance window.
- destination
Region 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
- elastic
Ip 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
- Property endpoint
- enhanced
Vpc BooleanRouting - 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 StringCertificate Identifier - 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 StringIdentifier - 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 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
- kms
Key StringId - 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 Property Map - Property loggingProperties
- maintenance
Track StringName - 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.
- manage
Master BooleanPassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- manual
Snapshot NumberRetention Period - 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.
- master
Password StringSecret Arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- master
Password StringSecret Kms Key Id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- master
User StringPassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- master
Username String - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- multi
AZ 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.
- namespace
Resource AnyPolicy - The namespace resource policy document that will be attached to a Redshift cluster.
- node
Type 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
- number
Of NumberNodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- owner
Account String - Property ownerAccount
- port Number
- The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings
- preferred
Maintenance StringWindow - The weekly time range (in UTC) during which automated cluster maintenance can occur.
- publicly
Accessible Boolean - If true, the cluster can be accessed from a public network.
- resource
Action String - The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs
- revision
Target String - The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
- rotate
Encryption BooleanKey - A boolean indicating if we want to rotate Encryption Keys.
- snapshot
Cluster StringIdentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- snapshot
Copy StringGrant Name - 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 BooleanManual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- snapshot
Copy NumberRetention Period - 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.
- snapshot
Identifier String - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- List<Property Map>
- The list of tags for the cluster parameter group.
- vpc
Security List<String>Group Ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
AwsRedshiftClusterPropertiesResponse, AwsRedshiftClusterPropertiesResponseArgs
- Allow
Version boolUpgrade - 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 stringStatus - 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 intRetention Period - The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1
- Availability
Zone 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
- Availability
Zone boolRelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- Availability
Zone stringRelocation Status - The availability zone relocation status of the cluster
- Classic bool
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- Cluster
Identifier 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
Namespace stringArn - The Amazon Resource Name (ARN) of the cluster namespace.
- Cluster
Parameter stringGroup Name - The name of the parameter group to be associated with this cluster.
- Cluster
Security List<string>Groups - A list of security groups to be associated with this cluster.
- Cluster
Subnet stringGroup Name - The name of a cluster subnet group to be associated with this cluster.
- Cluster
Type 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
- Cluster
Version 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.
- Db
Name string - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- Defer
Maintenance bool - A boolean indicating whether to enable the deferred maintenance window.
- Defer
Maintenance intDuration - 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 stringEnd Time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- Defer
Maintenance stringIdentifier - A unique identifier for the deferred maintenance window.
- Defer
Maintenance stringStart Time - A timestamp indicating the start time for the deferred maintenance window.
- Destination
Region 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
- Elastic
Ip string - The Elastic IP (EIP) address for the cluster.
- Encrypted bool
- If true, the data in the cluster is encrypted at rest.
- Endpoint
Pulumi.
Azure Native. Aws Connector. Inputs. Redshift Cluster Endpoint Response - Property endpoint
- Enhanced
Vpc boolRouting - 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 stringCertificate Identifier - 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 stringIdentifier - 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 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
- Kms
Key stringId - 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 Pulumi.Azure Native. Aws Connector. Inputs. Logging Properties Response - Property loggingProperties
- Maintenance
Track stringName - 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.
- Manage
Master boolPassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- Manual
Snapshot intRetention Period - 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.
- Master
Password stringSecret Arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- Master
Password stringSecret Kms Key Id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- Master
User stringPassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- Master
Username string - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- 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.
- Namespace
Resource objectPolicy - The namespace resource policy document that will be attached to a Redshift cluster.
- Node
Type 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
- Number
Of intNodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- Owner
Account string - Property ownerAccount
- 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 stringWindow - 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 string - The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs
- Revision
Target string - The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
- Rotate
Encryption boolKey - A boolean indicating if we want to rotate Encryption Keys.
- Snapshot
Cluster stringIdentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- Snapshot
Copy stringGrant Name - 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 boolManual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- Snapshot
Copy intRetention Period - 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.
- Snapshot
Identifier string - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag Response> - The list of tags for the cluster parameter group.
- Vpc
Security List<string>Group Ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
- Allow
Version boolUpgrade - 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 stringStatus - 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 intRetention Period - The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1
- Availability
Zone 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
- Availability
Zone boolRelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- Availability
Zone stringRelocation Status - The availability zone relocation status of the cluster
- Classic bool
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- Cluster
Identifier 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
Namespace stringArn - The Amazon Resource Name (ARN) of the cluster namespace.
- Cluster
Parameter stringGroup Name - The name of the parameter group to be associated with this cluster.
- Cluster
Security []stringGroups - A list of security groups to be associated with this cluster.
- Cluster
Subnet stringGroup Name - The name of a cluster subnet group to be associated with this cluster.
- Cluster
Type 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
- Cluster
Version 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.
- Db
Name string - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- Defer
Maintenance bool - A boolean indicating whether to enable the deferred maintenance window.
- Defer
Maintenance intDuration - 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 stringEnd Time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- Defer
Maintenance stringIdentifier - A unique identifier for the deferred maintenance window.
- Defer
Maintenance stringStart Time - A timestamp indicating the start time for the deferred maintenance window.
- Destination
Region 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
- Elastic
Ip string - The Elastic IP (EIP) address for the cluster.
- Encrypted bool
- If true, the data in the cluster is encrypted at rest.
- Endpoint
Redshift
Cluster Endpoint Response - Property endpoint
- Enhanced
Vpc boolRouting - 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 stringCertificate Identifier - 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 stringIdentifier - 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 []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
- Kms
Key stringId - 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 LoggingProperties Response - Property loggingProperties
- Maintenance
Track stringName - 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.
- Manage
Master boolPassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- Manual
Snapshot intRetention Period - 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.
- Master
Password stringSecret Arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- Master
Password stringSecret Kms Key Id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- Master
User stringPassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- Master
Username string - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- 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.
- Namespace
Resource interface{}Policy - The namespace resource policy document that will be attached to a Redshift cluster.
- Node
Type 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
- Number
Of intNodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- Owner
Account string - Property ownerAccount
- 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 stringWindow - 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 string - The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs
- Revision
Target string - The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
- Rotate
Encryption boolKey - A boolean indicating if we want to rotate Encryption Keys.
- Snapshot
Cluster stringIdentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- Snapshot
Copy stringGrant Name - 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 boolManual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- Snapshot
Copy intRetention Period - 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.
- Snapshot
Identifier string - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- []Tag
Response - The list of tags for the cluster parameter group.
- Vpc
Security []stringGroup Ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
- allow
Version BooleanUpgrade - 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 StringStatus - 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 IntegerRetention Period - The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1
- availability
Zone 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
- availability
Zone BooleanRelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- availability
Zone StringRelocation Status - The availability zone relocation status of the cluster
- classic Boolean
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- cluster
Identifier 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
Namespace StringArn - The Amazon Resource Name (ARN) of the cluster namespace.
- cluster
Parameter StringGroup Name - The name of the parameter group to be associated with this cluster.
- cluster
Security List<String>Groups - A list of security groups to be associated with this cluster.
- cluster
Subnet StringGroup Name - The name of a cluster subnet group to be associated with this cluster.
- cluster
Type 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
- cluster
Version 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.
- db
Name String - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- defer
Maintenance Boolean - A boolean indicating whether to enable the deferred maintenance window.
- defer
Maintenance IntegerDuration - 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 StringEnd Time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- defer
Maintenance StringIdentifier - A unique identifier for the deferred maintenance window.
- defer
Maintenance StringStart Time - A timestamp indicating the start time for the deferred maintenance window.
- destination
Region 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
- elastic
Ip String - The Elastic IP (EIP) address for the cluster.
- encrypted Boolean
- If true, the data in the cluster is encrypted at rest.
- endpoint
Redshift
Cluster Endpoint Response - Property endpoint
- enhanced
Vpc BooleanRouting - 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 StringCertificate Identifier - 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 StringIdentifier - 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 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
- kms
Key StringId - 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 LoggingProperties Response - Property loggingProperties
- maintenance
Track StringName - 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.
- manage
Master BooleanPassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- manual
Snapshot IntegerRetention Period - 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.
- master
Password StringSecret Arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- master
Password StringSecret Kms Key Id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- master
User StringPassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- master
Username String - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- multi
AZ 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.
- namespace
Resource ObjectPolicy - The namespace resource policy document that will be attached to a Redshift cluster.
- node
Type 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
- number
Of IntegerNodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- owner
Account String - Property ownerAccount
- port Integer
- The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings
- preferred
Maintenance StringWindow - The weekly time range (in UTC) during which automated cluster maintenance can occur.
- publicly
Accessible Boolean - If true, the cluster can be accessed from a public network.
- resource
Action String - The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs
- revision
Target String - The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
- rotate
Encryption BooleanKey - A boolean indicating if we want to rotate Encryption Keys.
- snapshot
Cluster StringIdentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- snapshot
Copy StringGrant Name - 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 BooleanManual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- snapshot
Copy IntegerRetention Period - 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.
- snapshot
Identifier String - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- List<Tag
Response> - The list of tags for the cluster parameter group.
- vpc
Security List<String>Group Ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
- allow
Version booleanUpgrade - 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 stringStatus - 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 numberRetention Period - The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1
- availability
Zone 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
- availability
Zone booleanRelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- availability
Zone stringRelocation Status - The availability zone relocation status of the cluster
- classic boolean
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- cluster
Identifier 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
Namespace stringArn - The Amazon Resource Name (ARN) of the cluster namespace.
- cluster
Parameter stringGroup Name - The name of the parameter group to be associated with this cluster.
- cluster
Security string[]Groups - A list of security groups to be associated with this cluster.
- cluster
Subnet stringGroup Name - The name of a cluster subnet group to be associated with this cluster.
- cluster
Type 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
- cluster
Version 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.
- db
Name string - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- defer
Maintenance boolean - A boolean indicating whether to enable the deferred maintenance window.
- defer
Maintenance numberDuration - 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 stringEnd Time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- defer
Maintenance stringIdentifier - A unique identifier for the deferred maintenance window.
- defer
Maintenance stringStart Time - A timestamp indicating the start time for the deferred maintenance window.
- destination
Region 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
- elastic
Ip string - The Elastic IP (EIP) address for the cluster.
- encrypted boolean
- If true, the data in the cluster is encrypted at rest.
- endpoint
Redshift
Cluster Endpoint Response - Property endpoint
- enhanced
Vpc booleanRouting - 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 stringCertificate Identifier - 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 stringIdentifier - 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 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
- kms
Key stringId - 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 LoggingProperties Response - Property loggingProperties
- maintenance
Track stringName - 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.
- manage
Master booleanPassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- manual
Snapshot numberRetention Period - 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.
- master
Password stringSecret Arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- master
Password stringSecret Kms Key Id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- master
User stringPassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- master
Username string - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- multi
AZ 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.
- namespace
Resource anyPolicy - The namespace resource policy document that will be attached to a Redshift cluster.
- node
Type 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
- number
Of numberNodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- owner
Account string - Property ownerAccount
- port number
- The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings
- preferred
Maintenance stringWindow - The weekly time range (in UTC) during which automated cluster maintenance can occur.
- publicly
Accessible boolean - If true, the cluster can be accessed from a public network.
- resource
Action string - The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs
- revision
Target string - The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
- rotate
Encryption booleanKey - A boolean indicating if we want to rotate Encryption Keys.
- snapshot
Cluster stringIdentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- snapshot
Copy stringGrant Name - 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 booleanManual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- snapshot
Copy numberRetention Period - 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.
- snapshot
Identifier string - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- Tag
Response[] - The list of tags for the cluster parameter group.
- vpc
Security string[]Group Ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
- allow_
version_ boolupgrade - 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_ strstatus - 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_ intretention_ period - 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_ boolrelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- availability_
zone_ strrelocation_ status - The availability zone relocation status of the cluster
- classic bool
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- 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
- cluster_
namespace_ strarn - The Amazon Resource Name (ARN) of the cluster namespace.
- cluster_
parameter_ strgroup_ name - The name of the parameter group to be associated with this cluster.
- cluster_
security_ Sequence[str]groups - A list of security groups to be associated with this cluster.
- cluster_
subnet_ strgroup_ name - The name of a cluster subnet group 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.
- db_
name str - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- defer_
maintenance bool - A boolean indicating whether to enable the deferred maintenance window.
- defer_
maintenance_ intduration - 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_ strend_ time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- defer_
maintenance_ stridentifier - A unique identifier for the deferred maintenance window.
- defer_
maintenance_ strstart_ time - 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
Redshift
Cluster Endpoint Response - Property endpoint
- enhanced_
vpc_ boolrouting - 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_ strcertificate_ identifier - 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_ stridentifier - 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
- kms_
key_ strid - 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 LoggingProperties Response - Property loggingProperties
- maintenance_
track_ strname - 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.
- manage_
master_ boolpassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- manual_
snapshot_ intretention_ period - 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.
- master_
password_ strsecret_ arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- master_
password_ strsecret_ kms_ key_ id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- master_
user_ strpassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- master_
username str - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- 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.
- namespace_
resource_ Anypolicy - The namespace resource policy document that will be attached to a Redshift cluster.
- 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_ intnodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- owner_
account str - Property ownerAccount
- 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_ strwindow - 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_ boolkey - A boolean indicating if we want to rotate Encryption Keys.
- snapshot_
cluster_ stridentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- snapshot_
copy_ strgrant_ name - 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_ boolmanual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- snapshot_
copy_ intretention_ period - 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.
- snapshot_
identifier str - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- Sequence[Tag
Response] - The list of tags for the cluster parameter group.
- vpc_
security_ Sequence[str]group_ ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
- allow
Version BooleanUpgrade - 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 StringStatus - 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 NumberRetention Period - The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1
- availability
Zone 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
- availability
Zone BooleanRelocation - The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete.
- availability
Zone StringRelocation Status - The availability zone relocation status of the cluster
- classic Boolean
- A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false , the resize type is elastic.
- cluster
Identifier 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
Namespace StringArn - The Amazon Resource Name (ARN) of the cluster namespace.
- cluster
Parameter StringGroup Name - The name of the parameter group to be associated with this cluster.
- cluster
Security List<String>Groups - A list of security groups to be associated with this cluster.
- cluster
Subnet StringGroup Name - The name of a cluster subnet group to be associated with this cluster.
- cluster
Type 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
- cluster
Version 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.
- db
Name String - The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database.
- defer
Maintenance Boolean - A boolean indicating whether to enable the deferred maintenance window.
- defer
Maintenance NumberDuration - 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 StringEnd Time - A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
- defer
Maintenance StringIdentifier - A unique identifier for the deferred maintenance window.
- defer
Maintenance StringStart Time - A timestamp indicating the start time for the deferred maintenance window.
- destination
Region 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
- elastic
Ip 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
- Property endpoint
- enhanced
Vpc BooleanRouting - 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 StringCertificate Identifier - 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 StringIdentifier - 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 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
- kms
Key StringId - 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 Property Map - Property loggingProperties
- maintenance
Track StringName - 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.
- manage
Master BooleanPassword - A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
- manual
Snapshot NumberRetention Period - 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.
- master
Password StringSecret Arn - The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
- master
Password StringSecret Kms Key Id - The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret.
- master
User StringPassword - The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character.
- master
Username String - The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter.
- multi
AZ 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.
- namespace
Resource AnyPolicy - The namespace resource policy document that will be attached to a Redshift cluster.
- node
Type 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
- number
Of NumberNodes - The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node.
- owner
Account String - Property ownerAccount
- port Number
- The port number on which the cluster accepts incoming connections. The cluster is accessible only via the JDBC and ODBC connection strings
- preferred
Maintenance StringWindow - The weekly time range (in UTC) during which automated cluster maintenance can occur.
- publicly
Accessible Boolean - If true, the cluster can be accessed from a public network.
- resource
Action String - The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs
- revision
Target String - The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
- rotate
Encryption BooleanKey - A boolean indicating if we want to rotate Encryption Keys.
- snapshot
Cluster StringIdentifier - The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
- snapshot
Copy StringGrant Name - 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 BooleanManual - Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
- snapshot
Copy NumberRetention Period - 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.
- snapshot
Identifier String - The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
- List<Property Map>
- The list of tags for the cluster parameter group.
- vpc
Security List<String>Group Ids - A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
LoggingProperties, LoggingPropertiesArgs
- Bucket
Name string - Property bucketName
- S3Key
Prefix string - Property s3KeyPrefix
- Bucket
Name string - Property bucketName
- S3Key
Prefix string - Property s3KeyPrefix
- bucket
Name String - Property bucketName
- s3Key
Prefix String - Property s3KeyPrefix
- bucket
Name string - Property bucketName
- s3Key
Prefix string - Property s3KeyPrefix
- bucket_
name str - Property bucketName
- s3_
key_ strprefix - Property s3KeyPrefix
- bucket
Name String - Property bucketName
- s3Key
Prefix String - Property s3KeyPrefix
LoggingPropertiesResponse, LoggingPropertiesResponseArgs
- Bucket
Name string - Property bucketName
- S3Key
Prefix string - Property s3KeyPrefix
- Bucket
Name string - Property bucketName
- S3Key
Prefix string - Property s3KeyPrefix
- bucket
Name String - Property bucketName
- s3Key
Prefix String - Property s3KeyPrefix
- bucket
Name string - Property bucketName
- s3Key
Prefix string - Property s3KeyPrefix
- bucket_
name str - Property bucketName
- s3_
key_ strprefix - Property s3KeyPrefix
- bucket
Name String - Property bucketName
- s3Key
Prefix String - Property s3KeyPrefix
RedshiftClusterEndpoint, RedshiftClusterEndpointArgs
RedshiftClusterEndpointResponse, RedshiftClusterEndpointResponseArgs
RedshiftClusterProperties, RedshiftClusterPropertiesArgs
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Redshift Cluster Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsRedshift Cluster Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsRedshift Cluster Properties - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsRedshift Cluster Properties - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsRedshift Cluster Properties - AWS Properties
- aws_
region str - AWS Region
- aws_
source_ strschema - AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_
cloud_ strconnectors_ resource_ id - Public Cloud Connectors Resource ID
- public_
cloud_ strresource_ name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
RedshiftClusterPropertiesResponse, RedshiftClusterPropertiesResponseArgs
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Redshift Cluster Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsRedshift Cluster Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsRedshift Cluster Properties Response - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- provisioning
State string - The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsRedshift Cluster Properties Response - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning_
state str - The status of the last operation.
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsRedshift Cluster Properties Response - AWS Properties
- aws_
region str - AWS Region
- aws_
source_ strschema - AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_
cloud_ strconnectors_ resource_ id - Public Cloud Connectors Resource ID
- public_
cloud_ strresource_ name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Tag, TagArgs
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 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 0 to 256 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 128 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 0 to 256 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 128 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 0 to 256 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 128 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 0 to 256 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 128 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 0 to 256 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 128 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 0 to 256 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 -.
TagResponse, TagResponseArgs
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 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 0 to 256 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 128 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 0 to 256 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 128 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 0 to 256 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 128 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 0 to 256 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 128 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 0 to 256 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 128 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 0 to 256 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 -.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:awsconnector:RedshiftCluster sjjujbtiyilr /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/redshiftClusters/{name}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0