azure-native.awsconnector.RdsDbSnapshot
Explore with Pulumi AI
A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.
Example Usage
RdsDbSnapshots_CreateOrReplace
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var rdsDbSnapshot = new AzureNative.AwsConnector.RdsDbSnapshot("rdsDbSnapshot", new()
    {
        Location = "ojgfpymabvdpgvknjfvaecf",
        Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        Properties = new AzureNative.AwsConnector.Inputs.RdsDBSnapshotPropertiesArgs
        {
            Arn = "nqbzizmcdbvsukdqhrdcg",
            AwsAccountId = "gimhekqewbnatvrjiewxszwd",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsRdsDBSnapshotPropertiesArgs
            {
                AllocatedStorage = 10,
                AvailabilityZone = "kayjlaciv",
                DbInstanceIdentifier = "sgszwrakxshyzice",
                DbSnapshotArn = "xdjclnyyjohzhbe",
                DbSnapshotIdentifier = "yeju",
                DbSystemId = "fzavlejrrugjcdxaetdvvhg",
                DbiResourceId = "jwxsvn",
                DedicatedLogVolume = true,
                Encrypted = true,
                Engine = "xkjeovmjwpoycteiloodhzsyly",
                EngineVersion = "ycrrezzqweeassrgalnqmcuhnk",
                IamDatabaseAuthenticationEnabled = true,
                InstanceCreateTime = "2024-10-08T03:49:38.588Z",
                Iops = 7,
                KmsKeyId = "lblvrtpgcfkwhhylmefrzvf",
                LicenseModel = "wbcqlk",
                MasterUsername = "ahyhxkpctusl",
                MultiTenant = true,
                OptionGroupName = "zxrglvxvd",
                OriginalSnapshotCreateTime = "2024-10-08T03:49:38.589Z",
                PercentProgress = 19,
                Port = 11,
                ProcessorFeatures = new[]
                {
                    new AzureNative.AwsConnector.Inputs.ProcessorFeatureArgs
                    {
                        Name = "sidrqdpoqaeon",
                        Value = "elyxiifmhltlaxelehotutvcfcmqii",
                    },
                },
                SnapshotCreateTime = "2024-10-08T03:49:38.589Z",
                SnapshotDatabaseTime = "2024-10-08T03:49:38.589Z",
                SnapshotTarget = "uvkzzwcpvrfjw",
                SnapshotType = "iiydwpezfwmejabymfqpelcifgzng",
                SourceDBSnapshotIdentifier = "awxakkqcvryuhqdbunoz",
                SourceRegion = "vrldyuopcfabthhgxvpnybgtfdi",
                Status = "mwktzwjlfzywwkgrjhl",
                StorageThroughput = 1,
                StorageType = "i",
                TagList = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TagArgs
                    {
                        Key = "mzixrqjicfutjmwsvhfrku",
                        Value = "gbyocywzau",
                    },
                },
                TdeCredentialArn = "eyoddxncbnezesemvnxd",
                Timezone = "coraguclwgryiiynjhpes",
                VpcId = "fpweamshtdzkrbhcqenn",
            },
            AwsRegion = "qk",
            AwsSourceSchema = "sfaw",
            AwsTags = 
            {
                { "key7020", "vzcdzxrdsvgurfovupzzumr" },
            },
            PublicCloudConnectorsResourceId = "ptkmloddhzkiphtdnmdhlx",
            PublicCloudResourceName = "uoecdcxuxiu",
        },
        ResourceGroupName = "rgrdsDBSnapshot",
        Tags = 
        {
            { "key752", "byquognttsccsvhrdhc" },
        },
    });
});
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.NewRdsDbSnapshot(ctx, "rdsDbSnapshot", &awsconnector.RdsDbSnapshotArgs{
			Location: pulumi.String("ojgfpymabvdpgvknjfvaecf"),
			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
			Properties: &awsconnector.RdsDBSnapshotPropertiesArgs{
				Arn:          pulumi.String("nqbzizmcdbvsukdqhrdcg"),
				AwsAccountId: pulumi.String("gimhekqewbnatvrjiewxszwd"),
				AwsProperties: &awsconnector.AwsRdsDBSnapshotPropertiesArgs{
					AllocatedStorage:                 pulumi.Int(10),
					AvailabilityZone:                 pulumi.String("kayjlaciv"),
					DbInstanceIdentifier:             pulumi.String("sgszwrakxshyzice"),
					DbSnapshotArn:                    pulumi.String("xdjclnyyjohzhbe"),
					DbSnapshotIdentifier:             pulumi.String("yeju"),
					DbSystemId:                       pulumi.String("fzavlejrrugjcdxaetdvvhg"),
					DbiResourceId:                    pulumi.String("jwxsvn"),
					DedicatedLogVolume:               pulumi.Bool(true),
					Encrypted:                        pulumi.Bool(true),
					Engine:                           pulumi.String("xkjeovmjwpoycteiloodhzsyly"),
					EngineVersion:                    pulumi.String("ycrrezzqweeassrgalnqmcuhnk"),
					IamDatabaseAuthenticationEnabled: pulumi.Bool(true),
					InstanceCreateTime:               pulumi.String("2024-10-08T03:49:38.588Z"),
					Iops:                             pulumi.Int(7),
					KmsKeyId:                         pulumi.String("lblvrtpgcfkwhhylmefrzvf"),
					LicenseModel:                     pulumi.String("wbcqlk"),
					MasterUsername:                   pulumi.String("ahyhxkpctusl"),
					MultiTenant:                      pulumi.Bool(true),
					OptionGroupName:                  pulumi.String("zxrglvxvd"),
					OriginalSnapshotCreateTime:       pulumi.String("2024-10-08T03:49:38.589Z"),
					PercentProgress:                  pulumi.Int(19),
					Port:                             pulumi.Int(11),
					ProcessorFeatures: awsconnector.ProcessorFeatureArray{
						&awsconnector.ProcessorFeatureArgs{
							Name:  pulumi.String("sidrqdpoqaeon"),
							Value: pulumi.String("elyxiifmhltlaxelehotutvcfcmqii"),
						},
					},
					SnapshotCreateTime:         pulumi.String("2024-10-08T03:49:38.589Z"),
					SnapshotDatabaseTime:       pulumi.String("2024-10-08T03:49:38.589Z"),
					SnapshotTarget:             pulumi.String("uvkzzwcpvrfjw"),
					SnapshotType:               pulumi.String("iiydwpezfwmejabymfqpelcifgzng"),
					SourceDBSnapshotIdentifier: pulumi.String("awxakkqcvryuhqdbunoz"),
					SourceRegion:               pulumi.String("vrldyuopcfabthhgxvpnybgtfdi"),
					Status:                     pulumi.String("mwktzwjlfzywwkgrjhl"),
					StorageThroughput:          pulumi.Int(1),
					StorageType:                pulumi.String("i"),
					TagList: awsconnector.TagArray{
						&awsconnector.TagArgs{
							Key:   pulumi.String("mzixrqjicfutjmwsvhfrku"),
							Value: pulumi.String("gbyocywzau"),
						},
					},
					TdeCredentialArn: pulumi.String("eyoddxncbnezesemvnxd"),
					Timezone:         pulumi.String("coraguclwgryiiynjhpes"),
					VpcId:            pulumi.String("fpweamshtdzkrbhcqenn"),
				},
				AwsRegion:       pulumi.String("qk"),
				AwsSourceSchema: pulumi.String("sfaw"),
				AwsTags: pulumi.StringMap{
					"key7020": pulumi.String("vzcdzxrdsvgurfovupzzumr"),
				},
				PublicCloudConnectorsResourceId: pulumi.String("ptkmloddhzkiphtdnmdhlx"),
				PublicCloudResourceName:         pulumi.String("uoecdcxuxiu"),
			},
			ResourceGroupName: pulumi.String("rgrdsDBSnapshot"),
			Tags: pulumi.StringMap{
				"key752": pulumi.String("byquognttsccsvhrdhc"),
			},
		})
		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.RdsDbSnapshot;
