azure-native.awsconnector.RdsDbCluster
Explore with Pulumi AI
A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.
Example Usage
RdsDbClusters_CreateOrReplace
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var rdsDbCluster = new AzureNative.AwsConnector.RdsDbCluster("rdsDbCluster", new()
    {
        Location = "di",
        Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        Properties = new AzureNative.AwsConnector.Inputs.RdsDBClusterPropertiesArgs
        {
            Arn = "lllohvlgyg",
            AwsAccountId = "rpxoebfhnpwagqqgk",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsRdsDBClusterPropertiesArgs
            {
                AllocatedStorage = 12,
                AssociatedRoles = new[]
                {
                    new AzureNative.AwsConnector.Inputs.DBClusterRoleArgs
                    {
                        FeatureName = "yupxlegnstbpoght",
                        RoleArn = "pcilcosyud",
                    },
                },
                AutoMinorVersionUpgrade = true,
                AvailabilityZones = new[]
                {
                    "xbabqekpowoz",
                },
                BacktrackWindow = 18,
                BackupRetentionPeriod = 11,
                CopyTagsToSnapshot = true,
                DatabaseName = "ttn",
                DbClusterArn = "zdohcaiqsymzj",
                DbClusterIdentifier = "euvcyppvvutbntragfptjnmzhg",
                DbClusterInstanceClass = "suufjmxymxlrberbqtknmsvzrsajw",
                DbClusterParameterGroupName = "sokiordelmtviobobxrdsw",
                DbClusterResourceId = "vnwlcfxokdrjitagoefxrsf",
                DbInstanceParameterGroupName = "cwhdxixjtyfziflvod",
                DbSubnetGroupName = "ajeipefwih",
                DbSystemId = "exockxknyjqihmhxjuin",
                DeletionProtection = true,
                Domain = "qzpcprovksxsiuithxqu",
                DomainIAMRoleName = "psubmwhsowirjcnv",
                EnableCloudwatchLogsExports = new[]
                {
                    "lytydxlnpduhnvmifkneiu",
                },
                EnableGlobalWriteForwarding = true,
                EnableHttpEndpoint = true,
                EnableIAMDatabaseAuthentication = true,
                Endpoint = new AzureNative.AwsConnector.Inputs.RdsDbClusterEndpointArgs
                {
                    Address = "pwliordavkhwfklfzwxic",
                    Port = "nagvki",
                },
                Engine = "cehuc",
                EngineMode = "iokki",
                EngineVersion = "ziindzjpzdrbcmtougdffweh",
                GlobalClusterIdentifier = "jqoiwozrdbnumywlieglbpzzx",
                Iops = 26,
                KmsKeyId = "vqllbldbdhvsyon",
                ManageMasterUserPassword = true,
                MasterUserPassword = "qscygehnqvqzynuuqqbehubstti",
                MasterUserSecret = new AzureNative.AwsConnector.Inputs.MasterUserSecretArgs
                {
                    KmsKeyId = "vsghhhqurh",
                    SecretArn = "ibmtek",
                },
                MasterUsername = "lusozmpnihhahsioubedg",
                MonitoringInterval = 17,
                MonitoringRoleArn = "pqckluqmxqazvvi",
                NetworkType = "mnsuyqfkeqg",
                PerformanceInsightsEnabled = true,
                PerformanceInsightsKmsKeyId = "qr",
                PerformanceInsightsRetentionPeriod = 2,
                Port = 23,
                PreferredBackupWindow = "shjtwjtugyols",
                PreferredMaintenanceWindow = "fuuieyvfhfcanzgutwcdbtbenk",
                PubliclyAccessible = true,
                ReadEndpoint = new AzureNative.AwsConnector.Inputs.ReadEndpointArgs
                {
                    Address = "ca",
                },
                ReplicationSourceIdentifier = "sdohltrpdqsszpptdh",
                RestoreToTime = "srbuhavl",
                RestoreType = "tnsdjgvzcnnsjxw",
                ScalingConfiguration = new AzureNative.AwsConnector.Inputs.ScalingConfigurationArgs
                {
                    AutoPause = true,
                    MaxCapacity = 3,
                    MinCapacity = 5,
                    SecondsBeforeTimeout = 28,
                    SecondsUntilAutoPause = 25,
                    TimeoutAction = "cqgyqshpkcyblfsqmujyxpfiyv",
                },
                ServerlessV2ScalingConfiguration = new AzureNative.AwsConnector.Inputs.ServerlessV2ScalingConfigurationArgs
                {
                    MaxCapacity = 23,
                    MinCapacity = 16,
                },
                SnapshotIdentifier = "vqowgxcqbclzjexvyigvdzlpcdluvv",
                SourceDBClusterIdentifier = "jtvnbddzyqf",
                SourceRegion = "vrzpezvwoszraxdi",
                StorageEncrypted = true,
                StorageThroughput = 6,
                StorageType = "iiwkeunemifyewevpcvcrbs",
                Tags = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TagArgs
                    {
                        Key = "lsvdhwafvfrtobfvrwigfodughve",
                        Value = "szbfittyghldzvnflsglc",
                    },
                },
                UseLatestRestorableTime = true,
                VpcSecurityGroupIds = new[]
                {
                    "jdkxpjhsibvgvorizsuzta",
                },
            },
            AwsRegion = "fulsvqpnagyrsirhnuxdsppl",
            AwsSourceSchema = "wrucexqlrnssoxvtczytcslheth",
            AwsTags = 
            {
                { "key4409", "weab" },
            },
            PublicCloudConnectorsResourceId = "pexhjqkygfiozfsvo",
            PublicCloudResourceName = "quyqfarecht",
        },
        ResourceGroupName = "rgrdsDBCluster",
        Tags = 
        {
            { "key1769", "winoruhwyphtmoskehihj" },
        },
    });
});
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.NewRdsDbCluster(ctx, "rdsDbCluster", &awsconnector.RdsDbClusterArgs{
			Location: pulumi.String("di"),
			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
			Properties: &awsconnector.RdsDBClusterPropertiesArgs{
				Arn:          pulumi.String("lllohvlgyg"),
				AwsAccountId: pulumi.String("rpxoebfhnpwagqqgk"),
				AwsProperties: &awsconnector.AwsRdsDBClusterPropertiesArgs{
					AllocatedStorage: pulumi.Int(12),
					AssociatedRoles: awsconnector.DBClusterRoleArray{
						&awsconnector.DBClusterRoleArgs{
							FeatureName: pulumi.String("yupxlegnstbpoght"),
							RoleArn:     pulumi.String("pcilcosyud"),
						},
					},
					AutoMinorVersionUpgrade: pulumi.Bool(true),
					AvailabilityZones: pulumi.StringArray{
						pulumi.String("xbabqekpowoz"),
					},
					BacktrackWindow:              pulumi.Int(18),
					BackupRetentionPeriod:        pulumi.Int(11),
					CopyTagsToSnapshot:           pulumi.Bool(true),
					DatabaseName:                 pulumi.String("ttn"),
					DbClusterArn:                 pulumi.String("zdohcaiqsymzj"),
					DbClusterIdentifier:          pulumi.String("euvcyppvvutbntragfptjnmzhg"),
					DbClusterInstanceClass:       pulumi.String("suufjmxymxlrberbqtknmsvzrsajw"),
					DbClusterParameterGroupName:  pulumi.String("sokiordelmtviobobxrdsw"),
					DbClusterResourceId:          pulumi.String("vnwlcfxokdrjitagoefxrsf"),
					DbInstanceParameterGroupName: pulumi.String("cwhdxixjtyfziflvod"),
					DbSubnetGroupName:            pulumi.String("ajeipefwih"),
					DbSystemId:                   pulumi.String("exockxknyjqihmhxjuin"),
					DeletionProtection:           pulumi.Bool(true),
					Domain:                       pulumi.String("qzpcprovksxsiuithxqu"),
					DomainIAMRoleName:            pulumi.String("psubmwhsowirjcnv"),
					EnableCloudwatchLogsExports: pulumi.StringArray{
						pulumi.String("lytydxlnpduhnvmifkneiu"),
					},
					EnableGlobalWriteForwarding:     pulumi.Bool(true),
					EnableHttpEndpoint:              pulumi.Bool(true),
					EnableIAMDatabaseAuthentication: pulumi.Bool(true),
					Endpoint: &awsconnector.RdsDbClusterEndpointArgs{
						Address: pulumi.String("pwliordavkhwfklfzwxic"),
						Port:    pulumi.String("nagvki"),
					},
					Engine:                   pulumi.String("cehuc"),
					EngineMode:               pulumi.String("iokki"),
					EngineVersion:            pulumi.String("ziindzjpzdrbcmtougdffweh"),
					GlobalClusterIdentifier:  pulumi.String("jqoiwozrdbnumywlieglbpzzx"),
					Iops:                     pulumi.Int(26),
					KmsKeyId:                 pulumi.String("vqllbldbdhvsyon"),
					ManageMasterUserPassword: pulumi.Bool(true),
					MasterUserPassword:       pulumi.String("qscygehnqvqzynuuqqbehubstti"),
					MasterUserSecret: &awsconnector.MasterUserSecretArgs{
						KmsKeyId:  pulumi.String("vsghhhqurh"),
						SecretArn: pulumi.String("ibmtek"),
					},
					MasterUsername:                     pulumi.String("lusozmpnihhahsioubedg"),
					MonitoringInterval:                 pulumi.Int(17),
					MonitoringRoleArn:                  pulumi.String("pqckluqmxqazvvi"),
					NetworkType:                        pulumi.String("mnsuyqfkeqg"),
					PerformanceInsightsEnabled:         pulumi.Bool(true),
					PerformanceInsightsKmsKeyId:        pulumi.String("qr"),
					PerformanceInsightsRetentionPeriod: pulumi.Int(2),
					Port:                               pulumi.Int(23),
					PreferredBackupWindow:              pulumi.String("shjtwjtugyols"),
					PreferredMaintenanceWindow:         pulumi.String("fuuieyvfhfcanzgutwcdbtbenk"),
					PubliclyAccessible:                 pulumi.Bool(true),
					ReadEndpoint: &awsconnector.ReadEndpointArgs{
						Address: pulumi.String("ca"),
					},
					ReplicationSourceIdentifier: pulumi.String("sdohltrpdqsszpptdh"),
					RestoreToTime:               pulumi.String("srbuhavl"),
					RestoreType:                 pulumi.String("tnsdjgvzcnnsjxw"),
					ScalingConfiguration: &awsconnector.ScalingConfigurationArgs{
						AutoPause:             pulumi.Bool(true),
						MaxCapacity:           pulumi.Int(3),
						MinCapacity:           pulumi.Int(5),
						SecondsBeforeTimeout:  pulumi.Int(28),
						SecondsUntilAutoPause: pulumi.Int(25),
						TimeoutAction:         pulumi.String("cqgyqshpkcyblfsqmujyxpfiyv"),
					},
					ServerlessV2ScalingConfiguration: &awsconnector.ServerlessV2ScalingConfigurationArgs{
						MaxCapacity: pulumi.Float64(23),
						MinCapacity: pulumi.Float64(16),
					},
					SnapshotIdentifier:        pulumi.String("vqowgxcqbclzjexvyigvdzlpcdluvv"),
					SourceDBClusterIdentifier: pulumi.String("jtvnbddzyqf"),
					SourceRegion:              pulumi.String("vrzpezvwoszraxdi"),
					StorageEncrypted:          pulumi.Bool(true),
					StorageThroughput:         pulumi.Int(6),
					StorageType:               pulumi.String("iiwkeunemifyewevpcvcrbs"),
					Tags: awsconnector.TagArray{
						&awsconnector.TagArgs{
							Key:   pulumi.String("lsvdhwafvfrtobfvrwigfodughve"),
							Value: pulumi.String("szbfittyghldzvnflsglc"),
						},
					},
					UseLatestRestorableTime: pulumi.Bool(true),
					VpcSecurityGroupIds: pulumi.StringArray{
						pulumi.String("jdkxpjhsibvgvorizsuzta"),
					},
				},
				AwsRegion:       pulumi.String("fulsvqpnagyrsirhnuxdsppl"),
				AwsSourceSchema: pulumi.String("wrucexqlrnssoxvtczytcslheth"),
				AwsTags: pulumi.StringMap{
					"key4409": pulumi.String("weab"),
				},
				PublicCloudConnectorsResourceId: pulumi.String("pexhjqkygfiozfsvo"),
				PublicCloudResourceName:         pulumi.String("quyqfarecht"),
			},
			ResourceGroupName: pulumi.String("rgrdsDBCluster"),
			Tags: pulumi.StringMap{
				"key1769": pulumi.String("winoruhwyphtmoskehihj"),
			},
		})
		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.RdsDbCluster;
