azure-native.awsconnector.Ec2Snapshot
Explore with Pulumi AI
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:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of Ec2Snapshot
- Properties
Pulumi.
Azure Native. Aws Connector. Inputs. Ec2Snapshot Properties - The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of Ec2Snapshot
- Properties
Ec2Snapshot
Properties Args - The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of Ec2Snapshot
- properties
Ec2Snapshot
Properties - The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- location string
- The geo-location where the resource lives
- name string
- Name of Ec2Snapshot
- properties
Ec2Snapshot
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 Ec2Snapshot
- properties
Ec2Snapshot
Properties Args - The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of Ec2Snapshot
- 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 Ec2Snapshot resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data Pulumi.Azure Native. Aws Connector. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AwsEc2SnapshotProperties, AwsEc2SnapshotPropertiesArgs
- Data
Encryption stringKey Id - Description string
- Encrypted bool
- Kms
Key stringId - Outpost
Arn string - Owner
Alias string - Owner
Id string - Progress string
- Restore
Expiry stringTime - Snapshot
Id string - Sse
Type Pulumi.Azure Native. Aws Connector. Inputs. SSEType Enum Value - Start
Time string - State
Pulumi.
Azure Native. Aws Connector. Inputs. Snapshot State Enum Value - State
Message string - Storage
Tier Pulumi.Azure Native. Aws Connector. Inputs. Storage Tier Enum Value - List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag> - Volume
Id string - Volume
Size int
- Data
Encryption stringKey Id - Description string
- Encrypted bool
- Kms
Key stringId - Outpost
Arn string - Owner
Alias string - Owner
Id string - Progress string
- Restore
Expiry stringTime - Snapshot
Id string - Sse
Type SSETypeEnum Value - Start
Time string - State
Snapshot
State Enum Value - State
Message string - Storage
Tier StorageTier Enum Value - []Tag
- Volume
Id string - Volume
Size int
- data
Encryption StringKey Id - description String
- encrypted Boolean
- kms
Key StringId - outpost
Arn String - owner
Alias String - owner
Id String - progress String
- restore
Expiry StringTime - snapshot
Id String - sse
Type SSETypeEnum Value - start
Time String - state
Snapshot
State Enum Value - state
Message String - storage
Tier StorageTier Enum Value - List<Tag>
- volume
Id String - volume
Size Integer
- data
Encryption stringKey Id - description string
- encrypted boolean
- kms
Key stringId - outpost
Arn string - owner
Alias string - owner
Id string - progress string
- restore
Expiry stringTime - snapshot
Id string - sse
Type SSETypeEnum Value - start
Time string - state
Snapshot
State Enum Value - state
Message string - storage
Tier StorageTier Enum Value - Tag[]
- volume
Id string - volume
Size number
- data_
encryption_ strkey_ id - description str
- encrypted bool
- kms_
key_ strid - outpost_
arn str - owner_
alias str - owner_
id str - progress str
- restore_
expiry_ strtime - snapshot_
id str - sse_
type SSETypeEnum Value - start_
time str - state
Snapshot
State Enum Value - state_
message str - storage_
tier StorageTier Enum Value - Sequence[Tag]
- volume_
id str - volume_
size int
- data
Encryption StringKey Id - description String
- encrypted Boolean
- kms
Key StringId - outpost
Arn String - owner
Alias String - owner
Id String - progress String
- restore
Expiry StringTime - snapshot
Id String - sse
Type Property Map - start
Time String - state Property Map
- state
Message String - storage
Tier Property Map - List<Property Map>
- volume
Id String - volume
Size Number
AwsEc2SnapshotPropertiesResponse, AwsEc2SnapshotPropertiesResponseArgs
- Data
Encryption stringKey Id - Description string
- Encrypted bool
- Kms
Key stringId - Outpost
Arn string - Owner
Alias string - Owner
Id string - Progress string
- Restore
Expiry stringTime - Snapshot
Id string - Sse
Type Pulumi.Azure Native. Aws Connector. Inputs. SSEType Enum Value Response - Start
Time string - State
Pulumi.
Azure Native. Aws Connector. Inputs. Snapshot State Enum Value Response - State
Message string - Storage
Tier Pulumi.Azure Native. Aws Connector. Inputs. Storage Tier Enum Value Response - List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag Response> - Volume
Id string - Volume
Size int
- Data
Encryption stringKey Id - Description string
- Encrypted bool
- Kms
Key stringId - Outpost
Arn string - Owner
Alias string - Owner
Id string - Progress string
- Restore
Expiry stringTime - Snapshot
Id string - Sse
Type SSETypeEnum Value Response - Start
Time string - State
Snapshot
State Enum Value Response - State
Message string - Storage
Tier StorageTier Enum Value Response - []Tag
Response - Volume
Id string - Volume
Size int
- data
Encryption StringKey Id - description String
- encrypted Boolean
- kms
Key StringId - outpost
Arn String - owner
Alias String - owner
Id String - progress String
- restore
Expiry StringTime - snapshot
Id String - sse
Type SSETypeEnum Value Response - start
Time String - state
Snapshot
State Enum Value Response - state
Message String - storage
Tier StorageTier Enum Value Response - List<Tag
Response> - volume
Id String - volume
Size Integer
- data
Encryption stringKey Id - description string
- encrypted boolean
- kms
Key stringId - outpost
Arn string - owner
Alias string - owner
Id string - progress string
- restore
Expiry stringTime - snapshot
Id string - sse
Type SSETypeEnum Value Response - start
Time string - state
Snapshot
State Enum Value Response - state
Message string - storage
Tier StorageTier Enum Value Response - Tag
Response[] - volume
Id string - volume
Size number
- data_
encryption_ strkey_ id - description str
- encrypted bool
- kms_
key_ strid - outpost_
arn str - owner_
alias str - owner_
id str - progress str
- restore_
expiry_ strtime - snapshot_
id str - sse_
type SSETypeEnum Value Response - start_
time str - state
Snapshot
State Enum Value Response - state_
message str - storage_
tier StorageTier Enum Value Response - Sequence[Tag
Response] - volume_
id str - volume_
size int
- data
Encryption StringKey Id - description String
- encrypted Boolean
- kms
Key StringId - outpost
Arn String - owner
Alias String - owner
Id String - progress String
- restore
Expiry StringTime - snapshot
Id String - sse
Type Property Map - start
Time String - state Property Map
- state
Message String - storage
Tier Property Map - List<Property Map>
- volume
Id String - volume
Size Number
Ec2SnapshotProperties, Ec2SnapshotPropertiesArgs
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Ec2Snapshot Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsEc2Snapshot Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsEc2Snapshot Properties - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsEc2Snapshot Properties - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsEc2Snapshot Properties - AWS Properties
- aws_
region str - AWS Region
- aws_
source_ strschema - AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_
cloud_ strconnectors_ resource_ id - Public Cloud Connectors Resource ID
- public_
cloud_ strresource_ name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
Ec2SnapshotPropertiesResponse, Ec2SnapshotPropertiesResponseArgs
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Ec2Snapshot Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsEc2Snapshot Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsEc2Snapshot Properties Response - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- provisioning
State string - The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsEc2Snapshot Properties Response - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning_
state str - The status of the last operation.
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsEc2Snapshot Properties Response - AWS Properties
- aws_
region str - AWS Region
- aws_
source_ strschema - AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_
cloud_ strconnectors_ resource_ id - Public Cloud Connectors Resource ID
- public_
cloud_ strresource_ name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
SSEType, SSETypeArgs
- None
- noneSSEType enum none
- Sse
Ebs - sse-ebsSSEType enum sse-ebs
- Sse
Kms - sse-kmsSSEType enum sse-kms
- SSEType
None - noneSSEType enum none
- SSEType
Sse Ebs - sse-ebsSSEType enum sse-ebs
- SSEType
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
- 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
- "none"
- noneSSEType enum none
- "sse-ebs"
- sse-ebsSSEType enum sse-ebs
- "sse-kms"
- sse-kmsSSEType enum sse-kms
SSETypeEnumValue, SSETypeEnumValueArgs
- Value
string | Pulumi.
Azure Native. Aws Connector. 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
- Snapshot
State Completed - completedSnapshotState enum completed
- Snapshot
State Error - errorSnapshotState enum error
- Snapshot
State Pending - pendingSnapshotState enum pending
- Snapshot
State Recoverable - recoverableSnapshotState enum recoverable
- Snapshot
State 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
- "completed"
- completedSnapshotState enum completed
- "error"
- errorSnapshotState enum error
- "pending"
- pendingSnapshotState enum pending
- "recoverable"
- recoverableSnapshotState enum recoverable
- "recovering"
- recoveringSnapshotState enum recovering
SnapshotStateEnumValue, SnapshotStateEnumValueArgs
- Value
string | Pulumi.
Azure Native. Aws Connector. Snapshot State - Property value
- Value
string | Snapshot
State - Property value
- value
String | Snapshot
State - Property value
- value
string | Snapshot
State - Property value
- value
str | Snapshot
State - Property value
- value String | "completed" | "error" | "pending" | "recoverable" | "recovering"
- 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
- Storage
Tier Archive - archiveStorageTier enum archive
- Storage
Tier 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
- "archive"
- archiveStorageTier enum archive
- "standard"
- standardStorageTier enum standard
StorageTierEnumValue, StorageTierEnumValueArgs
- Value
string | Pulumi.
Azure Native. Aws Connector. Storage Tier - Property value
- Value
string | Storage
Tier - Property value
- value
String | Storage
Tier - Property value
- value
string | Storage
Tier - Property value
- value
str | Storage
Tier - 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
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Tag, TagArgs
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
TagResponse, TagResponseArgs
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:awsconnector: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