import com.pulumi.azurenative.awsconnector.RdsDbSnapshotArgs;
import com.pulumi.azurenative.awsconnector.inputs.RdsDBSnapshotPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsRdsDBSnapshotPropertiesArgs;
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 rdsDbSnapshot = new RdsDbSnapshot("rdsDbSnapshot", RdsDbSnapshotArgs.builder()
            .location("ojgfpymabvdpgvknjfvaecf")
            .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
            .properties(RdsDBSnapshotPropertiesArgs.builder()
                .arn("nqbzizmcdbvsukdqhrdcg")
                .awsAccountId("gimhekqewbnatvrjiewxszwd")
                .awsProperties(AwsRdsDBSnapshotPropertiesArgs.builder()
                    .allocatedStorage(10)
                    .availabilityZone("kayjlaciv")
                    .dbInstanceIdentifier("sgszwrakxshyzice")
                    .dbSnapshotArn("xdjclnyyjohzhbe")
                    .dbSnapshotIdentifier("yeju")
                    .dbSystemId("fzavlejrrugjcdxaetdvvhg")
                    .dbiResourceId("jwxsvn")
                    .dedicatedLogVolume(true)
                    .encrypted(true)
                    .engine("xkjeovmjwpoycteiloodhzsyly")
                    .engineVersion("ycrrezzqweeassrgalnqmcuhnk")
                    .iamDatabaseAuthenticationEnabled(true)
                    .instanceCreateTime("2024-10-08T03:49:38.588Z")
                    .iops(7)
                    .kmsKeyId("lblvrtpgcfkwhhylmefrzvf")
                    .licenseModel("wbcqlk")
                    .masterUsername("ahyhxkpctusl")
                    .multiTenant(true)
                    .optionGroupName("zxrglvxvd")
                    .originalSnapshotCreateTime("2024-10-08T03:49:38.589Z")
                    .percentProgress(19)
                    .port(11)
                    .processorFeatures(ProcessorFeatureArgs.builder()
                        .name("sidrqdpoqaeon")
                        .value("elyxiifmhltlaxelehotutvcfcmqii")
                        .build())
                    .snapshotCreateTime("2024-10-08T03:49:38.589Z")
                    .snapshotDatabaseTime("2024-10-08T03:49:38.589Z")
                    .snapshotTarget("uvkzzwcpvrfjw")
                    .snapshotType("iiydwpezfwmejabymfqpelcifgzng")
                    .sourceDBSnapshotIdentifier("awxakkqcvryuhqdbunoz")
                    .sourceRegion("vrldyuopcfabthhgxvpnybgtfdi")
                    .status("mwktzwjlfzywwkgrjhl")
                    .storageThroughput(1)
                    .storageType("i")
                    .tagList(TagArgs.builder()
                        .key("mzixrqjicfutjmwsvhfrku")
                        .value("gbyocywzau")
                        .build())
                    .tdeCredentialArn("eyoddxncbnezesemvnxd")
                    .timezone("coraguclwgryiiynjhpes")
                    .vpcId("fpweamshtdzkrbhcqenn")
                    .build())
                .awsRegion("qk")
                .awsSourceSchema("sfaw")
                .awsTags(Map.of("key7020", "vzcdzxrdsvgurfovupzzumr"))
                .publicCloudConnectorsResourceId("ptkmloddhzkiphtdnmdhlx")
                .publicCloudResourceName("uoecdcxuxiu")
                .build())
            .resourceGroupName("rgrdsDBSnapshot")
            .tags(Map.of("key752", "byquognttsccsvhrdhc"))
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const rdsDbSnapshot = new azure_native.awsconnector.RdsDbSnapshot("rdsDbSnapshot", {
    location: "ojgfpymabvdpgvknjfvaecf",
    name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties: {
        arn: "nqbzizmcdbvsukdqhrdcg",
        awsAccountId: "gimhekqewbnatvrjiewxszwd",
        awsProperties: {
            allocatedStorage: 10,
            availabilityZone: "kayjlaciv",
            dbInstanceIdentifier: "sgszwrakxshyzice",
            dbSnapshotArn: "xdjclnyyjohzhbe",
            dbSnapshotIdentifier: "yeju",
            dbSystemId: "fzavlejrrugjcdxaetdvvhg",
            dbiResourceId: "jwxsvn",
            dedicatedLogVolume: true,
            encrypted: true,
            engine: "xkjeovmjwpoycteiloodhzsyly",
            engineVersion: "ycrrezzqweeassrgalnqmcuhnk",
            iamDatabaseAuthenticationEnabled: true,
            instanceCreateTime: "2024-10-08T03:49:38.588Z",
            iops: 7,
            kmsKeyId: "lblvrtpgcfkwhhylmefrzvf",
            licenseModel: "wbcqlk",
            masterUsername: "ahyhxkpctusl",
            multiTenant: true,
            optionGroupName: "zxrglvxvd",
            originalSnapshotCreateTime: "2024-10-08T03:49:38.589Z",
            percentProgress: 19,
            port: 11,
            processorFeatures: [{
                name: "sidrqdpoqaeon",
                value: "elyxiifmhltlaxelehotutvcfcmqii",
            }],
            snapshotCreateTime: "2024-10-08T03:49:38.589Z",
            snapshotDatabaseTime: "2024-10-08T03:49:38.589Z",
            snapshotTarget: "uvkzzwcpvrfjw",
            snapshotType: "iiydwpezfwmejabymfqpelcifgzng",
            sourceDBSnapshotIdentifier: "awxakkqcvryuhqdbunoz",
            sourceRegion: "vrldyuopcfabthhgxvpnybgtfdi",
            status: "mwktzwjlfzywwkgrjhl",
            storageThroughput: 1,
            storageType: "i",
            tagList: [{
                key: "mzixrqjicfutjmwsvhfrku",
                value: "gbyocywzau",
            }],
            tdeCredentialArn: "eyoddxncbnezesemvnxd",
            timezone: "coraguclwgryiiynjhpes",
            vpcId: "fpweamshtdzkrbhcqenn",
        },
        awsRegion: "qk",
        awsSourceSchema: "sfaw",
        awsTags: {
            key7020: "vzcdzxrdsvgurfovupzzumr",
        },
        publicCloudConnectorsResourceId: "ptkmloddhzkiphtdnmdhlx",
        publicCloudResourceName: "uoecdcxuxiu",
    },
    resourceGroupName: "rgrdsDBSnapshot",
    tags: {
        key752: "byquognttsccsvhrdhc",
    },
});
import pulumi
import pulumi_azure_native as azure_native
rds_db_snapshot = azure_native.awsconnector.RdsDbSnapshot("rdsDbSnapshot",
    location="ojgfpymabvdpgvknjfvaecf",
    name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties={
        "arn": "nqbzizmcdbvsukdqhrdcg",
        "aws_account_id": "gimhekqewbnatvrjiewxszwd",
        "aws_properties": {
            "allocated_storage": 10,
            "availability_zone": "kayjlaciv",
            "db_instance_identifier": "sgszwrakxshyzice",
            "db_snapshot_arn": "xdjclnyyjohzhbe",
            "db_snapshot_identifier": "yeju",
            "db_system_id": "fzavlejrrugjcdxaetdvvhg",
            "dbi_resource_id": "jwxsvn",
            "dedicated_log_volume": True,
            "encrypted": True,
            "engine": "xkjeovmjwpoycteiloodhzsyly",
            "engine_version": "ycrrezzqweeassrgalnqmcuhnk",
            "iam_database_authentication_enabled": True,
            "instance_create_time": "2024-10-08T03:49:38.588Z",
            "iops": 7,
            "kms_key_id": "lblvrtpgcfkwhhylmefrzvf",
            "license_model": "wbcqlk",
            "master_username": "ahyhxkpctusl",
            "multi_tenant": True,
            "option_group_name": "zxrglvxvd",
            "original_snapshot_create_time": "2024-10-08T03:49:38.589Z",
            "percent_progress": 19,
            "port": 11,
            "processor_features": [{
                "name": "sidrqdpoqaeon",
                "value": "elyxiifmhltlaxelehotutvcfcmqii",
            }],
            "snapshot_create_time": "2024-10-08T03:49:38.589Z",
            "snapshot_database_time": "2024-10-08T03:49:38.589Z",
            "snapshot_target": "uvkzzwcpvrfjw",
            "snapshot_type": "iiydwpezfwmejabymfqpelcifgzng",
            "source_db_snapshot_identifier": "awxakkqcvryuhqdbunoz",
            "source_region": "vrldyuopcfabthhgxvpnybgtfdi",
            "status": "mwktzwjlfzywwkgrjhl",
            "storage_throughput": 1,
            "storage_type": "i",
            "tag_list": [{
                "key": "mzixrqjicfutjmwsvhfrku",
                "value": "gbyocywzau",
            }],
            "tde_credential_arn": "eyoddxncbnezesemvnxd",
            "timezone": "coraguclwgryiiynjhpes",
            "vpc_id": "fpweamshtdzkrbhcqenn",
        },
        "aws_region": "qk",
        "aws_source_schema": "sfaw",
        "aws_tags": {
            "key7020": "vzcdzxrdsvgurfovupzzumr",
        },
        "public_cloud_connectors_resource_id": "ptkmloddhzkiphtdnmdhlx",
        "public_cloud_resource_name": "uoecdcxuxiu",
    },
    resource_group_name="rgrdsDBSnapshot",
    tags={
        "key752": "byquognttsccsvhrdhc",
    })
resources:
  rdsDbSnapshot:
    type: azure-native:awsconnector:RdsDbSnapshot
    properties:
      location: ojgfpymabvdpgvknjfvaecf
      name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
      properties:
        arn: nqbzizmcdbvsukdqhrdcg
        awsAccountId: gimhekqewbnatvrjiewxszwd
        awsProperties:
          allocatedStorage: 10
          availabilityZone: kayjlaciv
          dbInstanceIdentifier: sgszwrakxshyzice
          dbSnapshotArn: xdjclnyyjohzhbe
          dbSnapshotIdentifier: yeju
          dbSystemId: fzavlejrrugjcdxaetdvvhg
          dbiResourceId: jwxsvn
          dedicatedLogVolume: true
          encrypted: true
          engine: xkjeovmjwpoycteiloodhzsyly
          engineVersion: ycrrezzqweeassrgalnqmcuhnk
          iamDatabaseAuthenticationEnabled: true
          instanceCreateTime: 2024-10-08T03:49:38.588Z
          iops: 7
          kmsKeyId: lblvrtpgcfkwhhylmefrzvf
          licenseModel: wbcqlk
          masterUsername: ahyhxkpctusl
          multiTenant: true
          optionGroupName: zxrglvxvd
          originalSnapshotCreateTime: 2024-10-08T03:49:38.589Z
          percentProgress: 19
          port: 11
          processorFeatures:
            - name: sidrqdpoqaeon
              value: elyxiifmhltlaxelehotutvcfcmqii
          snapshotCreateTime: 2024-10-08T03:49:38.589Z
          snapshotDatabaseTime: 2024-10-08T03:49:38.589Z
          snapshotTarget: uvkzzwcpvrfjw
          snapshotType: iiydwpezfwmejabymfqpelcifgzng
          sourceDBSnapshotIdentifier: awxakkqcvryuhqdbunoz
          sourceRegion: vrldyuopcfabthhgxvpnybgtfdi
          status: mwktzwjlfzywwkgrjhl
          storageThroughput: 1
          storageType: i
          tagList:
            - key: mzixrqjicfutjmwsvhfrku
              value: gbyocywzau
          tdeCredentialArn: eyoddxncbnezesemvnxd
          timezone: coraguclwgryiiynjhpes
          vpcId: fpweamshtdzkrbhcqenn
        awsRegion: qk
        awsSourceSchema: sfaw
        awsTags:
          key7020: vzcdzxrdsvgurfovupzzumr
        publicCloudConnectorsResourceId: ptkmloddhzkiphtdnmdhlx
        publicCloudResourceName: uoecdcxuxiu
      resourceGroupName: rgrdsDBSnapshot
      tags:
        key752: byquognttsccsvhrdhc
Create RdsDbSnapshot Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RdsDbSnapshot(name: string, args: RdsDbSnapshotArgs, opts?: CustomResourceOptions);@overload
def RdsDbSnapshot(resource_name: str,
                  args: RdsDbSnapshotArgs,
                  opts: Optional[ResourceOptions] = None)
@overload
def RdsDbSnapshot(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  resource_group_name: Optional[str] = None,
                  location: Optional[str] = None,
                  name: Optional[str] = None,
                  properties: Optional[RdsDBSnapshotPropertiesArgs] = None,
                  tags: Optional[Mapping[str, str]] = None)func NewRdsDbSnapshot(ctx *Context, name string, args RdsDbSnapshotArgs, opts ...ResourceOption) (*RdsDbSnapshot, error)public RdsDbSnapshot(string name, RdsDbSnapshotArgs args, CustomResourceOptions? opts = null)
public RdsDbSnapshot(String name, RdsDbSnapshotArgs args)
public RdsDbSnapshot(String name, RdsDbSnapshotArgs args, CustomResourceOptions options)
type: azure-native:awsconnector:RdsDbSnapshot
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 RdsDbSnapshotArgs
- 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 RdsDbSnapshotArgs
- 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 RdsDbSnapshotArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RdsDbSnapshotArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RdsDbSnapshotArgs
- 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 rdsDbSnapshotResource = new AzureNative.AwsConnector.RdsDbSnapshot("rdsDbSnapshotResource", new()
{
    ResourceGroupName = "string",
    Location = "string",
    Name = "string",
    Properties = new AzureNative.AwsConnector.Inputs.RdsDBSnapshotPropertiesArgs
    {
        Arn = "string",
        AwsAccountId = "string",
        AwsProperties = new AzureNative.AwsConnector.Inputs.AwsRdsDBSnapshotPropertiesArgs
        {
            AllocatedStorage = 0,
            AvailabilityZone = "string",
            DbInstanceIdentifier = "string",
            DbSnapshotArn = "string",
            DbSnapshotIdentifier = "string",
            DbSystemId = "string",
            DbiResourceId = "string",
            DedicatedLogVolume = false,
            Encrypted = false,
            Engine = "string",
            EngineVersion = "string",
            IamDatabaseAuthenticationEnabled = false,
            InstanceCreateTime = "string",
            Iops = 0,
            KmsKeyId = "string",
            LicenseModel = "string",
            MasterUsername = "string",
            MultiTenant = false,
            OptionGroupName = "string",
            OriginalSnapshotCreateTime = "string",
            PercentProgress = 0,
            Port = 0,
            ProcessorFeatures = new[]
            {
                new AzureNative.AwsConnector.Inputs.ProcessorFeatureArgs
                {
                    Name = "string",
                    Value = "string",
                },
            },
            SnapshotCreateTime = "string",
            SnapshotDatabaseTime = "string",
            SnapshotTarget = "string",
            SnapshotType = "string",
            SourceDBSnapshotIdentifier = "string",
            SourceRegion = "string",
            Status = "string",
            StorageThroughput = 0,
            StorageType = "string",
            TagList = new[]
            {
                new AzureNative.AwsConnector.Inputs.TagArgs
                {
                    Key = "string",
                    Value = "string",
                },
            },
            TdeCredentialArn = "string",
            Timezone = "string",
            VpcId = "string",
        },
        AwsRegion = "string",
        AwsSourceSchema = "string",
        AwsTags = 
        {
            { "string", "string" },
        },
        PublicCloudConnectorsResourceId = "string",
        PublicCloudResourceName = "string",
    },
    Tags = 
    {
        { "string", "string" },
    },
});
example, err := awsconnector.NewRdsDbSnapshot(ctx, "rdsDbSnapshotResource", &awsconnector.RdsDbSnapshotArgs{
	ResourceGroupName: pulumi.String("string"),
	Location:          pulumi.String("string"),
	Name:              pulumi.String("string"),
	Properties: &awsconnector.RdsDBSnapshotPropertiesArgs{
		Arn:          pulumi.String("string"),
		AwsAccountId: pulumi.String("string"),
		AwsProperties: &awsconnector.AwsRdsDBSnapshotPropertiesArgs{
			AllocatedStorage:                 pulumi.Int(0),
			AvailabilityZone:                 pulumi.String("string"),
			DbInstanceIdentifier:             pulumi.String("string"),
			DbSnapshotArn:                    pulumi.String("string"),
			DbSnapshotIdentifier:             pulumi.String("string"),
			DbSystemId:                       pulumi.String("string"),
			DbiResourceId:                    pulumi.String("string"),
			DedicatedLogVolume:               pulumi.Bool(false),
			Encrypted:                        pulumi.Bool(false),
			Engine:                           pulumi.String("string"),
			EngineVersion:                    pulumi.String("string"),
			IamDatabaseAuthenticationEnabled: pulumi.Bool(false),
			InstanceCreateTime:               pulumi.String("string"),
			Iops:                             pulumi.Int(0),
			KmsKeyId:                         pulumi.String("string"),
			LicenseModel:                     pulumi.String("string"),
			MasterUsername:                   pulumi.String("string"),
			MultiTenant:                      pulumi.Bool(false),
			OptionGroupName:                  pulumi.String("string"),
			OriginalSnapshotCreateTime:       pulumi.String("string"),
			PercentProgress:                  pulumi.Int(0),
			Port:                             pulumi.Int(0),
			ProcessorFeatures: awsconnector.ProcessorFeatureArray{
				&awsconnector.ProcessorFeatureArgs{
					Name:  pulumi.String("string"),
					Value: pulumi.String("string"),
				},
			},
			SnapshotCreateTime:         pulumi.String("string"),
			SnapshotDatabaseTime:       pulumi.String("string"),
			SnapshotTarget:             pulumi.String("string"),
			SnapshotType:               pulumi.String("string"),
			SourceDBSnapshotIdentifier: pulumi.String("string"),
			SourceRegion:               pulumi.String("string"),
			Status:                     pulumi.String("string"),
			StorageThroughput:          pulumi.Int(0),
			StorageType:                pulumi.String("string"),
			TagList: awsconnector.TagArray{
				&awsconnector.TagArgs{
					Key:   pulumi.String("string"),
					Value: pulumi.String("string"),
				},
			},
			TdeCredentialArn: pulumi.String("string"),
			Timezone:         pulumi.String("string"),
			VpcId:            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 rdsDbSnapshotResource = new RdsDbSnapshot("rdsDbSnapshotResource", RdsDbSnapshotArgs.builder()
    .resourceGroupName("string")
    .location("string")
    .name("string")
    .properties(RdsDBSnapshotPropertiesArgs.builder()
        .arn("string")
        .awsAccountId("string")
        .awsProperties(AwsRdsDBSnapshotPropertiesArgs.builder()
            .allocatedStorage(0)
            .availabilityZone("string")
            .dbInstanceIdentifier("string")
            .dbSnapshotArn("string")
            .dbSnapshotIdentifier("string")
            .dbSystemId("string")
            .dbiResourceId("string")
            .dedicatedLogVolume(false)
            .encrypted(false)
            .engine("string")
            .engineVersion("string")
            .iamDatabaseAuthenticationEnabled(false)
            .instanceCreateTime("string")
            .iops(0)
            .kmsKeyId("string")
            .licenseModel("string")
            .masterUsername("string")
            .multiTenant(false)
            .optionGroupName("string")
            .originalSnapshotCreateTime("string")
            .percentProgress(0)
            .port(0)
            .processorFeatures(ProcessorFeatureArgs.builder()
                .name("string")
                .value("string")
                .build())
            .snapshotCreateTime("string")
            .snapshotDatabaseTime("string")
            .snapshotTarget("string")
            .snapshotType("string")
            .sourceDBSnapshotIdentifier("string")
            .sourceRegion("string")
            .status("string")
            .storageThroughput(0)
            .storageType("string")
            .tagList(TagArgs.builder()
                .key("string")
                .value("string")
                .build())
            .tdeCredentialArn("string")
            .timezone("string")
            .vpcId("string")
            .build())
        .awsRegion("string")
        .awsSourceSchema("string")
        .awsTags(Map.of("string", "string"))
        .publicCloudConnectorsResourceId("string")
        .publicCloudResourceName("string")
        .build())
    .tags(Map.of("string", "string"))
    .build());
rds_db_snapshot_resource = azure_native.awsconnector.RdsDbSnapshot("rdsDbSnapshotResource",
    resource_group_name="string",
    location="string",
    name="string",
    properties={
        "arn": "string",
        "aws_account_id": "string",
        "aws_properties": {
            "allocated_storage": 0,
            "availability_zone": "string",
            "db_instance_identifier": "string",
            "db_snapshot_arn": "string",
            "db_snapshot_identifier": "string",
            "db_system_id": "string",
            "dbi_resource_id": "string",
            "dedicated_log_volume": False,
            "encrypted": False,
            "engine": "string",
            "engine_version": "string",
            "iam_database_authentication_enabled": False,
            "instance_create_time": "string",
            "iops": 0,
            "kms_key_id": "string",
            "license_model": "string",
            "master_username": "string",
            "multi_tenant": False,
            "option_group_name": "string",
            "original_snapshot_create_time": "string",
            "percent_progress": 0,
            "port": 0,
            "processor_features": [{
                "name": "string",
                "value": "string",
            }],
            "snapshot_create_time": "string",
            "snapshot_database_time": "string",
            "snapshot_target": "string",
            "snapshot_type": "string",
            "source_db_snapshot_identifier": "string",
            "source_region": "string",
            "status": "string",
            "storage_throughput": 0,
            "storage_type": "string",
            "tag_list": [{
                "key": "string",
                "value": "string",
            }],
            "tde_credential_arn": "string",
            "timezone": "string",
            "vpc_id": "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 rdsDbSnapshotResource = new azure_native.awsconnector.RdsDbSnapshot("rdsDbSnapshotResource", {
    resourceGroupName: "string",
    location: "string",
    name: "string",
    properties: {
        arn: "string",
        awsAccountId: "string",
        awsProperties: {
            allocatedStorage: 0,
            availabilityZone: "string",
            dbInstanceIdentifier: "string",
            dbSnapshotArn: "string",
            dbSnapshotIdentifier: "string",
            dbSystemId: "string",
            dbiResourceId: "string",
            dedicatedLogVolume: false,
            encrypted: false,
            engine: "string",
            engineVersion: "string",
            iamDatabaseAuthenticationEnabled: false,
            instanceCreateTime: "string",
            iops: 0,
            kmsKeyId: "string",
            licenseModel: "string",
            masterUsername: "string",
            multiTenant: false,
            optionGroupName: "string",
            originalSnapshotCreateTime: "string",
            percentProgress: 0,
            port: 0,
            processorFeatures: [{
                name: "string",
                value: "string",
            }],
            snapshotCreateTime: "string",
            snapshotDatabaseTime: "string",
            snapshotTarget: "string",
            snapshotType: "string",
            sourceDBSnapshotIdentifier: "string",
            sourceRegion: "string",
            status: "string",
            storageThroughput: 0,
            storageType: "string",
            tagList: [{
                key: "string",
                value: "string",
            }],
            tdeCredentialArn: "string",
            timezone: "string",
            vpcId: "string",
        },
        awsRegion: "string",
        awsSourceSchema: "string",
        awsTags: {
            string: "string",
        },
        publicCloudConnectorsResourceId: "string",
        publicCloudResourceName: "string",
    },
    tags: {
        string: "string",
    },
});
type: azure-native:awsconnector:RdsDbSnapshot
properties:
    location: string
    name: string
    properties:
        arn: string
        awsAccountId: string
        awsProperties:
            allocatedStorage: 0
            availabilityZone: string
            dbInstanceIdentifier: string
            dbSnapshotArn: string
            dbSnapshotIdentifier: string
            dbSystemId: string
            dbiResourceId: string
            dedicatedLogVolume: false
            encrypted: false
            engine: string
            engineVersion: string
            iamDatabaseAuthenticationEnabled: false
            instanceCreateTime: string
            iops: 0
            kmsKeyId: string
            licenseModel: string
            masterUsername: string
            multiTenant: false
            optionGroupName: string
            originalSnapshotCreateTime: string
            percentProgress: 0
            port: 0
            processorFeatures:
                - name: string
                  value: string
            snapshotCreateTime: string
            snapshotDatabaseTime: string
            snapshotTarget: string
            snapshotType: string
            sourceDBSnapshotIdentifier: string
            sourceRegion: string
            status: string
            storageThroughput: 0
            storageType: string
            tagList:
                - key: string
                  value: string
            tdeCredentialArn: string
            timezone: string
            vpcId: string
        awsRegion: string
        awsSourceSchema: string
        awsTags:
            string: string
        publicCloudConnectorsResourceId: string
        publicCloudResourceName: string
    resourceGroupName: string
    tags:
        string: string
RdsDbSnapshot 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 RdsDbSnapshot 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 RdsDBSnapshot
- Properties
Pulumi.Azure Native. Aws Connector. Inputs. Rds DBSnapshot 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 RdsDBSnapshot
- Properties
RdsDBSnapshot 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 RdsDBSnapshot
- properties
RdsDBSnapshot 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 RdsDBSnapshot
- properties
RdsDBSnapshot 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 RdsDBSnapshot
- properties
RdsDBSnapshot 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 RdsDBSnapshot
- 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 RdsDbSnapshot 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
AwsRdsDBSnapshotProperties, AwsRdsDBSnapshotPropertiesArgs        
- AllocatedStorage int
- AvailabilityZone string
- DbInstance stringIdentifier 
- DbSnapshot stringArn 
- DbSnapshot stringIdentifier 
- DbSystem stringId 
- DbiResource stringId 
- DedicatedLog boolVolume 
- Encrypted bool
- Engine string
- EngineVersion string
- IamDatabase boolAuthentication Enabled 
- InstanceCreate stringTime 
- Iops int
- KmsKey stringId 
- LicenseModel string
- MasterUsername string
- MultiTenant bool
- OptionGroup stringName 
- OriginalSnapshot stringCreate Time 
- PercentProgress int
- Port int
- ProcessorFeatures List<Pulumi.Azure Native. Aws Connector. Inputs. Processor Feature> 
- SnapshotCreate stringTime 
- SnapshotDatabase stringTime 
- SnapshotTarget string
- SnapshotType string
- SourceDBSnapshot stringIdentifier 
- SourceRegion string
- Status string
- StorageThroughput int
- StorageType string
- TagList List<Pulumi.Azure Native. Aws Connector. Inputs. Tag> 
- Property tagList
- TdeCredential stringArn 
- Timezone string
- VpcId string
- AllocatedStorage int
- AvailabilityZone string
- DbInstance stringIdentifier 
- DbSnapshot stringArn 
- DbSnapshot stringIdentifier 
- DbSystem stringId 
- DbiResource stringId 
- DedicatedLog boolVolume 
- Encrypted bool
- Engine string
- EngineVersion string
- IamDatabase boolAuthentication Enabled 
- InstanceCreate stringTime 
- Iops int
- KmsKey stringId 
- LicenseModel string
- MasterUsername string
- MultiTenant bool
- OptionGroup stringName 
- OriginalSnapshot stringCreate Time 
- PercentProgress int
- Port int
- ProcessorFeatures []ProcessorFeature 
- SnapshotCreate stringTime 
- SnapshotDatabase stringTime 
- SnapshotTarget string
- SnapshotType string
- SourceDBSnapshot stringIdentifier 
- SourceRegion string
- Status string
- StorageThroughput int
- StorageType string
- TagList []Tag
- Property tagList
- TdeCredential stringArn 
- Timezone string
- VpcId string
- allocatedStorage Integer
- availabilityZone String
- dbInstance StringIdentifier 
- dbSnapshot StringArn 
- dbSnapshot StringIdentifier 
- dbSystem StringId 
- dbiResource StringId 
- dedicatedLog BooleanVolume 
- encrypted Boolean
- engine String
- engineVersion String
- iamDatabase BooleanAuthentication Enabled 
- instanceCreate StringTime 
- iops Integer
- kmsKey StringId 
- licenseModel String
- masterUsername String
- multiTenant Boolean
- optionGroup StringName 
- originalSnapshot StringCreate Time 
- percentProgress Integer
- port Integer
- processorFeatures List<ProcessorFeature> 
- snapshotCreate StringTime 
- snapshotDatabase StringTime 
- snapshotTarget String
- snapshotType String
- sourceDBSnapshot StringIdentifier 
- sourceRegion String
- status String
- storageThroughput Integer
- storageType String
- tagList List<Tag>
- Property tagList
- tdeCredential StringArn 
- timezone String
- vpcId String
- allocatedStorage number
- availabilityZone string
- dbInstance stringIdentifier 
- dbSnapshot stringArn 
- dbSnapshot stringIdentifier 
- dbSystem stringId 
- dbiResource stringId 
- dedicatedLog booleanVolume 
- encrypted boolean
- engine string
- engineVersion string
- iamDatabase booleanAuthentication Enabled 
- instanceCreate stringTime 
- iops number
- kmsKey stringId 
- licenseModel string
- masterUsername string
- multiTenant boolean
- optionGroup stringName 
- originalSnapshot stringCreate Time 
- percentProgress number
- port number
- processorFeatures ProcessorFeature[] 
- snapshotCreate stringTime 
- snapshotDatabase stringTime 
- snapshotTarget string
- snapshotType string
- sourceDBSnapshot stringIdentifier 
- sourceRegion string
- status string
- storageThroughput number
- storageType string
- tagList Tag[]
- Property tagList
- tdeCredential stringArn 
- timezone string
- vpcId string
- allocated_storage int
- availability_zone str
- db_instance_ stridentifier 
- db_snapshot_ strarn 
- db_snapshot_ stridentifier 
- db_system_ strid 
- dbi_resource_ strid 
- dedicated_log_ boolvolume 
- encrypted bool
- engine str
- engine_version str
- iam_database_ boolauthentication_ enabled 
- instance_create_ strtime 
- iops int
- kms_key_ strid 
- license_model str
- master_username str
- multi_tenant bool
- option_group_ strname 
- original_snapshot_ strcreate_ time 
- percent_progress int
- port int
- processor_features Sequence[ProcessorFeature] 
- snapshot_create_ strtime 
- snapshot_database_ strtime 
- snapshot_target str
- snapshot_type str
- source_db_ strsnapshot_ identifier 
- source_region str
- status str
- storage_throughput int
- storage_type str
- tag_list Sequence[Tag]
- Property tagList
- tde_credential_ strarn 
- timezone str
- vpc_id str
- allocatedStorage Number
- availabilityZone String
- dbInstance StringIdentifier 
- dbSnapshot StringArn 
- dbSnapshot StringIdentifier 
- dbSystem StringId 
- dbiResource StringId 
- dedicatedLog BooleanVolume 
- encrypted Boolean
- engine String
- engineVersion String
- iamDatabase BooleanAuthentication Enabled 
- instanceCreate StringTime 
- iops Number
- kmsKey StringId 
- licenseModel String
- masterUsername String
- multiTenant Boolean
- optionGroup StringName 
- originalSnapshot StringCreate Time 
- percentProgress Number
- port Number
- processorFeatures List<Property Map>
- snapshotCreate StringTime 
- snapshotDatabase StringTime 
- snapshotTarget String
- snapshotType String
- sourceDBSnapshot StringIdentifier 
- sourceRegion String
- status String
- storageThroughput Number
- storageType String
- tagList List<Property Map>
- Property tagList
- tdeCredential StringArn 
- timezone String
- vpcId String
AwsRdsDBSnapshotPropertiesResponse, AwsRdsDBSnapshotPropertiesResponseArgs          
- AllocatedStorage int
- AvailabilityZone string
- DbInstance stringIdentifier 
- DbSnapshot stringArn 
- DbSnapshot stringIdentifier 
- DbSystem stringId 
- DbiResource stringId 
- DedicatedLog boolVolume 
- Encrypted bool
- Engine string
- EngineVersion string
- IamDatabase boolAuthentication Enabled 
- InstanceCreate stringTime 
- Iops int
- KmsKey stringId 
- LicenseModel string
- MasterUsername string
- MultiTenant bool
- OptionGroup stringName 
- OriginalSnapshot stringCreate Time 
- PercentProgress int
- Port int
- ProcessorFeatures List<Pulumi.Azure Native. Aws Connector. Inputs. Processor Feature Response> 
- SnapshotCreate stringTime 
- SnapshotDatabase stringTime 
- SnapshotTarget string
- SnapshotType string
- SourceDBSnapshot stringIdentifier 
- SourceRegion string
- Status string
- StorageThroughput int
- StorageType string
- TagList List<Pulumi.Azure Native. Aws Connector. Inputs. Tag Response> 
- Property tagList
- TdeCredential stringArn 
- Timezone string
- VpcId string
- AllocatedStorage int
- AvailabilityZone string
- DbInstance stringIdentifier 
- DbSnapshot stringArn 
- DbSnapshot stringIdentifier 
- DbSystem stringId 
- DbiResource stringId 
- DedicatedLog boolVolume 
- Encrypted bool
- Engine string
- EngineVersion string
- IamDatabase boolAuthentication Enabled 
- InstanceCreate stringTime 
- Iops int
- KmsKey stringId 
- LicenseModel string
- MasterUsername string
- MultiTenant bool
- OptionGroup stringName 
- OriginalSnapshot stringCreate Time 
- PercentProgress int
- Port int
- ProcessorFeatures []ProcessorFeature Response 
- SnapshotCreate stringTime 
- SnapshotDatabase stringTime 
- SnapshotTarget string
- SnapshotType string
- SourceDBSnapshot stringIdentifier 
- SourceRegion string
- Status string
- StorageThroughput int
- StorageType string
- TagList []TagResponse 
- Property tagList
- TdeCredential stringArn 
- Timezone string
- VpcId string
- allocatedStorage Integer
- availabilityZone String
- dbInstance StringIdentifier 
- dbSnapshot StringArn 
- dbSnapshot StringIdentifier 
- dbSystem StringId 
- dbiResource StringId 
- dedicatedLog BooleanVolume 
- encrypted Boolean
- engine String
- engineVersion String
- iamDatabase BooleanAuthentication Enabled 
- instanceCreate StringTime 
- iops Integer
- kmsKey StringId 
- licenseModel String
- masterUsername String
- multiTenant Boolean
- optionGroup StringName 
- originalSnapshot StringCreate Time 
- percentProgress Integer
- port Integer
- processorFeatures List<ProcessorFeature Response> 
- snapshotCreate StringTime 
- snapshotDatabase StringTime 
- snapshotTarget String
- snapshotType String
- sourceDBSnapshot StringIdentifier 
- sourceRegion String
- status String
- storageThroughput Integer
- storageType String
- tagList List<TagResponse> 
- Property tagList
- tdeCredential StringArn 
- timezone String
- vpcId String
- allocatedStorage number
- availabilityZone string
- dbInstance stringIdentifier 
- dbSnapshot stringArn 
- dbSnapshot stringIdentifier 
- dbSystem stringId 
- dbiResource stringId 
- dedicatedLog booleanVolume 
- encrypted boolean
- engine string
- engineVersion string
- iamDatabase booleanAuthentication Enabled 
- instanceCreate stringTime 
- iops number
- kmsKey stringId 
- licenseModel string
- masterUsername string
- multiTenant boolean
- optionGroup stringName 
- originalSnapshot stringCreate Time 
- percentProgress number
- port number
- processorFeatures ProcessorFeature Response[] 
- snapshotCreate stringTime 
- snapshotDatabase stringTime 
- snapshotTarget string
- snapshotType string
- sourceDBSnapshot stringIdentifier 
- sourceRegion string
- status string
- storageThroughput number
- storageType string
- tagList TagResponse[] 
- Property tagList
- tdeCredential stringArn 
- timezone string
- vpcId string
- allocated_storage int
- availability_zone str
- db_instance_ stridentifier 
- db_snapshot_ strarn 
- db_snapshot_ stridentifier 
- db_system_ strid 
- dbi_resource_ strid 
- dedicated_log_ boolvolume 
- encrypted bool
- engine str
- engine_version str
- iam_database_ boolauthentication_ enabled 
- instance_create_ strtime 
- iops int
- kms_key_ strid 
- license_model str
- master_username str
- multi_tenant bool
- option_group_ strname 
- original_snapshot_ strcreate_ time 
- percent_progress int
- port int
- processor_features Sequence[ProcessorFeature Response] 
- snapshot_create_ strtime 
- snapshot_database_ strtime 
- snapshot_target str
- snapshot_type str
- source_db_ strsnapshot_ identifier 
- source_region str
- status str
- storage_throughput int
- storage_type str
- tag_list Sequence[TagResponse] 
- Property tagList
- tde_credential_ strarn 
- timezone str
- vpc_id str
- allocatedStorage Number
- availabilityZone String
- dbInstance StringIdentifier 
- dbSnapshot StringArn 
- dbSnapshot StringIdentifier 
- dbSystem StringId 
- dbiResource StringId 
- dedicatedLog BooleanVolume 
- encrypted Boolean
- engine String
- engineVersion String
- iamDatabase BooleanAuthentication Enabled 
- instanceCreate StringTime 
- iops Number
- kmsKey StringId 
- licenseModel String
- masterUsername String
- multiTenant Boolean
- optionGroup StringName 
- originalSnapshot StringCreate Time 
- percentProgress Number
- port Number
- processorFeatures List<Property Map>
- snapshotCreate StringTime 
- snapshotDatabase StringTime 
- snapshotTarget String
- snapshotType String
- sourceDBSnapshot StringIdentifier 
- sourceRegion String
- status String
- storageThroughput Number
- storageType String
- tagList List<Property Map>
- Property tagList
- tdeCredential StringArn 
- timezone String
- vpcId String
ProcessorFeature, ProcessorFeatureArgs    
- Name
string | Pulumi.Azure Native. Aws Connector. Processor Feature Name 
- Value string
- Name
string | ProcessorFeature Name 
- Value string
- name
String | ProcessorFeature Name 
- value String
- name
string | ProcessorFeature Name 
- value string
- name
str | ProcessorFeature Name 
- value str
- name
String | "coreCount" | "threads Per Core" 
- value String
ProcessorFeatureName, ProcessorFeatureNameArgs      
- CoreCount 
- coreCountProcessorFeatureName enum coreCount
- ThreadsPer Core 
- threadsPerCoreProcessorFeatureName enum threadsPerCore
- ProcessorFeature Name Core Count 
- coreCountProcessorFeatureName enum coreCount
- ProcessorFeature Name Threads Per Core 
- threadsPerCoreProcessorFeatureName enum threadsPerCore
- CoreCount 
- coreCountProcessorFeatureName enum coreCount
- ThreadsPer Core 
- threadsPerCoreProcessorFeatureName enum threadsPerCore
- CoreCount 
- coreCountProcessorFeatureName enum coreCount
- ThreadsPer Core 
- threadsPerCoreProcessorFeatureName enum threadsPerCore
- CORE_COUNT
- coreCountProcessorFeatureName enum coreCount
- THREADS_PER_CORE
- threadsPerCoreProcessorFeatureName enum threadsPerCore
- "coreCount" 
- coreCountProcessorFeatureName enum coreCount
- "threadsPer Core" 
- threadsPerCoreProcessorFeatureName enum threadsPerCore
ProcessorFeatureResponse, ProcessorFeatureResponseArgs      
RdsDBSnapshotProperties, RdsDBSnapshotPropertiesArgs      
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Rds DBSnapshot 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 DBSnapshot 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 DBSnapshot 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 DBSnapshot 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 DBSnapshot 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
RdsDBSnapshotPropertiesResponse, RdsDBSnapshotPropertiesResponseArgs        
- 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 DBSnapshot 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 DBSnapshot 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 DBSnapshot 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 DBSnapshot 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 DBSnapshot 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
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:RdsDbSnapshot h /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/rdsDBSnapshots/{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