import com.pulumi.azurenative.awsconnector.RdsDbClusterArgs;
import com.pulumi.azurenative.awsconnector.inputs.RdsDBClusterPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsRdsDBClusterPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.RdsDbClusterEndpointArgs;
import com.pulumi.azurenative.awsconnector.inputs.MasterUserSecretArgs;
import com.pulumi.azurenative.awsconnector.inputs.ReadEndpointArgs;
import com.pulumi.azurenative.awsconnector.inputs.ScalingConfigurationArgs;
import com.pulumi.azurenative.awsconnector.inputs.ServerlessV2ScalingConfigurationArgs;
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 rdsDbCluster = new RdsDbCluster("rdsDbCluster", RdsDbClusterArgs.builder()
            .location("di")
            .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
            .properties(RdsDBClusterPropertiesArgs.builder()
                .arn("lllohvlgyg")
                .awsAccountId("rpxoebfhnpwagqqgk")
                .awsProperties(AwsRdsDBClusterPropertiesArgs.builder()
                    .allocatedStorage(12)
                    .associatedRoles(DBClusterRoleArgs.builder()
                        .featureName("yupxlegnstbpoght")
                        .roleArn("pcilcosyud")
                        .build())
                    .autoMinorVersionUpgrade(true)
                    .availabilityZones("xbabqekpowoz")
                    .backtrackWindow(18)
                    .backupRetentionPeriod(11)
                    .copyTagsToSnapshot(true)
                    .databaseName("ttn")
                    .dbClusterArn("zdohcaiqsymzj")
                    .dbClusterIdentifier("euvcyppvvutbntragfptjnmzhg")
                    .dbClusterInstanceClass("suufjmxymxlrberbqtknmsvzrsajw")
                    .dbClusterParameterGroupName("sokiordelmtviobobxrdsw")
                    .dbClusterResourceId("vnwlcfxokdrjitagoefxrsf")
                    .dbInstanceParameterGroupName("cwhdxixjtyfziflvod")
                    .dbSubnetGroupName("ajeipefwih")
                    .dbSystemId("exockxknyjqihmhxjuin")
                    .deletionProtection(true)
                    .domain("qzpcprovksxsiuithxqu")
                    .domainIAMRoleName("psubmwhsowirjcnv")
                    .enableCloudwatchLogsExports("lytydxlnpduhnvmifkneiu")
                    .enableGlobalWriteForwarding(true)
                    .enableHttpEndpoint(true)
                    .enableIAMDatabaseAuthentication(true)
                    .endpoint(RdsDbClusterEndpointArgs.builder()
                        .address("pwliordavkhwfklfzwxic")
                        .port("nagvki")
                        .build())
                    .engine("cehuc")
                    .engineMode("iokki")
                    .engineVersion("ziindzjpzdrbcmtougdffweh")
                    .globalClusterIdentifier("jqoiwozrdbnumywlieglbpzzx")
                    .iops(26)
                    .kmsKeyId("vqllbldbdhvsyon")
                    .manageMasterUserPassword(true)
                    .masterUserPassword("qscygehnqvqzynuuqqbehubstti")
                    .masterUserSecret(MasterUserSecretArgs.builder()
                        .kmsKeyId("vsghhhqurh")
                        .secretArn("ibmtek")
                        .build())
                    .masterUsername("lusozmpnihhahsioubedg")
                    .monitoringInterval(17)
                    .monitoringRoleArn("pqckluqmxqazvvi")
                    .networkType("mnsuyqfkeqg")
                    .performanceInsightsEnabled(true)
                    .performanceInsightsKmsKeyId("qr")
                    .performanceInsightsRetentionPeriod(2)
                    .port(23)
                    .preferredBackupWindow("shjtwjtugyols")
                    .preferredMaintenanceWindow("fuuieyvfhfcanzgutwcdbtbenk")
                    .publiclyAccessible(true)
                    .readEndpoint(ReadEndpointArgs.builder()
                        .address("ca")
                        .build())
                    .replicationSourceIdentifier("sdohltrpdqsszpptdh")
                    .restoreToTime("srbuhavl")
                    .restoreType("tnsdjgvzcnnsjxw")
                    .scalingConfiguration(ScalingConfigurationArgs.builder()
                        .autoPause(true)
                        .maxCapacity(3)
                        .minCapacity(5)
                        .secondsBeforeTimeout(28)
                        .secondsUntilAutoPause(25)
                        .timeoutAction("cqgyqshpkcyblfsqmujyxpfiyv")
                        .build())
                    .serverlessV2ScalingConfiguration(ServerlessV2ScalingConfigurationArgs.builder()
                        .maxCapacity(23)
                        .minCapacity(16)
                        .build())
                    .snapshotIdentifier("vqowgxcqbclzjexvyigvdzlpcdluvv")
                    .sourceDBClusterIdentifier("jtvnbddzyqf")
                    .sourceRegion("vrzpezvwoszraxdi")
                    .storageEncrypted(true)
                    .storageThroughput(6)
                    .storageType("iiwkeunemifyewevpcvcrbs")
                    .tags(TagArgs.builder()
                        .key("lsvdhwafvfrtobfvrwigfodughve")
                        .value("szbfittyghldzvnflsglc")
                        .build())
                    .useLatestRestorableTime(true)
                    .vpcSecurityGroupIds("jdkxpjhsibvgvorizsuzta")
                    .build())
                .awsRegion("fulsvqpnagyrsirhnuxdsppl")
                .awsSourceSchema("wrucexqlrnssoxvtczytcslheth")
                .awsTags(Map.of("key4409", "weab"))
                .publicCloudConnectorsResourceId("pexhjqkygfiozfsvo")
                .publicCloudResourceName("quyqfarecht")
                .build())
            .resourceGroupName("rgrdsDBCluster")
            .tags(Map.of("key1769", "winoruhwyphtmoskehihj"))
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const rdsDbCluster = new azure_native.awsconnector.RdsDbCluster("rdsDbCluster", {
    location: "di",
    name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties: {
        arn: "lllohvlgyg",
        awsAccountId: "rpxoebfhnpwagqqgk",
        awsProperties: {
            allocatedStorage: 12,
            associatedRoles: [{
                featureName: "yupxlegnstbpoght",
                roleArn: "pcilcosyud",
            }],
            autoMinorVersionUpgrade: true,
            availabilityZones: ["xbabqekpowoz"],
            backtrackWindow: 18,
            backupRetentionPeriod: 11,
            copyTagsToSnapshot: true,
            databaseName: "ttn",
            dbClusterArn: "zdohcaiqsymzj",
            dbClusterIdentifier: "euvcyppvvutbntragfptjnmzhg",
            dbClusterInstanceClass: "suufjmxymxlrberbqtknmsvzrsajw",
            dbClusterParameterGroupName: "sokiordelmtviobobxrdsw",
            dbClusterResourceId: "vnwlcfxokdrjitagoefxrsf",
            dbInstanceParameterGroupName: "cwhdxixjtyfziflvod",
            dbSubnetGroupName: "ajeipefwih",
            dbSystemId: "exockxknyjqihmhxjuin",
            deletionProtection: true,
            domain: "qzpcprovksxsiuithxqu",
            domainIAMRoleName: "psubmwhsowirjcnv",
            enableCloudwatchLogsExports: ["lytydxlnpduhnvmifkneiu"],
            enableGlobalWriteForwarding: true,
            enableHttpEndpoint: true,
            enableIAMDatabaseAuthentication: true,
            endpoint: {
                address: "pwliordavkhwfklfzwxic",
                port: "nagvki",
            },
            engine: "cehuc",
            engineMode: "iokki",
            engineVersion: "ziindzjpzdrbcmtougdffweh",
            globalClusterIdentifier: "jqoiwozrdbnumywlieglbpzzx",
            iops: 26,
            kmsKeyId: "vqllbldbdhvsyon",
            manageMasterUserPassword: true,
            masterUserPassword: "qscygehnqvqzynuuqqbehubstti",
            masterUserSecret: {
                kmsKeyId: "vsghhhqurh",
                secretArn: "ibmtek",
            },
            masterUsername: "lusozmpnihhahsioubedg",
            monitoringInterval: 17,
            monitoringRoleArn: "pqckluqmxqazvvi",
            networkType: "mnsuyqfkeqg",
            performanceInsightsEnabled: true,
            performanceInsightsKmsKeyId: "qr",
            performanceInsightsRetentionPeriod: 2,
            port: 23,
            preferredBackupWindow: "shjtwjtugyols",
            preferredMaintenanceWindow: "fuuieyvfhfcanzgutwcdbtbenk",
            publiclyAccessible: true,
            readEndpoint: {
                address: "ca",
            },
            replicationSourceIdentifier: "sdohltrpdqsszpptdh",
            restoreToTime: "srbuhavl",
            restoreType: "tnsdjgvzcnnsjxw",
            scalingConfiguration: {
                autoPause: true,
                maxCapacity: 3,
                minCapacity: 5,
                secondsBeforeTimeout: 28,
                secondsUntilAutoPause: 25,
                timeoutAction: "cqgyqshpkcyblfsqmujyxpfiyv",
            },
            serverlessV2ScalingConfiguration: {
                maxCapacity: 23,
                minCapacity: 16,
            },
            snapshotIdentifier: "vqowgxcqbclzjexvyigvdzlpcdluvv",
            sourceDBClusterIdentifier: "jtvnbddzyqf",
            sourceRegion: "vrzpezvwoszraxdi",
            storageEncrypted: true,
            storageThroughput: 6,
            storageType: "iiwkeunemifyewevpcvcrbs",
            tags: [{
                key: "lsvdhwafvfrtobfvrwigfodughve",
                value: "szbfittyghldzvnflsglc",
            }],
            useLatestRestorableTime: true,
            vpcSecurityGroupIds: ["jdkxpjhsibvgvorizsuzta"],
        },
        awsRegion: "fulsvqpnagyrsirhnuxdsppl",
        awsSourceSchema: "wrucexqlrnssoxvtczytcslheth",
        awsTags: {
            key4409: "weab",
        },
        publicCloudConnectorsResourceId: "pexhjqkygfiozfsvo",
        publicCloudResourceName: "quyqfarecht",
    },
    resourceGroupName: "rgrdsDBCluster",
    tags: {
        key1769: "winoruhwyphtmoskehihj",
    },
});
import pulumi
import pulumi_azure_native as azure_native
rds_db_cluster = azure_native.awsconnector.RdsDbCluster("rdsDbCluster",
    location="di",
    name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties={
        "arn": "lllohvlgyg",
        "aws_account_id": "rpxoebfhnpwagqqgk",
        "aws_properties": {
            "allocated_storage": 12,
            "associated_roles": [{
                "feature_name": "yupxlegnstbpoght",
                "role_arn": "pcilcosyud",
            }],
            "auto_minor_version_upgrade": True,
            "availability_zones": ["xbabqekpowoz"],
            "backtrack_window": 18,
            "backup_retention_period": 11,
            "copy_tags_to_snapshot": True,
            "database_name": "ttn",
            "db_cluster_arn": "zdohcaiqsymzj",
            "db_cluster_identifier": "euvcyppvvutbntragfptjnmzhg",
            "db_cluster_instance_class": "suufjmxymxlrberbqtknmsvzrsajw",
            "db_cluster_parameter_group_name": "sokiordelmtviobobxrdsw",
            "db_cluster_resource_id": "vnwlcfxokdrjitagoefxrsf",
            "db_instance_parameter_group_name": "cwhdxixjtyfziflvod",
            "db_subnet_group_name": "ajeipefwih",
            "db_system_id": "exockxknyjqihmhxjuin",
            "deletion_protection": True,
            "domain": "qzpcprovksxsiuithxqu",
            "domain_iam_role_name": "psubmwhsowirjcnv",
            "enable_cloudwatch_logs_exports": ["lytydxlnpduhnvmifkneiu"],
            "enable_global_write_forwarding": True,
            "enable_http_endpoint": True,
            "enable_iam_database_authentication": True,
            "endpoint": {
                "address": "pwliordavkhwfklfzwxic",
                "port": "nagvki",
            },
            "engine": "cehuc",
            "engine_mode": "iokki",
            "engine_version": "ziindzjpzdrbcmtougdffweh",
            "global_cluster_identifier": "jqoiwozrdbnumywlieglbpzzx",
            "iops": 26,
            "kms_key_id": "vqllbldbdhvsyon",
            "manage_master_user_password": True,
            "master_user_password": "qscygehnqvqzynuuqqbehubstti",
            "master_user_secret": {
                "kms_key_id": "vsghhhqurh",
                "secret_arn": "ibmtek",
            },
            "master_username": "lusozmpnihhahsioubedg",
            "monitoring_interval": 17,
            "monitoring_role_arn": "pqckluqmxqazvvi",
            "network_type": "mnsuyqfkeqg",
            "performance_insights_enabled": True,
            "performance_insights_kms_key_id": "qr",
            "performance_insights_retention_period": 2,
            "port": 23,
            "preferred_backup_window": "shjtwjtugyols",
            "preferred_maintenance_window": "fuuieyvfhfcanzgutwcdbtbenk",
            "publicly_accessible": True,
            "read_endpoint": {
                "address": "ca",
            },
            "replication_source_identifier": "sdohltrpdqsszpptdh",
            "restore_to_time": "srbuhavl",
            "restore_type": "tnsdjgvzcnnsjxw",
            "scaling_configuration": {
                "auto_pause": True,
                "max_capacity": 3,
                "min_capacity": 5,
                "seconds_before_timeout": 28,
                "seconds_until_auto_pause": 25,
                "timeout_action": "cqgyqshpkcyblfsqmujyxpfiyv",
            },
            "serverless_v2_scaling_configuration": {
                "max_capacity": 23,
                "min_capacity": 16,
            },
            "snapshot_identifier": "vqowgxcqbclzjexvyigvdzlpcdluvv",
            "source_db_cluster_identifier": "jtvnbddzyqf",
            "source_region": "vrzpezvwoszraxdi",
            "storage_encrypted": True,
            "storage_throughput": 6,
            "storage_type": "iiwkeunemifyewevpcvcrbs",
            "tags": [{
                "key": "lsvdhwafvfrtobfvrwigfodughve",
                "value": "szbfittyghldzvnflsglc",
            }],
            "use_latest_restorable_time": True,
            "vpc_security_group_ids": ["jdkxpjhsibvgvorizsuzta"],
        },
        "aws_region": "fulsvqpnagyrsirhnuxdsppl",
        "aws_source_schema": "wrucexqlrnssoxvtczytcslheth",
        "aws_tags": {
            "key4409": "weab",
        },
        "public_cloud_connectors_resource_id": "pexhjqkygfiozfsvo",
        "public_cloud_resource_name": "quyqfarecht",
    },
    resource_group_name="rgrdsDBCluster",
    tags={
        "key1769": "winoruhwyphtmoskehihj",
    })
resources:
  rdsDbCluster:
    type: azure-native:awsconnector:RdsDbCluster
    properties:
      location: di
      name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
      properties:
        arn: lllohvlgyg
        awsAccountId: rpxoebfhnpwagqqgk
        awsProperties:
          allocatedStorage: 12
          associatedRoles:
            - featureName: yupxlegnstbpoght
              roleArn: pcilcosyud
          autoMinorVersionUpgrade: true
          availabilityZones:
            - xbabqekpowoz
          backtrackWindow: 18
          backupRetentionPeriod: 11
          copyTagsToSnapshot: true
          databaseName: ttn
          dbClusterArn: zdohcaiqsymzj
          dbClusterIdentifier: euvcyppvvutbntragfptjnmzhg
          dbClusterInstanceClass: suufjmxymxlrberbqtknmsvzrsajw
          dbClusterParameterGroupName: sokiordelmtviobobxrdsw
          dbClusterResourceId: vnwlcfxokdrjitagoefxrsf
          dbInstanceParameterGroupName: cwhdxixjtyfziflvod
          dbSubnetGroupName: ajeipefwih
          dbSystemId: exockxknyjqihmhxjuin
          deletionProtection: true
          domain: qzpcprovksxsiuithxqu
          domainIAMRoleName: psubmwhsowirjcnv
          enableCloudwatchLogsExports:
            - lytydxlnpduhnvmifkneiu
          enableGlobalWriteForwarding: true
          enableHttpEndpoint: true
          enableIAMDatabaseAuthentication: true
          endpoint:
            address: pwliordavkhwfklfzwxic
            port: nagvki
          engine: cehuc
          engineMode: iokki
          engineVersion: ziindzjpzdrbcmtougdffweh
          globalClusterIdentifier: jqoiwozrdbnumywlieglbpzzx
          iops: 26
          kmsKeyId: vqllbldbdhvsyon
          manageMasterUserPassword: true
          masterUserPassword: qscygehnqvqzynuuqqbehubstti
          masterUserSecret:
            kmsKeyId: vsghhhqurh
            secretArn: ibmtek
          masterUsername: lusozmpnihhahsioubedg
          monitoringInterval: 17
          monitoringRoleArn: pqckluqmxqazvvi
          networkType: mnsuyqfkeqg
          performanceInsightsEnabled: true
          performanceInsightsKmsKeyId: qr
          performanceInsightsRetentionPeriod: 2
          port: 23
          preferredBackupWindow: shjtwjtugyols
          preferredMaintenanceWindow: fuuieyvfhfcanzgutwcdbtbenk
          publiclyAccessible: true
          readEndpoint:
            address: ca
          replicationSourceIdentifier: sdohltrpdqsszpptdh
          restoreToTime: srbuhavl
          restoreType: tnsdjgvzcnnsjxw
          scalingConfiguration:
            autoPause: true
            maxCapacity: 3
            minCapacity: 5
            secondsBeforeTimeout: 28
            secondsUntilAutoPause: 25
            timeoutAction: cqgyqshpkcyblfsqmujyxpfiyv
          serverlessV2ScalingConfiguration:
            maxCapacity: 23
            minCapacity: 16
          snapshotIdentifier: vqowgxcqbclzjexvyigvdzlpcdluvv
          sourceDBClusterIdentifier: jtvnbddzyqf
          sourceRegion: vrzpezvwoszraxdi
          storageEncrypted: true
          storageThroughput: 6
          storageType: iiwkeunemifyewevpcvcrbs
          tags:
            - key: lsvdhwafvfrtobfvrwigfodughve
              value: szbfittyghldzvnflsglc
          useLatestRestorableTime: true
          vpcSecurityGroupIds:
            - jdkxpjhsibvgvorizsuzta
        awsRegion: fulsvqpnagyrsirhnuxdsppl
        awsSourceSchema: wrucexqlrnssoxvtczytcslheth
        awsTags:
          key4409: weab
        publicCloudConnectorsResourceId: pexhjqkygfiozfsvo
        publicCloudResourceName: quyqfarecht
      resourceGroupName: rgrdsDBCluster
      tags:
        key1769: winoruhwyphtmoskehihj
Create RdsDbCluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RdsDbCluster(name: string, args: RdsDbClusterArgs, opts?: CustomResourceOptions);@overload
def RdsDbCluster(resource_name: str,
                 args: RdsDbClusterArgs,
                 opts: Optional[ResourceOptions] = None)
@overload
def RdsDbCluster(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 resource_group_name: Optional[str] = None,
                 location: Optional[str] = None,
                 name: Optional[str] = None,
                 properties: Optional[RdsDBClusterPropertiesArgs] = None,
                 tags: Optional[Mapping[str, str]] = None)func NewRdsDbCluster(ctx *Context, name string, args RdsDbClusterArgs, opts ...ResourceOption) (*RdsDbCluster, error)public RdsDbCluster(string name, RdsDbClusterArgs args, CustomResourceOptions? opts = null)
public RdsDbCluster(String name, RdsDbClusterArgs args)
public RdsDbCluster(String name, RdsDbClusterArgs args, CustomResourceOptions options)
type: azure-native:awsconnector:RdsDbCluster
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 RdsDbClusterArgs
- 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 RdsDbClusterArgs
- 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 RdsDbClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RdsDbClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RdsDbClusterArgs
- 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 rdsDbClusterResource = new AzureNative.AwsConnector.RdsDbCluster("rdsDbClusterResource", new()
{
    ResourceGroupName = "string",
    Location = "string",
    Name = "string",
    Properties = new AzureNative.AwsConnector.Inputs.RdsDBClusterPropertiesArgs
    {
        Arn = "string",
        AwsAccountId = "string",
        AwsProperties = new AzureNative.AwsConnector.Inputs.AwsRdsDBClusterPropertiesArgs
        {
            AllocatedStorage = 0,
            AssociatedRoles = new[]
            {
                new AzureNative.AwsConnector.Inputs.DBClusterRoleArgs
                {
                    FeatureName = "string",
                    RoleArn = "string",
                },
            },
            AutoMinorVersionUpgrade = false,
            AvailabilityZones = new[]
            {
                "string",
            },
            BacktrackWindow = 0,
            BackupRetentionPeriod = 0,
            CopyTagsToSnapshot = false,
            DatabaseName = "string",
            DbClusterArn = "string",
            DbClusterIdentifier = "string",
            DbClusterInstanceClass = "string",
            DbClusterParameterGroupName = "string",
            DbClusterResourceId = "string",
            DbInstanceParameterGroupName = "string",
            DbSubnetGroupName = "string",
            DbSystemId = "string",
            DeletionProtection = false,
            Domain = "string",
            DomainIAMRoleName = "string",
            EnableCloudwatchLogsExports = new[]
            {
                "string",
            },
            EnableGlobalWriteForwarding = false,
            EnableHttpEndpoint = false,
            EnableIAMDatabaseAuthentication = false,
            Endpoint = new AzureNative.AwsConnector.Inputs.RdsDbClusterEndpointArgs
            {
                Address = "string",
                Port = "string",
            },
            Engine = "string",
            EngineMode = "string",
            EngineVersion = "string",
            GlobalClusterIdentifier = "string",
            Iops = 0,
            KmsKeyId = "string",
            ManageMasterUserPassword = false,
            MasterUserPassword = "string",
            MasterUserSecret = new AzureNative.AwsConnector.Inputs.MasterUserSecretArgs
            {
                KmsKeyId = "string",
                SecretArn = "string",
            },
            MasterUsername = "string",
            MonitoringInterval = 0,
            MonitoringRoleArn = "string",
            NetworkType = "string",
            PerformanceInsightsEnabled = false,
            PerformanceInsightsKmsKeyId = "string",
            PerformanceInsightsRetentionPeriod = 0,
            Port = 0,
            PreferredBackupWindow = "string",
            PreferredMaintenanceWindow = "string",
            PubliclyAccessible = false,
            ReadEndpoint = new AzureNative.AwsConnector.Inputs.ReadEndpointArgs
            {
                Address = "string",
            },
            ReplicationSourceIdentifier = "string",
            RestoreToTime = "string",
            RestoreType = "string",
            ScalingConfiguration = new AzureNative.AwsConnector.Inputs.ScalingConfigurationArgs
            {
                AutoPause = false,
                MaxCapacity = 0,
                MinCapacity = 0,
                SecondsBeforeTimeout = 0,
                SecondsUntilAutoPause = 0,
                TimeoutAction = "string",
            },
            ServerlessV2ScalingConfiguration = new AzureNative.AwsConnector.Inputs.ServerlessV2ScalingConfigurationArgs
            {
                MaxCapacity = 0,
                MinCapacity = 0,
            },
            SnapshotIdentifier = "string",
            SourceDBClusterIdentifier = "string",
            SourceRegion = "string",
            StorageEncrypted = false,
            StorageThroughput = 0,
            StorageType = "string",
            Tags = new[]
            {
                new AzureNative.AwsConnector.Inputs.TagArgs
                {
                    Key = "string",
                    Value = "string",
                },
            },
            UseLatestRestorableTime = false,
            VpcSecurityGroupIds = new[]
            {
                "string",
            },
        },
        AwsRegion = "string",
        AwsSourceSchema = "string",
        AwsTags = 
        {
            { "string", "string" },
        },
        PublicCloudConnectorsResourceId = "string",
        PublicCloudResourceName = "string",
    },
    Tags = 
    {
        { "string", "string" },
    },
});
example, err := awsconnector.NewRdsDbCluster(ctx, "rdsDbClusterResource", &awsconnector.RdsDbClusterArgs{
	ResourceGroupName: pulumi.String("string"),
	Location:          pulumi.String("string"),
	Name:              pulumi.String("string"),
	Properties: &awsconnector.RdsDBClusterPropertiesArgs{
		Arn:          pulumi.String("string"),
		AwsAccountId: pulumi.String("string"),
		AwsProperties: &awsconnector.AwsRdsDBClusterPropertiesArgs{
			AllocatedStorage: pulumi.Int(0),
			AssociatedRoles: awsconnector.DBClusterRoleArray{
				&awsconnector.DBClusterRoleArgs{
					FeatureName: pulumi.String("string"),
					RoleArn:     pulumi.String("string"),
				},
			},
			AutoMinorVersionUpgrade: pulumi.Bool(false),
			AvailabilityZones: pulumi.StringArray{
				pulumi.String("string"),
			},
			BacktrackWindow:              pulumi.Int(0),
			BackupRetentionPeriod:        pulumi.Int(0),
			CopyTagsToSnapshot:           pulumi.Bool(false),
			DatabaseName:                 pulumi.String("string"),
			DbClusterArn:                 pulumi.String("string"),
			DbClusterIdentifier:          pulumi.String("string"),
			DbClusterInstanceClass:       pulumi.String("string"),
			DbClusterParameterGroupName:  pulumi.String("string"),
			DbClusterResourceId:          pulumi.String("string"),
			DbInstanceParameterGroupName: pulumi.String("string"),
			DbSubnetGroupName:            pulumi.String("string"),
			DbSystemId:                   pulumi.String("string"),
			DeletionProtection:           pulumi.Bool(false),
			Domain:                       pulumi.String("string"),
			DomainIAMRoleName:            pulumi.String("string"),
			EnableCloudwatchLogsExports: pulumi.StringArray{
				pulumi.String("string"),
			},
			EnableGlobalWriteForwarding:     pulumi.Bool(false),
			EnableHttpEndpoint:              pulumi.Bool(false),
			EnableIAMDatabaseAuthentication: pulumi.Bool(false),
			Endpoint: &awsconnector.RdsDbClusterEndpointArgs{
				Address: pulumi.String("string"),
				Port:    pulumi.String("string"),
			},
			Engine:                   pulumi.String("string"),
			EngineMode:               pulumi.String("string"),
			EngineVersion:            pulumi.String("string"),
			GlobalClusterIdentifier:  pulumi.String("string"),
			Iops:                     pulumi.Int(0),
			KmsKeyId:                 pulumi.String("string"),
			ManageMasterUserPassword: pulumi.Bool(false),
			MasterUserPassword:       pulumi.String("string"),
			MasterUserSecret: &awsconnector.MasterUserSecretArgs{
				KmsKeyId:  pulumi.String("string"),
				SecretArn: pulumi.String("string"),
			},
			MasterUsername:                     pulumi.String("string"),
			MonitoringInterval:                 pulumi.Int(0),
			MonitoringRoleArn:                  pulumi.String("string"),
			NetworkType:                        pulumi.String("string"),
			PerformanceInsightsEnabled:         pulumi.Bool(false),
			PerformanceInsightsKmsKeyId:        pulumi.String("string"),
			PerformanceInsightsRetentionPeriod: pulumi.Int(0),
			Port:                               pulumi.Int(0),
			PreferredBackupWindow:              pulumi.String("string"),
			PreferredMaintenanceWindow:         pulumi.String("string"),
			PubliclyAccessible:                 pulumi.Bool(false),
			ReadEndpoint: &awsconnector.ReadEndpointArgs{
				Address: pulumi.String("string"),
			},
			ReplicationSourceIdentifier: pulumi.String("string"),
			RestoreToTime:               pulumi.String("string"),
			RestoreType:                 pulumi.String("string"),
			ScalingConfiguration: &awsconnector.ScalingConfigurationArgs{
				AutoPause:             pulumi.Bool(false),
				MaxCapacity:           pulumi.Int(0),
				MinCapacity:           pulumi.Int(0),
				SecondsBeforeTimeout:  pulumi.Int(0),
				SecondsUntilAutoPause: pulumi.Int(0),
				TimeoutAction:         pulumi.String("string"),
			},
			ServerlessV2ScalingConfiguration: &awsconnector.ServerlessV2ScalingConfigurationArgs{
				MaxCapacity: pulumi.Float64(0),
				MinCapacity: pulumi.Float64(0),
			},
			SnapshotIdentifier:        pulumi.String("string"),
			SourceDBClusterIdentifier: pulumi.String("string"),
			SourceRegion:              pulumi.String("string"),
			StorageEncrypted:          pulumi.Bool(false),
			StorageThroughput:         pulumi.Int(0),
			StorageType:               pulumi.String("string"),
			Tags: awsconnector.TagArray{
				&awsconnector.TagArgs{
					Key:   pulumi.String("string"),
					Value: pulumi.String("string"),
				},
			},
			UseLatestRestorableTime: pulumi.Bool(false),
			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 rdsDbClusterResource = new RdsDbCluster("rdsDbClusterResource", RdsDbClusterArgs.builder()
    .resourceGroupName("string")
    .location("string")
    .name("string")
    .properties(RdsDBClusterPropertiesArgs.builder()
        .arn("string")
        .awsAccountId("string")
        .awsProperties(AwsRdsDBClusterPropertiesArgs.builder()
            .allocatedStorage(0)
            .associatedRoles(DBClusterRoleArgs.builder()
                .featureName("string")
                .roleArn("string")
                .build())
            .autoMinorVersionUpgrade(false)
            .availabilityZones("string")
            .backtrackWindow(0)
            .backupRetentionPeriod(0)
            .copyTagsToSnapshot(false)
            .databaseName("string")
            .dbClusterArn("string")
            .dbClusterIdentifier("string")
            .dbClusterInstanceClass("string")
            .dbClusterParameterGroupName("string")
            .dbClusterResourceId("string")
            .dbInstanceParameterGroupName("string")
            .dbSubnetGroupName("string")
            .dbSystemId("string")
            .deletionProtection(false)
            .domain("string")
            .domainIAMRoleName("string")
            .enableCloudwatchLogsExports("string")
            .enableGlobalWriteForwarding(false)
            .enableHttpEndpoint(false)
            .enableIAMDatabaseAuthentication(false)
            .endpoint(RdsDbClusterEndpointArgs.builder()
                .address("string")
                .port("string")
                .build())
            .engine("string")
            .engineMode("string")
            .engineVersion("string")
            .globalClusterIdentifier("string")
            .iops(0)
            .kmsKeyId("string")
            .manageMasterUserPassword(false)
            .masterUserPassword("string")
            .masterUserSecret(MasterUserSecretArgs.builder()
                .kmsKeyId("string")
                .secretArn("string")
                .build())
            .masterUsername("string")
            .monitoringInterval(0)
            .monitoringRoleArn("string")
            .networkType("string")
            .performanceInsightsEnabled(false)
            .performanceInsightsKmsKeyId("string")
            .performanceInsightsRetentionPeriod(0)
            .port(0)
            .preferredBackupWindow("string")
            .preferredMaintenanceWindow("string")
            .publiclyAccessible(false)
            .readEndpoint(ReadEndpointArgs.builder()
                .address("string")
                .build())
            .replicationSourceIdentifier("string")
            .restoreToTime("string")
            .restoreType("string")
            .scalingConfiguration(ScalingConfigurationArgs.builder()
                .autoPause(false)
                .maxCapacity(0)
                .minCapacity(0)
                .secondsBeforeTimeout(0)
                .secondsUntilAutoPause(0)
                .timeoutAction("string")
                .build())
            .serverlessV2ScalingConfiguration(ServerlessV2ScalingConfigurationArgs.builder()
                .maxCapacity(0)
                .minCapacity(0)
                .build())
            .snapshotIdentifier("string")
            .sourceDBClusterIdentifier("string")
            .sourceRegion("string")
            .storageEncrypted(false)
            .storageThroughput(0)
            .storageType("string")
            .tags(TagArgs.builder()
                .key("string")
                .value("string")
                .build())
            .useLatestRestorableTime(false)
            .vpcSecurityGroupIds("string")
            .build())
        .awsRegion("string")
        .awsSourceSchema("string")
        .awsTags(Map.of("string", "string"))
        .publicCloudConnectorsResourceId("string")
        .publicCloudResourceName("string")
        .build())
    .tags(Map.of("string", "string"))
    .build());
rds_db_cluster_resource = azure_native.awsconnector.RdsDbCluster("rdsDbClusterResource",
    resource_group_name="string",
    location="string",
    name="string",
    properties={
        "arn": "string",
        "aws_account_id": "string",
        "aws_properties": {
            "allocated_storage": 0,
            "associated_roles": [{
                "feature_name": "string",
                "role_arn": "string",
            }],
            "auto_minor_version_upgrade": False,
            "availability_zones": ["string"],
            "backtrack_window": 0,
            "backup_retention_period": 0,
            "copy_tags_to_snapshot": False,
            "database_name": "string",
            "db_cluster_arn": "string",
            "db_cluster_identifier": "string",
            "db_cluster_instance_class": "string",
            "db_cluster_parameter_group_name": "string",
            "db_cluster_resource_id": "string",
            "db_instance_parameter_group_name": "string",
            "db_subnet_group_name": "string",
            "db_system_id": "string",
            "deletion_protection": False,
            "domain": "string",
            "domain_iam_role_name": "string",
            "enable_cloudwatch_logs_exports": ["string"],
            "enable_global_write_forwarding": False,
            "enable_http_endpoint": False,
            "enable_iam_database_authentication": False,
            "endpoint": {
                "address": "string",
                "port": "string",
            },
            "engine": "string",
            "engine_mode": "string",
            "engine_version": "string",
            "global_cluster_identifier": "string",
            "iops": 0,
            "kms_key_id": "string",
            "manage_master_user_password": False,
            "master_user_password": "string",
            "master_user_secret": {
                "kms_key_id": "string",
                "secret_arn": "string",
            },
            "master_username": "string",
            "monitoring_interval": 0,
            "monitoring_role_arn": "string",
            "network_type": "string",
            "performance_insights_enabled": False,
            "performance_insights_kms_key_id": "string",
            "performance_insights_retention_period": 0,
            "port": 0,
            "preferred_backup_window": "string",
            "preferred_maintenance_window": "string",
            "publicly_accessible": False,
            "read_endpoint": {
                "address": "string",
            },
            "replication_source_identifier": "string",
            "restore_to_time": "string",
            "restore_type": "string",
            "scaling_configuration": {
                "auto_pause": False,
                "max_capacity": 0,
                "min_capacity": 0,
                "seconds_before_timeout": 0,
                "seconds_until_auto_pause": 0,
                "timeout_action": "string",
            },
            "serverless_v2_scaling_configuration": {
                "max_capacity": 0,
                "min_capacity": 0,
            },
            "snapshot_identifier": "string",
            "source_db_cluster_identifier": "string",
            "source_region": "string",
            "storage_encrypted": False,
            "storage_throughput": 0,
            "storage_type": "string",
            "tags": [{
                "key": "string",
                "value": "string",
            }],
            "use_latest_restorable_time": False,
            "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 rdsDbClusterResource = new azure_native.awsconnector.RdsDbCluster("rdsDbClusterResource", {
    resourceGroupName: "string",
    location: "string",
    name: "string",
    properties: {
        arn: "string",
        awsAccountId: "string",
        awsProperties: {
            allocatedStorage: 0,
            associatedRoles: [{
                featureName: "string",
                roleArn: "string",
            }],
            autoMinorVersionUpgrade: false,
            availabilityZones: ["string"],
            backtrackWindow: 0,
            backupRetentionPeriod: 0,
            copyTagsToSnapshot: false,
            databaseName: "string",
            dbClusterArn: "string",
            dbClusterIdentifier: "string",
            dbClusterInstanceClass: "string",
            dbClusterParameterGroupName: "string",
            dbClusterResourceId: "string",
            dbInstanceParameterGroupName: "string",
            dbSubnetGroupName: "string",
            dbSystemId: "string",
            deletionProtection: false,
            domain: "string",
            domainIAMRoleName: "string",
            enableCloudwatchLogsExports: ["string"],
            enableGlobalWriteForwarding: false,
            enableHttpEndpoint: false,
            enableIAMDatabaseAuthentication: false,
            endpoint: {
                address: "string",
                port: "string",
            },
            engine: "string",
            engineMode: "string",
            engineVersion: "string",
            globalClusterIdentifier: "string",
            iops: 0,
            kmsKeyId: "string",
            manageMasterUserPassword: false,
            masterUserPassword: "string",
            masterUserSecret: {
                kmsKeyId: "string",
                secretArn: "string",
            },
            masterUsername: "string",
            monitoringInterval: 0,
            monitoringRoleArn: "string",
            networkType: "string",
            performanceInsightsEnabled: false,
            performanceInsightsKmsKeyId: "string",
            performanceInsightsRetentionPeriod: 0,
            port: 0,
            preferredBackupWindow: "string",
            preferredMaintenanceWindow: "string",
            publiclyAccessible: false,
            readEndpoint: {
                address: "string",
            },
            replicationSourceIdentifier: "string",
            restoreToTime: "string",
            restoreType: "string",
            scalingConfiguration: {
                autoPause: false,
                maxCapacity: 0,
                minCapacity: 0,
                secondsBeforeTimeout: 0,
                secondsUntilAutoPause: 0,
                timeoutAction: "string",
            },
            serverlessV2ScalingConfiguration: {
                maxCapacity: 0,
                minCapacity: 0,
            },
            snapshotIdentifier: "string",
            sourceDBClusterIdentifier: "string",
            sourceRegion: "string",
            storageEncrypted: false,
            storageThroughput: 0,
            storageType: "string",
            tags: [{
                key: "string",
                value: "string",
            }],
            useLatestRestorableTime: false,
            vpcSecurityGroupIds: ["string"],
        },
        awsRegion: "string",
        awsSourceSchema: "string",
        awsTags: {
            string: "string",
        },
        publicCloudConnectorsResourceId: "string",
        publicCloudResourceName: "string",
    },
    tags: {
        string: "string",
    },
});
type: azure-native:awsconnector:RdsDbCluster
properties:
    location: string
    name: string
    properties:
        arn: string
        awsAccountId: string
        awsProperties:
            allocatedStorage: 0
            associatedRoles:
                - featureName: string
                  roleArn: string
            autoMinorVersionUpgrade: false
            availabilityZones:
                - string
            backtrackWindow: 0
            backupRetentionPeriod: 0
            copyTagsToSnapshot: false
            databaseName: string
            dbClusterArn: string
            dbClusterIdentifier: string
            dbClusterInstanceClass: string
            dbClusterParameterGroupName: string
            dbClusterResourceId: string
            dbInstanceParameterGroupName: string
            dbSubnetGroupName: string
            dbSystemId: string
            deletionProtection: false
            domain: string
            domainIAMRoleName: string
            enableCloudwatchLogsExports:
                - string
            enableGlobalWriteForwarding: false
            enableHttpEndpoint: false
            enableIAMDatabaseAuthentication: false
            endpoint:
                address: string
                port: string
            engine: string
            engineMode: string
            engineVersion: string
            globalClusterIdentifier: string
            iops: 0
            kmsKeyId: string
            manageMasterUserPassword: false
            masterUserPassword: string
            masterUserSecret:
                kmsKeyId: string
                secretArn: string
            masterUsername: string
            monitoringInterval: 0
            monitoringRoleArn: string
            networkType: string
            performanceInsightsEnabled: false
            performanceInsightsKmsKeyId: string
            performanceInsightsRetentionPeriod: 0
            port: 0
            preferredBackupWindow: string
            preferredMaintenanceWindow: string
            publiclyAccessible: false
            readEndpoint:
                address: string
            replicationSourceIdentifier: string
            restoreToTime: string
            restoreType: string
            scalingConfiguration:
                autoPause: false
                maxCapacity: 0
                minCapacity: 0
                secondsBeforeTimeout: 0
                secondsUntilAutoPause: 0
                timeoutAction: string
            serverlessV2ScalingConfiguration:
                maxCapacity: 0
                minCapacity: 0
            snapshotIdentifier: string
            sourceDBClusterIdentifier: string
            sourceRegion: string
            storageEncrypted: false
            storageThroughput: 0
            storageType: string
            tags:
                - key: string
                  value: string
            useLatestRestorableTime: false
            vpcSecurityGroupIds:
                - string
        awsRegion: string
        awsSourceSchema: string
        awsTags:
            string: string
        publicCloudConnectorsResourceId: string
        publicCloudResourceName: string
    resourceGroupName: string
    tags:
        string: string
RdsDbCluster 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 RdsDbCluster resource accepts the following input properties:
- ResourceGroup 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 RdsDBCluster
- Properties
Pulumi.Azure Native. Aws Connector. Inputs. Rds DBCluster Properties 
- The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- ResourceGroup 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 RdsDBCluster
- Properties
RdsDBCluster Properties Args 
- The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resourceGroup 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 RdsDBCluster
- properties
RdsDBCluster Properties 
- The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resourceGroup 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 RdsDBCluster
- properties
RdsDBCluster 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 RdsDBCluster
- properties
RdsDBCluster Properties Args 
- The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resourceGroup 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 RdsDBCluster
- 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 RdsDbCluster resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- SystemData 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.
- SystemData 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.
- systemData 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.
- systemData 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.
- systemData 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
AwsRdsDBClusterProperties, AwsRdsDBClusterPropertiesArgs        
- AllocatedStorage int
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- AssociatedRoles List<Pulumi.Azure Native. Aws Connector. Inputs. DBCluster Role> 
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- AutoMinor boolVersion Upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- AvailabilityZones List<string>
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- BacktrackWindow int
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- BackupRetention intPeriod 
- The number of days for which automated backups are retained.
- bool
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- DatabaseName string
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- DbCluster stringArn 
- The Amazon Resource Name (ARN) for the DB cluster.
- DbCluster stringIdentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- DbCluster stringInstance Class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- DbCluster stringParameter Group Name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- DbCluster stringResource Id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- DbInstance stringParameter Group Name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- DbSubnet stringGroup Name 
- A DB subnet group that you want to associate with this DB cluster.
- DbSystem stringId 
- Reserved for future use.
- DeletionProtection bool
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- Domain string
- The Active Directory directory ID to create the DB cluster in.
- DomainIAMRole stringName 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- EnableCloudwatch List<string>Logs Exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- EnableGlobal boolWrite Forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- EnableHttp boolEndpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- EnableIAMDatabase boolAuthentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- Endpoint
Pulumi.Azure Native. Aws Connector. Inputs. Rds Db Cluster Endpoint 
- Property endpoint
- Engine string
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- EngineMode string
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- EngineVersion string
- The version number of the database engine to use.
- GlobalCluster stringIdentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- Iops int
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- KmsKey stringId 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- ManageMaster boolUser Password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- MasterUser stringPassword 
- The master password for the DB instance.
- MasterUser Pulumi.Secret Azure Native. Aws Connector. Inputs. Master User Secret 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- MasterUsername string
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- MonitoringInterval int
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- MonitoringRole stringArn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- NetworkType string
- The network type of the DB cluster.
- PerformanceInsights boolEnabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- PerformanceInsights stringKms Key Id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- PerformanceInsights intRetention Period 
- The amount of time, in days, to retain Performance Insights data.
- Port int
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- PreferredBackup stringWindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- PreferredMaintenance stringWindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- PubliclyAccessible bool
- A value that indicates whether the DB cluster is publicly accessible.
- ReadEndpoint Pulumi.Azure Native. Aws Connector. Inputs. Read Endpoint 
- Property readEndpoint
- ReplicationSource stringIdentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- RestoreTo stringTime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- RestoreType string
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- ScalingConfiguration Pulumi.Azure Native. Aws Connector. Inputs. Scaling Configuration 
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- ServerlessV2Scaling Pulumi.Configuration Azure Native. Aws Connector. Inputs. Serverless V2Scaling Configuration 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- SnapshotIdentifier string
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- SourceDBCluster stringIdentifier 
- The identifier of the source DB cluster from which to restore.
- SourceRegion string
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- StorageEncrypted bool
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- StorageThroughput int
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- StorageType string
- Specifies the storage type to be associated with the DB cluster.
- 
List<Pulumi.Azure Native. Aws Connector. Inputs. Tag> 
- An array of key-value pairs to apply to this resource.
- UseLatest boolRestorable Time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- VpcSecurity List<string>Group Ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
- AllocatedStorage int
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- AssociatedRoles []DBClusterRole 
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- AutoMinor boolVersion Upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- AvailabilityZones []string
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- BacktrackWindow int
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- BackupRetention intPeriod 
- The number of days for which automated backups are retained.
- bool
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- DatabaseName string
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- DbCluster stringArn 
- The Amazon Resource Name (ARN) for the DB cluster.
- DbCluster stringIdentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- DbCluster stringInstance Class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- DbCluster stringParameter Group Name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- DbCluster stringResource Id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- DbInstance stringParameter Group Name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- DbSubnet stringGroup Name 
- A DB subnet group that you want to associate with this DB cluster.
- DbSystem stringId 
- Reserved for future use.
- DeletionProtection bool
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- Domain string
- The Active Directory directory ID to create the DB cluster in.
- DomainIAMRole stringName 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- EnableCloudwatch []stringLogs Exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- EnableGlobal boolWrite Forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- EnableHttp boolEndpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- EnableIAMDatabase boolAuthentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- Endpoint
RdsDb Cluster Endpoint 
- Property endpoint
- Engine string
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- EngineMode string
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- EngineVersion string
- The version number of the database engine to use.
- GlobalCluster stringIdentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- Iops int
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- KmsKey stringId 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- ManageMaster boolUser Password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- MasterUser stringPassword 
- The master password for the DB instance.
- MasterUser MasterSecret User Secret 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- MasterUsername string
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- MonitoringInterval int
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- MonitoringRole stringArn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- NetworkType string
- The network type of the DB cluster.
- PerformanceInsights boolEnabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- PerformanceInsights stringKms Key Id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- PerformanceInsights intRetention Period 
- The amount of time, in days, to retain Performance Insights data.
- Port int
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- PreferredBackup stringWindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- PreferredMaintenance stringWindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- PubliclyAccessible bool
- A value that indicates whether the DB cluster is publicly accessible.
- ReadEndpoint ReadEndpoint 
- Property readEndpoint
- ReplicationSource stringIdentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- RestoreTo stringTime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- RestoreType string
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- ScalingConfiguration ScalingConfiguration 
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- ServerlessV2Scaling ServerlessConfiguration V2Scaling Configuration 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- SnapshotIdentifier string
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- SourceDBCluster stringIdentifier 
- The identifier of the source DB cluster from which to restore.
- SourceRegion string
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- StorageEncrypted bool
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- StorageThroughput int
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- StorageType string
- Specifies the storage type to be associated with the DB cluster.
- []Tag
- An array of key-value pairs to apply to this resource.
- UseLatest boolRestorable Time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- VpcSecurity []stringGroup Ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
- allocatedStorage Integer
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- associatedRoles List<DBClusterRole> 
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- autoMinor BooleanVersion Upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- availabilityZones List<String>
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- backtrackWindow Integer
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- backupRetention IntegerPeriod 
- The number of days for which automated backups are retained.
- Boolean
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- databaseName String
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- dbCluster StringArn 
- The Amazon Resource Name (ARN) for the DB cluster.
- dbCluster StringIdentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- dbCluster StringInstance Class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- dbCluster StringParameter Group Name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- dbCluster StringResource Id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- dbInstance StringParameter Group Name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- dbSubnet StringGroup Name 
- A DB subnet group that you want to associate with this DB cluster.
- dbSystem StringId 
- Reserved for future use.
- deletionProtection Boolean
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain String
- The Active Directory directory ID to create the DB cluster in.
- domainIAMRole StringName 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enableCloudwatch List<String>Logs Exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- enableGlobal BooleanWrite Forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- enableHttp BooleanEndpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- enableIAMDatabase BooleanAuthentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- endpoint
RdsDb Cluster Endpoint 
- Property endpoint
- engine String
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- engineMode String
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- engineVersion String
- The version number of the database engine to use.
- globalCluster StringIdentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- iops Integer
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- kmsKey StringId 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- manageMaster BooleanUser Password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- masterUser StringPassword 
- The master password for the DB instance.
- masterUser MasterSecret User Secret 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- masterUsername String
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- monitoringInterval Integer
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoringRole StringArn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- networkType String
- The network type of the DB cluster.
- performanceInsights BooleanEnabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- performanceInsights StringKms Key Id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- performanceInsights IntegerRetention Period 
- The amount of time, in days, to retain Performance Insights data.
- port Integer
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- preferredBackup StringWindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- preferredMaintenance StringWindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- publiclyAccessible Boolean
- A value that indicates whether the DB cluster is publicly accessible.
- readEndpoint ReadEndpoint 
- Property readEndpoint
- replicationSource StringIdentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- restoreTo StringTime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- restoreType String
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- scalingConfiguration ScalingConfiguration 
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- serverlessV2Scaling ServerlessConfiguration V2Scaling Configuration 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- snapshotIdentifier String
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- sourceDBCluster StringIdentifier 
- The identifier of the source DB cluster from which to restore.
- sourceRegion String
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- storageEncrypted Boolean
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- storageThroughput Integer
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- storageType String
- Specifies the storage type to be associated with the DB cluster.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- useLatest BooleanRestorable Time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- vpcSecurity List<String>Group Ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
- allocatedStorage number
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- associatedRoles DBClusterRole[] 
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- autoMinor booleanVersion Upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- availabilityZones string[]
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- backtrackWindow number
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- backupRetention numberPeriod 
- The number of days for which automated backups are retained.
- boolean
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- databaseName string
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- dbCluster stringArn 
- The Amazon Resource Name (ARN) for the DB cluster.
- dbCluster stringIdentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- dbCluster stringInstance Class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- dbCluster stringParameter Group Name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- dbCluster stringResource Id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- dbInstance stringParameter Group Name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- dbSubnet stringGroup Name 
- A DB subnet group that you want to associate with this DB cluster.
- dbSystem stringId 
- Reserved for future use.
- deletionProtection boolean
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain string
- The Active Directory directory ID to create the DB cluster in.
- domainIAMRole stringName 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enableCloudwatch string[]Logs Exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- enableGlobal booleanWrite Forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- enableHttp booleanEndpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- enableIAMDatabase booleanAuthentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- endpoint
RdsDb Cluster Endpoint 
- Property endpoint
- engine string
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- engineMode string
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- engineVersion string
- The version number of the database engine to use.
- globalCluster stringIdentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- iops number
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- kmsKey stringId 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- manageMaster booleanUser Password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- masterUser stringPassword 
- The master password for the DB instance.
- masterUser MasterSecret User Secret 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- masterUsername string
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- monitoringInterval number
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoringRole stringArn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- networkType string
- The network type of the DB cluster.
- performanceInsights booleanEnabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- performanceInsights stringKms Key Id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- performanceInsights numberRetention Period 
- The amount of time, in days, to retain Performance Insights data.
- port number
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- preferredBackup stringWindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- preferredMaintenance stringWindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- publiclyAccessible boolean
- A value that indicates whether the DB cluster is publicly accessible.
- readEndpoint ReadEndpoint 
- Property readEndpoint
- replicationSource stringIdentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- restoreTo stringTime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- restoreType string
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- scalingConfiguration ScalingConfiguration 
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- serverlessV2Scaling ServerlessConfiguration V2Scaling Configuration 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- snapshotIdentifier string
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- sourceDBCluster stringIdentifier 
- The identifier of the source DB cluster from which to restore.
- sourceRegion string
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- storageEncrypted boolean
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- storageThroughput number
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- storageType string
- Specifies the storage type to be associated with the DB cluster.
- Tag[]
- An array of key-value pairs to apply to this resource.
- useLatest booleanRestorable Time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- vpcSecurity string[]Group Ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
- allocated_storage int
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- associated_roles Sequence[DBClusterRole] 
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- auto_minor_ boolversion_ upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- availability_zones Sequence[str]
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- backtrack_window int
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- backup_retention_ intperiod 
- The number of days for which automated backups are retained.
- bool
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- database_name str
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- db_cluster_ strarn 
- The Amazon Resource Name (ARN) for the DB cluster.
- db_cluster_ stridentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- db_cluster_ strinstance_ class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- db_cluster_ strparameter_ group_ name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- db_cluster_ strresource_ id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- db_instance_ strparameter_ group_ name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- db_subnet_ strgroup_ name 
- A DB subnet group that you want to associate with this DB cluster.
- db_system_ strid 
- Reserved for future use.
- deletion_protection bool
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain str
- The Active Directory directory ID to create the DB cluster in.
- domain_iam_ strrole_ name 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enable_cloudwatch_ Sequence[str]logs_ exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- enable_global_ boolwrite_ forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- enable_http_ boolendpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- enable_iam_ booldatabase_ authentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- endpoint
RdsDb Cluster Endpoint 
- Property endpoint
- engine str
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- engine_mode str
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- engine_version str
- The version number of the database engine to use.
- global_cluster_ stridentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- iops int
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- kms_key_ strid 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- manage_master_ booluser_ password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- master_user_ strpassword 
- The master password for the DB instance.
- master_user_ Mastersecret User Secret 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- master_username str
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- monitoring_interval int
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoring_role_ strarn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- network_type str
- The network type of the DB cluster.
- performance_insights_ boolenabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- performance_insights_ strkms_ key_ id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- performance_insights_ intretention_ period 
- The amount of time, in days, to retain Performance Insights data.
- port int
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- preferred_backup_ strwindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- preferred_maintenance_ strwindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- publicly_accessible bool
- A value that indicates whether the DB cluster is publicly accessible.
- read_endpoint ReadEndpoint 
- Property readEndpoint
- replication_source_ stridentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- restore_to_ strtime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- restore_type str
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- scaling_configuration ScalingConfiguration 
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- serverless_v2_ Serverlessscaling_ configuration V2Scaling Configuration 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- snapshot_identifier str
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- source_db_ strcluster_ identifier 
- The identifier of the source DB cluster from which to restore.
- source_region str
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- storage_encrypted bool
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- storage_throughput int
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- storage_type str
- Specifies the storage type to be associated with the DB cluster.
- Sequence[Tag]
- An array of key-value pairs to apply to this resource.
- use_latest_ boolrestorable_ time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- vpc_security_ Sequence[str]group_ ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
- allocatedStorage Number
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- associatedRoles List<Property Map>
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- autoMinor BooleanVersion Upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- availabilityZones List<String>
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- backtrackWindow Number
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- backupRetention NumberPeriod 
- The number of days for which automated backups are retained.
- Boolean
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- databaseName String
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- dbCluster StringArn 
- The Amazon Resource Name (ARN) for the DB cluster.
- dbCluster StringIdentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- dbCluster StringInstance Class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- dbCluster StringParameter Group Name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- dbCluster StringResource Id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- dbInstance StringParameter Group Name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- dbSubnet StringGroup Name 
- A DB subnet group that you want to associate with this DB cluster.
- dbSystem StringId 
- Reserved for future use.
- deletionProtection Boolean
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain String
- The Active Directory directory ID to create the DB cluster in.
- domainIAMRole StringName 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enableCloudwatch List<String>Logs Exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- enableGlobal BooleanWrite Forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- enableHttp BooleanEndpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- enableIAMDatabase BooleanAuthentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- endpoint Property Map
- Property endpoint
- engine String
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- engineMode String
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- engineVersion String
- The version number of the database engine to use.
- globalCluster StringIdentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- iops Number
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- kmsKey StringId 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- manageMaster BooleanUser Password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- masterUser StringPassword 
- The master password for the DB instance.
- masterUser Property MapSecret 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- masterUsername String
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- monitoringInterval Number
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoringRole StringArn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- networkType String
- The network type of the DB cluster.
- performanceInsights BooleanEnabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- performanceInsights StringKms Key Id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- performanceInsights NumberRetention Period 
- The amount of time, in days, to retain Performance Insights data.
- port Number
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- preferredBackup StringWindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- preferredMaintenance StringWindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- publiclyAccessible Boolean
- A value that indicates whether the DB cluster is publicly accessible.
- readEndpoint Property Map
- Property readEndpoint
- replicationSource StringIdentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- restoreTo StringTime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- restoreType String
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- scalingConfiguration Property Map
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- serverlessV2Scaling Property MapConfiguration 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- snapshotIdentifier String
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- sourceDBCluster StringIdentifier 
- The identifier of the source DB cluster from which to restore.
- sourceRegion String
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- storageEncrypted Boolean
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- storageThroughput Number
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- storageType String
- Specifies the storage type to be associated with the DB cluster.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- useLatest BooleanRestorable Time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- vpcSecurity List<String>Group Ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
AwsRdsDBClusterPropertiesResponse, AwsRdsDBClusterPropertiesResponseArgs          
- AllocatedStorage int
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- AssociatedRoles List<Pulumi.Azure Native. Aws Connector. Inputs. DBCluster Role Response> 
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- AutoMinor boolVersion Upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- AvailabilityZones List<string>
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- BacktrackWindow int
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- BackupRetention intPeriod 
- The number of days for which automated backups are retained.
- bool
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- DatabaseName string
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- DbCluster stringArn 
- The Amazon Resource Name (ARN) for the DB cluster.
- DbCluster stringIdentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- DbCluster stringInstance Class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- DbCluster stringParameter Group Name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- DbCluster stringResource Id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- DbInstance stringParameter Group Name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- DbSubnet stringGroup Name 
- A DB subnet group that you want to associate with this DB cluster.
- DbSystem stringId 
- Reserved for future use.
- DeletionProtection bool
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- Domain string
- The Active Directory directory ID to create the DB cluster in.
- DomainIAMRole stringName 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- EnableCloudwatch List<string>Logs Exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- EnableGlobal boolWrite Forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- EnableHttp boolEndpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- EnableIAMDatabase boolAuthentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- Endpoint
Pulumi.Azure Native. Aws Connector. Inputs. Rds Db Cluster Endpoint Response 
- Property endpoint
- Engine string
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- EngineMode string
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- EngineVersion string
- The version number of the database engine to use.
- GlobalCluster stringIdentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- Iops int
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- KmsKey stringId 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- ManageMaster boolUser Password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- MasterUser stringPassword 
- The master password for the DB instance.
- MasterUser Pulumi.Secret Azure Native. Aws Connector. Inputs. Master User Secret Response 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- MasterUsername string
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- MonitoringInterval int
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- MonitoringRole stringArn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- NetworkType string
- The network type of the DB cluster.
- PerformanceInsights boolEnabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- PerformanceInsights stringKms Key Id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- PerformanceInsights intRetention Period 
- The amount of time, in days, to retain Performance Insights data.
- Port int
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- PreferredBackup stringWindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- PreferredMaintenance stringWindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- PubliclyAccessible bool
- A value that indicates whether the DB cluster is publicly accessible.
- ReadEndpoint Pulumi.Azure Native. Aws Connector. Inputs. Read Endpoint Response 
- Property readEndpoint
- ReplicationSource stringIdentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- RestoreTo stringTime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- RestoreType string
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- ScalingConfiguration Pulumi.Azure Native. Aws Connector. Inputs. Scaling Configuration Response 
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- ServerlessV2Scaling Pulumi.Configuration Azure Native. Aws Connector. Inputs. Serverless V2Scaling Configuration Response 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- SnapshotIdentifier string
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- SourceDBCluster stringIdentifier 
- The identifier of the source DB cluster from which to restore.
- SourceRegion string
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- StorageEncrypted bool
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- StorageThroughput int
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- StorageType string
- Specifies the storage type to be associated with the DB cluster.
- 
List<Pulumi.Azure Native. Aws Connector. Inputs. Tag Response> 
- An array of key-value pairs to apply to this resource.
- UseLatest boolRestorable Time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- VpcSecurity List<string>Group Ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
- AllocatedStorage int
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- AssociatedRoles []DBClusterRole Response 
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- AutoMinor boolVersion Upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- AvailabilityZones []string
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- BacktrackWindow int
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- BackupRetention intPeriod 
- The number of days for which automated backups are retained.
- bool
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- DatabaseName string
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- DbCluster stringArn 
- The Amazon Resource Name (ARN) for the DB cluster.
- DbCluster stringIdentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- DbCluster stringInstance Class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- DbCluster stringParameter Group Name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- DbCluster stringResource Id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- DbInstance stringParameter Group Name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- DbSubnet stringGroup Name 
- A DB subnet group that you want to associate with this DB cluster.
- DbSystem stringId 
- Reserved for future use.
- DeletionProtection bool
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- Domain string
- The Active Directory directory ID to create the DB cluster in.
- DomainIAMRole stringName 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- EnableCloudwatch []stringLogs Exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- EnableGlobal boolWrite Forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- EnableHttp boolEndpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- EnableIAMDatabase boolAuthentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- Endpoint
RdsDb Cluster Endpoint Response 
- Property endpoint
- Engine string
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- EngineMode string
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- EngineVersion string
- The version number of the database engine to use.
- GlobalCluster stringIdentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- Iops int
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- KmsKey stringId 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- ManageMaster boolUser Password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- MasterUser stringPassword 
- The master password for the DB instance.
- MasterUser MasterSecret User Secret Response 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- MasterUsername string
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- MonitoringInterval int
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- MonitoringRole stringArn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- NetworkType string
- The network type of the DB cluster.
- PerformanceInsights boolEnabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- PerformanceInsights stringKms Key Id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- PerformanceInsights intRetention Period 
- The amount of time, in days, to retain Performance Insights data.
- Port int
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- PreferredBackup stringWindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- PreferredMaintenance stringWindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- PubliclyAccessible bool
- A value that indicates whether the DB cluster is publicly accessible.
- ReadEndpoint ReadEndpoint Response 
- Property readEndpoint
- ReplicationSource stringIdentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- RestoreTo stringTime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- RestoreType string
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- ScalingConfiguration ScalingConfiguration Response 
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- ServerlessV2Scaling ServerlessConfiguration V2Scaling Configuration Response 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- SnapshotIdentifier string
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- SourceDBCluster stringIdentifier 
- The identifier of the source DB cluster from which to restore.
- SourceRegion string
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- StorageEncrypted bool
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- StorageThroughput int
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- StorageType string
- Specifies the storage type to be associated with the DB cluster.
- 
[]TagResponse 
- An array of key-value pairs to apply to this resource.
- UseLatest boolRestorable Time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- VpcSecurity []stringGroup Ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
- allocatedStorage Integer
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- associatedRoles List<DBClusterRole Response> 
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- autoMinor BooleanVersion Upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- availabilityZones List<String>
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- backtrackWindow Integer
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- backupRetention IntegerPeriod 
- The number of days for which automated backups are retained.
- Boolean
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- databaseName String
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- dbCluster StringArn 
- The Amazon Resource Name (ARN) for the DB cluster.
- dbCluster StringIdentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- dbCluster StringInstance Class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- dbCluster StringParameter Group Name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- dbCluster StringResource Id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- dbInstance StringParameter Group Name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- dbSubnet StringGroup Name 
- A DB subnet group that you want to associate with this DB cluster.
- dbSystem StringId 
- Reserved for future use.
- deletionProtection Boolean
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain String
- The Active Directory directory ID to create the DB cluster in.
- domainIAMRole StringName 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enableCloudwatch List<String>Logs Exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- enableGlobal BooleanWrite Forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- enableHttp BooleanEndpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- enableIAMDatabase BooleanAuthentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- endpoint
RdsDb Cluster Endpoint Response 
- Property endpoint
- engine String
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- engineMode String
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- engineVersion String
- The version number of the database engine to use.
- globalCluster StringIdentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- iops Integer
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- kmsKey StringId 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- manageMaster BooleanUser Password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- masterUser StringPassword 
- The master password for the DB instance.
- masterUser MasterSecret User Secret Response 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- masterUsername String
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- monitoringInterval Integer
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoringRole StringArn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- networkType String
- The network type of the DB cluster.
- performanceInsights BooleanEnabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- performanceInsights StringKms Key Id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- performanceInsights IntegerRetention Period 
- The amount of time, in days, to retain Performance Insights data.
- port Integer
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- preferredBackup StringWindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- preferredMaintenance StringWindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- publiclyAccessible Boolean
- A value that indicates whether the DB cluster is publicly accessible.
- readEndpoint ReadEndpoint Response 
- Property readEndpoint
- replicationSource StringIdentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- restoreTo StringTime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- restoreType String
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- scalingConfiguration ScalingConfiguration Response 
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- serverlessV2Scaling ServerlessConfiguration V2Scaling Configuration Response 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- snapshotIdentifier String
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- sourceDBCluster StringIdentifier 
- The identifier of the source DB cluster from which to restore.
- sourceRegion String
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- storageEncrypted Boolean
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- storageThroughput Integer
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- storageType String
- Specifies the storage type to be associated with the DB cluster.
- 
List<TagResponse> 
- An array of key-value pairs to apply to this resource.
- useLatest BooleanRestorable Time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- vpcSecurity List<String>Group Ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
- allocatedStorage number
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- associatedRoles DBClusterRole Response[] 
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- autoMinor booleanVersion Upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- availabilityZones string[]
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- backtrackWindow number
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- backupRetention numberPeriod 
- The number of days for which automated backups are retained.
- boolean
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- databaseName string
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- dbCluster stringArn 
- The Amazon Resource Name (ARN) for the DB cluster.
- dbCluster stringIdentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- dbCluster stringInstance Class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- dbCluster stringParameter Group Name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- dbCluster stringResource Id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- dbInstance stringParameter Group Name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- dbSubnet stringGroup Name 
- A DB subnet group that you want to associate with this DB cluster.
- dbSystem stringId 
- Reserved for future use.
- deletionProtection boolean
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain string
- The Active Directory directory ID to create the DB cluster in.
- domainIAMRole stringName 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enableCloudwatch string[]Logs Exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- enableGlobal booleanWrite Forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- enableHttp booleanEndpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- enableIAMDatabase booleanAuthentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- endpoint
RdsDb Cluster Endpoint Response 
- Property endpoint
- engine string
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- engineMode string
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- engineVersion string
- The version number of the database engine to use.
- globalCluster stringIdentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- iops number
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- kmsKey stringId 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- manageMaster booleanUser Password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- masterUser stringPassword 
- The master password for the DB instance.
- masterUser MasterSecret User Secret Response 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- masterUsername string
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- monitoringInterval number
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoringRole stringArn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- networkType string
- The network type of the DB cluster.
- performanceInsights booleanEnabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- performanceInsights stringKms Key Id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- performanceInsights numberRetention Period 
- The amount of time, in days, to retain Performance Insights data.
- port number
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- preferredBackup stringWindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- preferredMaintenance stringWindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- publiclyAccessible boolean
- A value that indicates whether the DB cluster is publicly accessible.
- readEndpoint ReadEndpoint Response 
- Property readEndpoint
- replicationSource stringIdentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- restoreTo stringTime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- restoreType string
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- scalingConfiguration ScalingConfiguration Response 
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- serverlessV2Scaling ServerlessConfiguration V2Scaling Configuration Response 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- snapshotIdentifier string
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- sourceDBCluster stringIdentifier 
- The identifier of the source DB cluster from which to restore.
- sourceRegion string
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- storageEncrypted boolean
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- storageThroughput number
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- storageType string
- Specifies the storage type to be associated with the DB cluster.
- 
TagResponse[] 
- An array of key-value pairs to apply to this resource.
- useLatest booleanRestorable Time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- vpcSecurity string[]Group Ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
- allocated_storage int
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- associated_roles Sequence[DBClusterRole Response] 
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- auto_minor_ boolversion_ upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- availability_zones Sequence[str]
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- backtrack_window int
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- backup_retention_ intperiod 
- The number of days for which automated backups are retained.
- bool
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- database_name str
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- db_cluster_ strarn 
- The Amazon Resource Name (ARN) for the DB cluster.
- db_cluster_ stridentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- db_cluster_ strinstance_ class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- db_cluster_ strparameter_ group_ name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- db_cluster_ strresource_ id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- db_instance_ strparameter_ group_ name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- db_subnet_ strgroup_ name 
- A DB subnet group that you want to associate with this DB cluster.
- db_system_ strid 
- Reserved for future use.
- deletion_protection bool
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain str
- The Active Directory directory ID to create the DB cluster in.
- domain_iam_ strrole_ name 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enable_cloudwatch_ Sequence[str]logs_ exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- enable_global_ boolwrite_ forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- enable_http_ boolendpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- enable_iam_ booldatabase_ authentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- endpoint
RdsDb Cluster Endpoint Response 
- Property endpoint
- engine str
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- engine_mode str
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- engine_version str
- The version number of the database engine to use.
- global_cluster_ stridentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- iops int
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- kms_key_ strid 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- manage_master_ booluser_ password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- master_user_ strpassword 
- The master password for the DB instance.
- master_user_ Mastersecret User Secret Response 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- master_username str
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- monitoring_interval int
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoring_role_ strarn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- network_type str
- The network type of the DB cluster.
- performance_insights_ boolenabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- performance_insights_ strkms_ key_ id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- performance_insights_ intretention_ period 
- The amount of time, in days, to retain Performance Insights data.
- port int
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- preferred_backup_ strwindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- preferred_maintenance_ strwindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- publicly_accessible bool
- A value that indicates whether the DB cluster is publicly accessible.
- read_endpoint ReadEndpoint Response 
- Property readEndpoint
- replication_source_ stridentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- restore_to_ strtime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- restore_type str
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- scaling_configuration ScalingConfiguration Response 
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- serverless_v2_ Serverlessscaling_ configuration V2Scaling Configuration Response 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- snapshot_identifier str
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- source_db_ strcluster_ identifier 
- The identifier of the source DB cluster from which to restore.
- source_region str
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- storage_encrypted bool
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- storage_throughput int
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- storage_type str
- Specifies the storage type to be associated with the DB cluster.
- 
Sequence[TagResponse] 
- An array of key-value pairs to apply to this resource.
- use_latest_ boolrestorable_ time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- vpc_security_ Sequence[str]group_ ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
- allocatedStorage Number
- The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
- associatedRoles List<Property Map>
- Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.
- autoMinor BooleanVersion Upgrade 
- A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
- availabilityZones List<String>
- A list of Availability Zones (AZs) where instances in the DB cluster can be created. For information on AWS Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.
- backtrackWindow Number
- The target backtrack window, in seconds. To disable backtracking, set this value to 0.
- backupRetention NumberPeriod 
- The number of days for which automated backups are retained.
- Boolean
- A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
- databaseName String
- The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see Naming Constraints in the Amazon RDS User Guide.
- dbCluster StringArn 
- The Amazon Resource Name (ARN) for the DB cluster.
- dbCluster StringIdentifier 
- The DB cluster identifier. This parameter is stored as a lowercase string.
- dbCluster StringInstance Class 
- The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
- dbCluster StringParameter Group Name 
- The name of the DB cluster parameter group to associate with this DB cluster.
- dbCluster StringResource Id 
- The AWS Region-unique, immutable identifier for the DB cluster.
- dbInstance StringParameter Group Name 
- The name of the DB parameter group to apply to all instances of the DB cluster.
- dbSubnet StringGroup Name 
- A DB subnet group that you want to associate with this DB cluster.
- dbSystem StringId 
- Reserved for future use.
- deletionProtection Boolean
- A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
- domain String
- The Active Directory directory ID to create the DB cluster in.
- domainIAMRole StringName 
- Specify the name of the IAM role to be used when making API calls to the Directory Service.
- enableCloudwatch List<String>Logs Exports 
- The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
- enableGlobal BooleanWrite Forwarding 
- Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.
- enableHttp BooleanEndpoint 
- A value that indicates whether to enable the HTTP endpoint for DB cluster. By default, the HTTP endpoint is disabled.
- enableIAMDatabase BooleanAuthentication 
- A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
- endpoint Property Map
- Property endpoint
- engine String
- The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible Aurora), and aurora-postgresql
- engineMode String
- The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.
- engineVersion String
- The version number of the database engine to use.
- globalCluster StringIdentifier 
- If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the AWS::RDS::GlobalCluster resource.If you aren't configuring a global database cluster, don't specify this property.
- iops Number
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.
- kmsKey StringId 
- The Amazon Resource Name (ARN) of the AWS Key Management Service master key that is used to encrypt the database instances in the DB cluster, such as arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef. If you enable the StorageEncrypted property but don't specify this property, the default master key is used. If you specify this property, you must set the StorageEncrypted property to true.
- manageMaster BooleanUser Password 
- A value that indicates whether to manage the master user password with AWS Secrets Manager.
- masterUser StringPassword 
- The master password for the DB instance.
- masterUser Property MapSecret 
- Contains the secret managed by RDS in AWS Secrets Manager for the master user password.
- masterUsername String
- The name of the master user for the DB cluster. You must specify MasterUsername, unless you specify SnapshotIdentifier. In that case, don't specify MasterUsername.
- monitoringInterval Number
- The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.
- monitoringRole StringArn 
- The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
- networkType String
- The network type of the DB cluster.
- performanceInsights BooleanEnabled 
- A value that indicates whether to turn on Performance Insights for the DB cluster.
- performanceInsights StringKms Key Id 
- The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
- performanceInsights NumberRetention Period 
- The amount of time, in days, to retain Performance Insights data.
- port Number
- The port number on which the instances in the DB cluster accept connections. Default: 3306 if engine is set as aurora or 5432 if set to aurora-postgresql.
- preferredBackup StringWindow 
- The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- preferredMaintenance StringWindow 
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.
- publiclyAccessible Boolean
- A value that indicates whether the DB cluster is publicly accessible.
- readEndpoint Property Map
- Property readEndpoint
- replicationSource StringIdentifier 
- The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.
- restoreTo StringTime 
- The date and time to restore the DB cluster to. Value must be a time in Universal Coordinated Time (UTC) format. An example: 2015-03-07T23:45:00Z
- restoreType String
- The type of restore to be performed. You can specify one of the following values:full-copy - The new DB cluster is restored as a full copy of the source DB cluster.copy-on-write - The new DB cluster is restored as a clone of the source DB cluster.
- scalingConfiguration Property Map
- The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster. The ScalingConfiguration property type specifies the scaling configuration of an Aurora Serverless DB cluster.
- serverlessV2Scaling Property MapConfiguration 
- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. Contains the scaling configuration of an Aurora Serverless v2 DB cluster.
- snapshotIdentifier String
- The identifier for the DB snapshot or DB cluster snapshot to restore from.You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.After you restore a DB cluster with a SnapshotIdentifier property, you must specify the same SnapshotIdentifier property for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed. However, if you don't specify the SnapshotIdentifier property, an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the specified SnapshotIdentifier property, and the original DB cluster is deleted.
- sourceDBCluster StringIdentifier 
- The identifier of the source DB cluster from which to restore.
- sourceRegion String
- The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, us-east-1.
- storageEncrypted Boolean
- Indicates whether the DB instance is encrypted.If you specify the DBClusterIdentifier, SnapshotIdentifier, or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance.
- storageThroughput Number
- Specifies the storage throughput value for the DB cluster. This setting applies only to the gp3 storage type.
- storageType String
- Specifies the storage type to be associated with the DB cluster.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- useLatest BooleanRestorable Time 
- A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster is not restored to the latest restorable backup time.
- vpcSecurity List<String>Group Ids 
- A list of EC2 VPC security groups to associate with this DB cluster.
DBClusterRole, DBClusterRoleArgs    
- FeatureName string
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- RoleArn string
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
- FeatureName string
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- RoleArn string
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
- featureName String
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- roleArn String
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
- featureName string
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- roleArn string
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
- feature_name str
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- role_arn str
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
- featureName String
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- roleArn String
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
DBClusterRoleResponse, DBClusterRoleResponseArgs      
- FeatureName string
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- RoleArn string
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
- FeatureName string
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- RoleArn string
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
- featureName String
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- roleArn String
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
- featureName string
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- roleArn string
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
- feature_name str
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- role_arn str
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
- featureName String
- The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon RDS API Reference.
- roleArn String
- The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
MasterUserSecret, MasterUserSecretArgs      
- kms_key_ strid 
- The AWS KMS key identifier that is used to encrypt the secret.
- secret_arn str
- The Amazon Resource Name (ARN) of the secret.
MasterUserSecretResponse, MasterUserSecretResponseArgs        
- kms_key_ strid 
- The AWS KMS key identifier that is used to encrypt the secret.
- secret_arn str
- The Amazon Resource Name (ARN) of the secret.
RdsDBClusterProperties, RdsDBClusterPropertiesArgs      
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Rds DBCluster Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsRds DBCluster Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsRds DBCluster Properties 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsRds DBCluster Properties 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud stringResource Name 
- Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_account_ strid 
- AWS Account ID
- aws_properties AwsRds DBCluster 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)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
RdsDBClusterPropertiesResponse, RdsDBClusterPropertiesResponseArgs        
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Rds DBCluster Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsRds DBCluster Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsRds DBCluster Properties Response 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- provisioningState string
- The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsRds DBCluster Properties Response 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud 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 AwsRds DBCluster 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
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
RdsDbClusterEndpoint, RdsDbClusterEndpointArgs        
RdsDbClusterEndpointResponse, RdsDbClusterEndpointResponseArgs          
ReadEndpoint, ReadEndpointArgs    
- Address string
- The reader endpoint for the DB cluster.
- Address string
- The reader endpoint for the DB cluster.
- address String
- The reader endpoint for the DB cluster.
- address string
- The reader endpoint for the DB cluster.
- address str
- The reader endpoint for the DB cluster.
- address String
- The reader endpoint for the DB cluster.
ReadEndpointResponse, ReadEndpointResponseArgs      
- Address string
- The reader endpoint for the DB cluster.
- Address string
- The reader endpoint for the DB cluster.
- address String
- The reader endpoint for the DB cluster.
- address string
- The reader endpoint for the DB cluster.
- address str
- The reader endpoint for the DB cluster.
- address String
- The reader endpoint for the DB cluster.
ScalingConfiguration, ScalingConfigurationArgs    
- AutoPause bool
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- MaxCapacity int
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- MinCapacity int
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- SecondsBefore intTimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- SecondsUntil intAuto Pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- TimeoutAction string
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
- AutoPause bool
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- MaxCapacity int
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- MinCapacity int
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- SecondsBefore intTimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- SecondsUntil intAuto Pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- TimeoutAction string
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
- autoPause Boolean
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- maxCapacity Integer
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- minCapacity Integer
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- secondsBefore IntegerTimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- secondsUntil IntegerAuto Pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- timeoutAction String
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
- autoPause boolean
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- maxCapacity number
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- minCapacity number
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- secondsBefore numberTimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- secondsUntil numberAuto Pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- timeoutAction string
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
- auto_pause bool
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- max_capacity int
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- min_capacity int
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- seconds_before_ inttimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- seconds_until_ intauto_ pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- timeout_action str
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
- autoPause Boolean
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- maxCapacity Number
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- minCapacity Number
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- secondsBefore NumberTimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- secondsUntil NumberAuto Pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- timeoutAction String
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
ScalingConfigurationResponse, ScalingConfigurationResponseArgs      
- AutoPause bool
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- MaxCapacity int
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- MinCapacity int
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- SecondsBefore intTimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- SecondsUntil intAuto Pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- TimeoutAction string
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
- AutoPause bool
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- MaxCapacity int
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- MinCapacity int
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- SecondsBefore intTimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- SecondsUntil intAuto Pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- TimeoutAction string
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
- autoPause Boolean
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- maxCapacity Integer
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- minCapacity Integer
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- secondsBefore IntegerTimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- secondsUntil IntegerAuto Pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- timeoutAction String
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
- autoPause boolean
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- maxCapacity number
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- minCapacity number
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- secondsBefore numberTimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- secondsUntil numberAuto Pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- timeoutAction string
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
- auto_pause bool
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- max_capacity int
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- min_capacity int
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- seconds_before_ inttimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- seconds_until_ intauto_ pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- timeout_action str
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
- autoPause Boolean
- A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).
- maxCapacity Number
- The maximum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The maximum capacity must be greater than or equal to the minimum capacity.
- minCapacity Number
- The minimum capacity for an Aurora DB cluster in serverless DB engine mode.For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.The minimum capacity must be less than or equal to the maximum capacity.
- secondsBefore NumberTimeout 
- The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.The default is 300.
- secondsUntil NumberAuto Pause 
- The time, in seconds, before an Aurora DB cluster in serverless mode is paused.
- timeoutAction String
- The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.
ServerlessV2ScalingConfiguration, ServerlessV2ScalingConfigurationArgs      
- MaxCapacity double
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- MinCapacity double
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
- MaxCapacity float64
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- MinCapacity float64
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
- maxCapacity Double
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- minCapacity Double
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
- maxCapacity number
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- minCapacity number
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
- max_capacity float
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- min_capacity float
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
- maxCapacity Number
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- minCapacity Number
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
ServerlessV2ScalingConfigurationResponse, ServerlessV2ScalingConfigurationResponseArgs        
- MaxCapacity double
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- MinCapacity double
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
- MaxCapacity float64
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- MinCapacity float64
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
- maxCapacity Double
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- minCapacity Double
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
- maxCapacity number
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- minCapacity number
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
- max_capacity float
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- min_capacity float
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
- maxCapacity Number
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
- minCapacity Number
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
SystemDataResponse, SystemDataResponseArgs      
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified 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:RdsDbCluster uxpivkrjpudwctxwmajudmdkztpyw /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/rdsDBClusters/{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