1. Packages
  2. Azure Native
  3. API Docs
  4. awsconnector
  5. Ec2Snapshot
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

azure-native.awsconnector.Ec2Snapshot

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

    A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.

    Example Usage

    Ec2Snapshots_CreateOrReplace

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var ec2Snapshot = new AzureNative.AwsConnector.Ec2Snapshot("ec2Snapshot", new()
        {
            Location = "kqbtvnmdasfajwylafmkah",
            Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
            Properties = new AzureNative.AwsConnector.Inputs.Ec2SnapshotPropertiesArgs
            {
                Arn = "z",
                AwsAccountId = "iizqmtavivxapbfqrqqrauezng",
                AwsProperties = new AzureNative.AwsConnector.Inputs.AwsEc2SnapshotPropertiesArgs
                {
                    DataEncryptionKeyId = "mhxbzyyikypulohbdxtpoldzxm",
                    Description = "tsduasxksmdr",
                    Encrypted = true,
                    KmsKeyId = "djnzahvxonsnocqhz",
                    OutpostArn = "vpqkamzadulbg",
                    OwnerAlias = "bmfwdqpzxg",
                    OwnerId = "xudlgprkedlmxatpupwvaknlkxfs",
                    Progress = "ecdblvtjkixoklgjh",
                    RestoreExpiryTime = "2024-10-08T03:53:51.251Z",
                    SnapshotId = "lpcr",
                    SseType = new AzureNative.AwsConnector.Inputs.SSETypeEnumValueArgs
                    {
                        Value = AzureNative.AwsConnector.SSEType.None,
                    },
                    StartTime = "2024-10-08T03:53:51.251Z",
                    State = new AzureNative.AwsConnector.Inputs.SnapshotStateEnumValueArgs
                    {
                        Value = AzureNative.AwsConnector.SnapshotState.Completed,
                    },
                    StateMessage = "nogwovxkgpjylsijzipkpqzxpvjh",
                    StorageTier = new AzureNative.AwsConnector.Inputs.StorageTierEnumValueArgs
                    {
                        Value = AzureNative.AwsConnector.StorageTier.Archive,
                    },
                    Tags = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.TagArgs
                        {
                            Key = "xjeeorwcwraovqjs",
                            Value = "vjhh",
                        },
                    },
                    VolumeId = "rzepawgzsvqncqbpjxnijhwofbgc",
                    VolumeSize = 3,
                },
                AwsRegion = "yylufbdgujuqmqwhscnglwsa",
                AwsSourceSchema = "gmzpssyyjoqqnqjxwcluwnyrswywcv",
                AwsTags = 
                {
                    { "key9124", "okxaaygyj" },
                },
                PublicCloudConnectorsResourceId = "bfcselosmakgrkibu",
                PublicCloudResourceName = "eyltdaumfqmdgmnlwpgjhjlavikc",
            },
            ResourceGroupName = "rgec2Snapshot",
            Tags = 
            {
                { "key9392", "chbsxcwosjxo" },
            },
        });
    
    });
    
    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.NewEc2Snapshot(ctx, "ec2Snapshot", &awsconnector.Ec2SnapshotArgs{
    			Location: pulumi.String("kqbtvnmdasfajwylafmkah"),
    			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
    			Properties: &awsconnector.Ec2SnapshotPropertiesArgs{
    				Arn:          pulumi.String("z"),
    				AwsAccountId: pulumi.String("iizqmtavivxapbfqrqqrauezng"),
    				AwsProperties: &awsconnector.AwsEc2SnapshotPropertiesArgs{
    					DataEncryptionKeyId: pulumi.String("mhxbzyyikypulohbdxtpoldzxm"),
    					Description:         pulumi.String("tsduasxksmdr"),
    					Encrypted:           pulumi.Bool(true),
    					KmsKeyId:            pulumi.String("djnzahvxonsnocqhz"),
    					OutpostArn:          pulumi.String("vpqkamzadulbg"),
    					OwnerAlias:          pulumi.String("bmfwdqpzxg"),
    					OwnerId:             pulumi.String("xudlgprkedlmxatpupwvaknlkxfs"),
    					Progress:            pulumi.String("ecdblvtjkixoklgjh"),
    					RestoreExpiryTime:   pulumi.String("2024-10-08T03:53:51.251Z"),
    					SnapshotId:          pulumi.String("lpcr"),
    					SseType: &awsconnector.SSETypeEnumValueArgs{
    						Value: pulumi.String(awsconnector.SSETypeNone),
    					},
    					StartTime: pulumi.String("2024-10-08T03:53:51.251Z"),
    					State: &awsconnector.SnapshotStateEnumValueArgs{
    						Value: pulumi.String(awsconnector.SnapshotStateCompleted),
    					},
    					StateMessage: pulumi.String("nogwovxkgpjylsijzipkpqzxpvjh"),
    					StorageTier: &awsconnector.StorageTierEnumValueArgs{
    						Value: pulumi.String(awsconnector.StorageTierArchive),
    					},
    					Tags: awsconnector.TagArray{
    						&awsconnector.TagArgs{
    							Key:   pulumi.String("xjeeorwcwraovqjs"),
    							Value: pulumi.String("vjhh"),
    						},
    					},
    					VolumeId:   pulumi.String("rzepawgzsvqncqbpjxnijhwofbgc"),
    					VolumeSize: pulumi.Int(3),
    				},
    				AwsRegion:       pulumi.String("yylufbdgujuqmqwhscnglwsa"),
    				AwsSourceSchema: pulumi.String("gmzpssyyjoqqnqjxwcluwnyrswywcv"),
    				AwsTags: pulumi.StringMap{
    					"key9124": pulumi.String("okxaaygyj"),
    				},
    				PublicCloudConnectorsResourceId: pulumi.String("bfcselosmakgrkibu"),
    				PublicCloudResourceName:         pulumi.String("eyltdaumfqmdgmnlwpgjhjlavikc"),
    			},
    			ResourceGroupName: pulumi.String("rgec2Snapshot"),
    			Tags: pulumi.StringMap{
    				"key9392": pulumi.String("chbsxcwosjxo"),
    			},
    		})
    		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.Ec2Snapshot;
    import com.pulumi.azurenative.awsconnector.Ec2SnapshotArgs;
    import com.pulumi.azurenative.awsconnector.inputs.Ec2SnapshotPropertiesArgs;
    import com.pulumi.azurenative.awsconnector.inputs.AwsEc2SnapshotPropertiesArgs;
    import com.pulumi.azurenative.awsconnector.inputs.SSETypeEnumValueArgs;
    import com.pulumi.azurenative.awsconnector.inputs.SnapshotStateEnumValueArgs;
    import com.pulumi.azurenative.awsconnector.inputs.StorageTierEnumValueArgs;
    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 ec2Snapshot = new Ec2Snapshot("ec2Snapshot", Ec2SnapshotArgs.builder()
                .location("kqbtvnmdasfajwylafmkah")
                .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
                .properties(Ec2SnapshotPropertiesArgs.builder()
                    .arn("z")
                    .awsAccountId("iizqmtavivxapbfqrqqrauezng")
                    .awsProperties(AwsEc2SnapshotPropertiesArgs.builder()
                        .dataEncryptionKeyId("mhxbzyyikypulohbdxtpoldzxm")
                        .description("tsduasxksmdr")
                        .encrypted(true)
                        .kmsKeyId("djnzahvxonsnocqhz")
                        .outpostArn("vpqkamzadulbg")
                        .ownerAlias("bmfwdqpzxg")
                        .ownerId("xudlgprkedlmxatpupwvaknlkxfs")
                        .progress("ecdblvtjkixoklgjh")
                        .restoreExpiryTime("2024-10-08T03:53:51.251Z")
                        .snapshotId("lpcr")
                        .sseType(SSETypeEnumValueArgs.builder()
                            .value("none")
                            .build())
                        .startTime("2024-10-08T03:53:51.251Z")
                        .state(SnapshotStateEnumValueArgs.builder()
                            .value("completed")
                            .build())
                        .stateMessage("nogwovxkgpjylsijzipkpqzxpvjh")
                        .storageTier(StorageTierEnumValueArgs.builder()
                            .value("archive")
                            .build())
                        .tags(TagArgs.builder()
                            .key("xjeeorwcwraovqjs")
                            .value("vjhh")
                            .build())
                        .volumeId("rzepawgzsvqncqbpjxnijhwofbgc")
                        .volumeSize(3)
                        .build())
                    .awsRegion("yylufbdgujuqmqwhscnglwsa")
                    .awsSourceSchema("gmzpssyyjoqqnqjxwcluwnyrswywcv")
                    .awsTags(Map.of("key9124", "okxaaygyj"))
                    .publicCloudConnectorsResourceId("bfcselosmakgrkibu")
                    .publicCloudResourceName("eyltdaumfqmdgmnlwpgjhjlavikc")
                    .build())
                .resourceGroupName("rgec2Snapshot")
                .tags(Map.of("key9392", "chbsxcwosjxo"))
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    ec2_snapshot = azure_native.awsconnector.Ec2Snapshot("ec2Snapshot",
        location="kqbtvnmdasfajwylafmkah",
        name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        properties={
            "arn": "z",
            "aws_account_id": "iizqmtavivxapbfqrqqrauezng",
            "aws_properties": {
                "data_encryption_key_id": "mhxbzyyikypulohbdxtpoldzxm",
                "description": "tsduasxksmdr",
                "encrypted": True,
                "kms_key_id": "djnzahvxonsnocqhz",
                "outpost_arn": "vpqkamzadulbg",
                "owner_alias": "bmfwdqpzxg",
                "owner_id": "xudlgprkedlmxatpupwvaknlkxfs",
                "progress": "ecdblvtjkixoklgjh",
                "restore_expiry_time": "2024-10-08T03:53:51.251Z",
                "snapshot_id": "lpcr",
                "sse_type": {
                    "value": azure_native.awsconnector.SSEType.NONE,
                },
                "start_time": "2024-10-08T03:53:51.251Z",
                "state": {
                    "value": azure_native.awsconnector.SnapshotState.COMPLETED,
                },
                "state_message": "nogwovxkgpjylsijzipkpqzxpvjh",
                "storage_tier": {
                    "value": azure_native.awsconnector.StorageTier.ARCHIVE,
                },
                "tags": [{
                    "key": "xjeeorwcwraovqjs",
                    "value": "vjhh",
                }],
                "volume_id": "rzepawgzsvqncqbpjxnijhwofbgc",
                "volume_size": 3,
            },
            "aws_region": "yylufbdgujuqmqwhscnglwsa",
            "aws_source_schema": "gmzpssyyjoqqnqjxwcluwnyrswywcv",
            "aws_tags": {
                "key9124": "okxaaygyj",
            },
            "public_cloud_connectors_resource_id": "bfcselosmakgrkibu",
            "public_cloud_resource_name": "eyltdaumfqmdgmnlwpgjhjlavikc",
        },
        resource_group_name="rgec2Snapshot",
        tags={
            "key9392": "chbsxcwosjxo",
        })
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const ec2Snapshot = new azure_native.awsconnector.Ec2Snapshot("ec2Snapshot", {
        location: "kqbtvnmdasfajwylafmkah",
        name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        properties: {
            arn: "z",
            awsAccountId: "iizqmtavivxapbfqrqqrauezng",
            awsProperties: {
                dataEncryptionKeyId: "mhxbzyyikypulohbdxtpoldzxm",
                description: "tsduasxksmdr",
                encrypted: true,
                kmsKeyId: "djnzahvxonsnocqhz",
                outpostArn: "vpqkamzadulbg",
                ownerAlias: "bmfwdqpzxg",
                ownerId: "xudlgprkedlmxatpupwvaknlkxfs",
                progress: "ecdblvtjkixoklgjh",
                restoreExpiryTime: "2024-10-08T03:53:51.251Z",
                snapshotId: "lpcr",
                sseType: {
                    value: azure_native.awsconnector.SSEType.None,
                },
                startTime: "2024-10-08T03:53:51.251Z",
                state: {
                    value: azure_native.awsconnector.SnapshotState.Completed,
                },
                stateMessage: "nogwovxkgpjylsijzipkpqzxpvjh",
                storageTier: {
                    value: azure_native.awsconnector.StorageTier.Archive,
                },
                tags: [{
                    key: "xjeeorwcwraovqjs",
                    value: "vjhh",
                }],
                volumeId: "rzepawgzsvqncqbpjxnijhwofbgc",
                volumeSize: 3,
            },
            awsRegion: "yylufbdgujuqmqwhscnglwsa",
            awsSourceSchema: "gmzpssyyjoqqnqjxwcluwnyrswywcv",
            awsTags: {
                key9124: "okxaaygyj",
            },
            publicCloudConnectorsResourceId: "bfcselosmakgrkibu",
            publicCloudResourceName: "eyltdaumfqmdgmnlwpgjhjlavikc",
        },
        resourceGroupName: "rgec2Snapshot",
        tags: {
            key9392: "chbsxcwosjxo",
        },
    });
    
    resources:
      ec2Snapshot:
        type: azure-native:awsconnector:Ec2Snapshot
        properties:
          location: kqbtvnmdasfajwylafmkah
          name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
          properties:
            arn: z
            awsAccountId: iizqmtavivxapbfqrqqrauezng
            awsProperties:
              dataEncryptionKeyId: mhxbzyyikypulohbdxtpoldzxm
              description: tsduasxksmdr
              encrypted: true
              kmsKeyId: djnzahvxonsnocqhz
              outpostArn: vpqkamzadulbg
              ownerAlias: bmfwdqpzxg
              ownerId: xudlgprkedlmxatpupwvaknlkxfs
              progress: ecdblvtjkixoklgjh
              restoreExpiryTime: 2024-10-08T03:53:51.251Z
              snapshotId: lpcr
              sseType:
                value: none
              startTime: 2024-10-08T03:53:51.251Z
              state:
                value: completed
              stateMessage: nogwovxkgpjylsijzipkpqzxpvjh
              storageTier:
                value: archive
              tags:
                - key: xjeeorwcwraovqjs
                  value: vjhh
              volumeId: rzepawgzsvqncqbpjxnijhwofbgc
              volumeSize: 3
            awsRegion: yylufbdgujuqmqwhscnglwsa
            awsSourceSchema: gmzpssyyjoqqnqjxwcluwnyrswywcv
            awsTags:
              key9124: okxaaygyj
            publicCloudConnectorsResourceId: bfcselosmakgrkibu
            publicCloudResourceName: eyltdaumfqmdgmnlwpgjhjlavikc
          resourceGroupName: rgec2Snapshot
          tags:
            key9392: chbsxcwosjxo
    

    Create Ec2Snapshot Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Ec2Snapshot(name: string, args: Ec2SnapshotArgs, opts?: CustomResourceOptions);
    @overload
    def Ec2Snapshot(resource_name: str,
                    args: Ec2SnapshotArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def Ec2Snapshot(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    resource_group_name: Optional[str] = None,
                    location: Optional[str] = None,
                    name: Optional[str] = None,
                    properties: Optional[Ec2SnapshotPropertiesArgs] = None,
                    tags: Optional[Mapping[str, str]] = None)
    func NewEc2Snapshot(ctx *Context, name string, args Ec2SnapshotArgs, opts ...ResourceOption) (*Ec2Snapshot, error)
    public Ec2Snapshot(string name, Ec2SnapshotArgs args, CustomResourceOptions? opts = null)
    public Ec2Snapshot(String name, Ec2SnapshotArgs args)
    public Ec2Snapshot(String name, Ec2SnapshotArgs args, CustomResourceOptions options)
    
    type: azure-native:awsconnector:Ec2Snapshot
    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 Ec2SnapshotArgs
    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 Ec2SnapshotArgs
    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 Ec2SnapshotArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args Ec2SnapshotArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args Ec2SnapshotArgs
    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 ec2SnapshotResource = new AzureNative.AwsConnector.Ec2Snapshot("ec2SnapshotResource", new()
    {
        ResourceGroupName = "string",
        Location = "string",
        Name = "string",
        Properties = new AzureNative.AwsConnector.Inputs.Ec2SnapshotPropertiesArgs
        {
            Arn = "string",
            AwsAccountId = "string",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsEc2SnapshotPropertiesArgs
            {
                DataEncryptionKeyId = "string",
                Description = "string",
                Encrypted = false,
                KmsKeyId = "string",
                OutpostArn = "string",
                OwnerAlias = "string",
                OwnerId = "string",
                Progress = "string",
                RestoreExpiryTime = "string",
                SnapshotId = "string",
                SseType = new AzureNative.AwsConnector.Inputs.SSETypeEnumValueArgs
                {
                    Value = "string",
                },
                StartTime = "string",
                State = new AzureNative.AwsConnector.Inputs.SnapshotStateEnumValueArgs
                {
                    Value = "string",
                },
                StateMessage = "string",
                StorageTier = new AzureNative.AwsConnector.Inputs.StorageTierEnumValueArgs
                {
                    Value = "string",
                },
                Tags = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TagArgs
                    {
                        Key = "string",
                        Value = "string",
                    },
                },
                VolumeId = "string",
                VolumeSize = 0,
            },
            AwsRegion = "string",
            AwsSourceSchema = "string",
            AwsTags = 
            {
                { "string", "string" },
            },
            PublicCloudConnectorsResourceId = "string",
            PublicCloudResourceName = "string",
        },
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := awsconnector.NewEc2Snapshot(ctx, "ec2SnapshotResource", &awsconnector.Ec2SnapshotArgs{
    	ResourceGroupName: pulumi.String("string"),
    	Location:          pulumi.String("string"),
    	Name:              pulumi.String("string"),
    	Properties: &awsconnector.Ec2SnapshotPropertiesArgs{
    		Arn:          pulumi.String("string"),
    		AwsAccountId: pulumi.String("string"),
    		AwsProperties: &awsconnector.AwsEc2SnapshotPropertiesArgs{
    			DataEncryptionKeyId: pulumi.String("string"),
    			Description:         pulumi.String("string"),
    			Encrypted:           pulumi.Bool(false),
    			KmsKeyId:            pulumi.String("string"),
    			OutpostArn:          pulumi.String("string"),
    			OwnerAlias:          pulumi.String("string"),
    			OwnerId:             pulumi.String("string"),
    			Progress:            pulumi.String("string"),
    			RestoreExpiryTime:   pulumi.String("string"),
    			SnapshotId:          pulumi.String("string"),
    			SseType: &awsconnector.SSETypeEnumValueArgs{
    				Value: pulumi.String("string"),
    			},
    			StartTime: pulumi.String("string"),
    			State: &awsconnector.SnapshotStateEnumValueArgs{
    				Value: pulumi.String("string"),
    			},
    			StateMessage: pulumi.String("string"),
    			StorageTier: &awsconnector.StorageTierEnumValueArgs{
    				Value: pulumi.String("string"),
    			},
    			Tags: awsconnector.TagArray{
    				&awsconnector.TagArgs{
    					Key:   pulumi.String("string"),
    					Value: pulumi.String("string"),
    				},
    			},
    			VolumeId:   pulumi.String("string"),
    			VolumeSize: pulumi.Int(0),
    		},
    		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 ec2SnapshotResource = new Ec2Snapshot("ec2SnapshotResource", Ec2SnapshotArgs.builder()
        .resourceGroupName("string")
        .location("string")
        .name("string")
        .properties(Ec2SnapshotPropertiesArgs.builder()
            .arn("string")
            .awsAccountId("string")
            .awsProperties(AwsEc2SnapshotPropertiesArgs.builder()
                .dataEncryptionKeyId("string")
                .description("string")
                .encrypted(false)
                .kmsKeyId("string")
                .outpostArn("string")
                .ownerAlias("string")
                .ownerId("string")
                .progress("string")
                .restoreExpiryTime("string")
                .snapshotId("string")
                .sseType(SSETypeEnumValueArgs.builder()
                    .value("string")
                    .build())
                .startTime("string")
                .state(SnapshotStateEnumValueArgs.builder()
                    .value("string")
                    .build())
                .stateMessage("string")
                .storageTier(StorageTierEnumValueArgs.builder()
                    .value("string")
                    .build())
                .tags(TagArgs.builder()
                    .key("string")
                    .value("string")
                    .build())
                .volumeId("string")
                .volumeSize(0)
                .build())
            .awsRegion("string")
            .awsSourceSchema("string")
            .awsTags(Map.of("string", "string"))
            .publicCloudConnectorsResourceId("string")
            .publicCloudResourceName("string")
            .build())
        .tags(Map.of("string", "string"))
        .build());
    
    ec2_snapshot_resource = azure_native.awsconnector.Ec2Snapshot("ec2SnapshotResource",
        resource_group_name="string",
        location="string",
        name="string",
        properties={
            "arn": "string",
            "aws_account_id": "string",
            "aws_properties": {
                "data_encryption_key_id": "string",
                "description": "string",
                "encrypted": False,
                "kms_key_id": "string",
                "outpost_arn": "string",
                "owner_alias": "string",
                "owner_id": "string",
                "progress": "string",
                "restore_expiry_time": "string",
                "snapshot_id": "string",
                "sse_type": {
                    "value": "string",
                },
                "start_time": "string",
                "state": {
                    "value": "string",
                },
                "state_message": "string",
                "storage_tier": {
                    "value": "string",
                },
                "tags": [{
                    "key": "string",
                    "value": "string",
                }],
                "volume_id": "string",
                "volume_size": 0,
            },
            "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 ec2SnapshotResource = new azure_native.awsconnector.Ec2Snapshot("ec2SnapshotResource", {
        resourceGroupName: "string",
        location: "string",
        name: "string",
        properties: {
            arn: "string",
            awsAccountId: "string",
            awsProperties: {
                dataEncryptionKeyId: "string",
                description: "string",
                encrypted: false,
                kmsKeyId: "string",
                outpostArn: "string",
                ownerAlias: "string",
                ownerId: "string",
                progress: "string",
                restoreExpiryTime: "string",
                snapshotId: "string",
                sseType: {
                    value: "string",
                },
                startTime: "string",
                state: {
                    value: "string",
                },
                stateMessage: "string",
                storageTier: {
                    value: "string",
                },
                tags: [{
                    key: "string",
                    value: "string",
                }],
                volumeId: "string",
                volumeSize: 0,
            },
            awsRegion: "string",
            awsSourceSchema: "string",
            awsTags: {
                string: "string",
            },
            publicCloudConnectorsResourceId: "string",
            publicCloudResourceName: "string",
        },
        tags: {
            string: "string",
        },
    });
    
    type: azure-native:awsconnector:Ec2Snapshot
    properties:
        location: string
        name: string
        properties:
            arn: string
            awsAccountId: string
            awsProperties:
                dataEncryptionKeyId: string
                description: string
                encrypted: false
                kmsKeyId: string
                outpostArn: string
                ownerAlias: string
                ownerId: string
                progress: string
                restoreExpiryTime: string
                snapshotId: string
                sseType:
                    value: string
                startTime: string
                state:
                    value: string
                stateMessage: string
                storageTier:
                    value: string
                tags:
                    - key: string
                      value: string
                volumeId: string
                volumeSize: 0
            awsRegion: string
            awsSourceSchema: string
            awsTags:
                string: string
            publicCloudConnectorsResourceId: string
            publicCloudResourceName: string
        resourceGroupName: string
        tags:
            string: string
    

    Ec2Snapshot 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 Ec2Snapshot resource accepts the following input properties:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Location string
    The geo-location where the resource lives
    Name string
    Name of Ec2Snapshot
    Properties Pulumi.AzureNative.AwsConnector.Inputs.Ec2SnapshotProperties
    The resource-specific properties for this resource.
    Tags Dictionary<string, string>
    Resource tags.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Location string
    The geo-location where the resource lives
    Name string
    Name of Ec2Snapshot
    Properties Ec2SnapshotPropertiesArgs
    The resource-specific properties for this resource.
    Tags map[string]string
    Resource tags.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    location String
    The geo-location where the resource lives
    name String
    Name of Ec2Snapshot
    properties Ec2SnapshotProperties
    The resource-specific properties for this resource.
    tags Map<String,String>
    Resource tags.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    location string
    The geo-location where the resource lives
    name string
    Name of Ec2Snapshot
    properties Ec2SnapshotProperties
    The resource-specific properties for this resource.
    tags {[key: string]: string}
    Resource tags.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    location str
    The geo-location where the resource lives
    name str
    Name of Ec2Snapshot
    properties Ec2SnapshotPropertiesArgs
    The resource-specific properties for this resource.
    tags Mapping[str, str]
    Resource tags.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    location String
    The geo-location where the resource lives
    name String
    Name of Ec2Snapshot
    properties Property Map
    The resource-specific properties for this resource.
    tags Map<String>
    Resource tags.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Ec2Snapshot resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    SystemData Pulumi.AzureNative.AwsConnector.Outputs.SystemDataResponse
    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 SystemDataResponse
    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 SystemDataResponse
    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 SystemDataResponse
    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 SystemDataResponse
    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

    AwsEc2SnapshotProperties, AwsEc2SnapshotPropertiesArgs

    AwsEc2SnapshotPropertiesResponse, AwsEc2SnapshotPropertiesResponseArgs

    Ec2SnapshotProperties, Ec2SnapshotPropertiesArgs

    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties Pulumi.AzureNative.AwsConnector.Inputs.AwsEc2SnapshotProperties
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags Dictionary<string, string>
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties AwsEc2SnapshotProperties
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags map[string]string
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties AwsEc2SnapshotProperties
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String,String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name
    arn string
    Amazon Resource Name (ARN)
    awsAccountId string
    AWS Account ID
    awsProperties AwsEc2SnapshotProperties
    AWS Properties
    awsRegion string
    AWS Region
    awsSourceSchema string
    AWS Source Schema
    awsTags {[key: string]: string}
    AWS Tags
    publicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    publicCloudResourceName string
    Public Cloud Resource Name
    arn str
    Amazon Resource Name (ARN)
    aws_account_id str
    AWS Account ID
    aws_properties AwsEc2SnapshotProperties
    AWS Properties
    aws_region str
    AWS Region
    aws_source_schema str
    AWS Source Schema
    aws_tags Mapping[str, str]
    AWS Tags
    public_cloud_connectors_resource_id str
    Public Cloud Connectors Resource ID
    public_cloud_resource_name str
    Public Cloud Resource Name
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties Property Map
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name

    Ec2SnapshotPropertiesResponse, Ec2SnapshotPropertiesResponseArgs

    ProvisioningState string
    The status of the last operation.
    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties Pulumi.AzureNative.AwsConnector.Inputs.AwsEc2SnapshotPropertiesResponse
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags Dictionary<string, string>
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    ProvisioningState string
    The status of the last operation.
    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties AwsEc2SnapshotPropertiesResponse
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags map[string]string
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    provisioningState String
    The status of the last operation.
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties AwsEc2SnapshotPropertiesResponse
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String,String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name
    provisioningState string
    The status of the last operation.
    arn string
    Amazon Resource Name (ARN)
    awsAccountId string
    AWS Account ID
    awsProperties AwsEc2SnapshotPropertiesResponse
    AWS Properties
    awsRegion string
    AWS Region
    awsSourceSchema string
    AWS Source Schema
    awsTags {[key: string]: string}
    AWS Tags
    publicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    publicCloudResourceName string
    Public Cloud Resource Name
    provisioning_state str
    The status of the last operation.
    arn str
    Amazon Resource Name (ARN)
    aws_account_id str
    AWS Account ID
    aws_properties AwsEc2SnapshotPropertiesResponse
    AWS Properties
    aws_region str
    AWS Region
    aws_source_schema str
    AWS Source Schema
    aws_tags Mapping[str, str]
    AWS Tags
    public_cloud_connectors_resource_id str
    Public Cloud Connectors Resource ID
    public_cloud_resource_name str
    Public Cloud Resource Name
    provisioningState String
    The status of the last operation.
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties Property Map
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name

    SSEType, SSETypeArgs

    None
    noneSSEType enum none
    SseEbs
    sse-ebsSSEType enum sse-ebs
    SseKms
    sse-kmsSSEType enum sse-kms
    SSETypeNone
    noneSSEType enum none
    SSETypeSseEbs
    sse-ebsSSEType enum sse-ebs
    SSETypeSseKms
    sse-kmsSSEType enum sse-kms
    None
    noneSSEType enum none
    SseEbs
    sse-ebsSSEType enum sse-ebs
    SseKms
    sse-kmsSSEType enum sse-kms
    None
    noneSSEType enum none
    SseEbs
    sse-ebsSSEType enum sse-ebs
    SseKms
    sse-kmsSSEType enum sse-kms
    NONE
    noneSSEType enum none
    SSE_EBS
    sse-ebsSSEType enum sse-ebs
    SSE_KMS
    sse-kmsSSEType enum sse-kms
    "none"
    noneSSEType enum none
    "sse-ebs"
    sse-ebsSSEType enum sse-ebs
    "sse-kms"
    sse-kmsSSEType enum sse-kms

    SSETypeEnumValue, SSETypeEnumValueArgs

    Value string | SSEType
    Property value
    value String | SSEType
    Property value
    value string | SSEType
    Property value
    value str | SSEType
    Property value
    value String | "none" | "sse-ebs" | "sse-kms"
    Property value

    SSETypeEnumValueResponse, SSETypeEnumValueResponseArgs

    Value string
    Property value
    Value string
    Property value
    value String
    Property value
    value string
    Property value
    value str
    Property value
    value String
    Property value

    SnapshotState, SnapshotStateArgs

    Completed
    completedSnapshotState enum completed
    Error
    errorSnapshotState enum error
    Pending
    pendingSnapshotState enum pending
    Recoverable
    recoverableSnapshotState enum recoverable
    Recovering
    recoveringSnapshotState enum recovering
    SnapshotStateCompleted
    completedSnapshotState enum completed
    SnapshotStateError
    errorSnapshotState enum error
    SnapshotStatePending
    pendingSnapshotState enum pending
    SnapshotStateRecoverable
    recoverableSnapshotState enum recoverable
    SnapshotStateRecovering
    recoveringSnapshotState enum recovering
    Completed
    completedSnapshotState enum completed
    Error
    errorSnapshotState enum error
    Pending
    pendingSnapshotState enum pending
    Recoverable
    recoverableSnapshotState enum recoverable
    Recovering
    recoveringSnapshotState enum recovering
    Completed
    completedSnapshotState enum completed
    Error
    errorSnapshotState enum error
    Pending
    pendingSnapshotState enum pending
    Recoverable
    recoverableSnapshotState enum recoverable
    Recovering
    recoveringSnapshotState enum recovering
    COMPLETED
    completedSnapshotState enum completed
    ERROR
    errorSnapshotState enum error
    PENDING
    pendingSnapshotState enum pending
    RECOVERABLE
    recoverableSnapshotState enum recoverable
    RECOVERING
    recoveringSnapshotState enum recovering
    "completed"
    completedSnapshotState enum completed
    "error"
    errorSnapshotState enum error
    "pending"
    pendingSnapshotState enum pending
    "recoverable"
    recoverableSnapshotState enum recoverable
    "recovering"
    recoveringSnapshotState enum recovering

    SnapshotStateEnumValue, SnapshotStateEnumValueArgs

    Value string | SnapshotState
    Property value
    value String | SnapshotState
    Property value
    value string | SnapshotState
    Property value
    value str | SnapshotState
    Property value

    SnapshotStateEnumValueResponse, SnapshotStateEnumValueResponseArgs

    Value string
    Property value
    Value string
    Property value
    value String
    Property value
    value string
    Property value
    value str
    Property value
    value String
    Property value

    StorageTier, StorageTierArgs

    Archive
    archiveStorageTier enum archive
    Standard
    standardStorageTier enum standard
    StorageTierArchive
    archiveStorageTier enum archive
    StorageTierStandard
    standardStorageTier enum standard
    Archive
    archiveStorageTier enum archive
    Standard
    standardStorageTier enum standard
    Archive
    archiveStorageTier enum archive
    Standard
    standardStorageTier enum standard
    ARCHIVE
    archiveStorageTier enum archive
    STANDARD
    standardStorageTier enum standard
    "archive"
    archiveStorageTier enum archive
    "standard"
    standardStorageTier enum standard

    StorageTierEnumValue, StorageTierEnumValueArgs

    Value string | StorageTier
    Property value
    value String | StorageTier
    Property value
    value string | StorageTier
    Property value
    value str | StorageTier
    Property value
    value String | "archive" | "standard"
    Property value

    StorageTierEnumValueResponse, StorageTierEnumValueResponseArgs

    Value string
    Property value
    Value string
    Property value
    value String
    Property value
    value string
    Property value
    value str
    Property value
    value String
    Property value

    SystemDataResponse, SystemDataResponseArgs

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    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.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    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:Ec2Snapshot ewnypudielhizpefkqlexr /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/ec2Snapshots/{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
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi