1. Packages
  2. Azure Native
  3. API Docs
  4. awsconnector
  5. EfsFileSystem
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.EfsFileSystem

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

    EfsFileSystems_CreateOrReplace

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var efsFileSystem = new AzureNative.AwsConnector.EfsFileSystem("efsFileSystem", new()
        {
            Location = "phxoujlvsqavkckotussgpnjgexvq",
            Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
            Properties = new AzureNative.AwsConnector.Inputs.EfsFileSystemPropertiesArgs
            {
                Arn = "pewusdrkpcuvxtmjhvzmakefatinq",
                AwsAccountId = "jkixa",
                AwsProperties = new AzureNative.AwsConnector.Inputs.AwsEfsFileSystemPropertiesArgs
                {
                    Arn = "hptcgar",
                    AvailabilityZoneName = "wnn",
                    BackupPolicy = new AzureNative.AwsConnector.Inputs.BackupPolicyArgs
                    {
                        Status = AzureNative.AwsConnector.BackupPolicyStatus.DISABLED,
                    },
                    BypassPolicyLockoutSafetyCheck = true,
                    Encrypted = true,
                    FileSystemId = "kublwmniiobukjozju",
                    FileSystemProtection = new AzureNative.AwsConnector.Inputs.FileSystemProtectionArgs
                    {
                        ReplicationOverwriteProtection = AzureNative.AwsConnector.FileSystemProtectionReplicationOverwriteProtection.DISABLED,
                    },
                    FileSystemTags = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.ElasticFileSystemTagArgs
                        {
                            Key = "glyisjhra",
                            Value = "gcz",
                        },
                    },
                    KmsKeyId = "qglx",
                    LifecyclePolicies = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.LifecyclePolicyArgs
                        {
                            TransitionToArchive = "xsnpjovpiazmhefijlflijjycbugv",
                            TransitionToIA = "lslpvdwwgc",
                            TransitionToPrimaryStorageClass = "migoeoowupavauvyrljegu",
                        },
                    },
                    PerformanceMode = "gtcuhloqhqjvztxoqvnzhwejwqg",
                    ProvisionedThroughputInMibps = 6,
                    ReplicationConfiguration = null,
                    ThroughputMode = "qiroscdbdjqkhezgxhfjiqd",
                },
                AwsRegion = "quxdhbvdpdedfzbfp",
                AwsSourceSchema = "txcarqgbqzzvg",
                AwsTags = 
                {
                    { "key3062", "onkfpsohoske" },
                },
                PublicCloudConnectorsResourceId = "mhovamuukkqswmro",
                PublicCloudResourceName = "nhvnekfp",
            },
            ResourceGroupName = "rgefsFileSystem",
            Tags = 
            {
                { "key8058", "u" },
            },
        });
    
    });
    
    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.NewEfsFileSystem(ctx, "efsFileSystem", &awsconnector.EfsFileSystemArgs{
    			Location: pulumi.String("phxoujlvsqavkckotussgpnjgexvq"),
    			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
    			Properties: &awsconnector.EfsFileSystemPropertiesArgs{
    				Arn:          pulumi.String("pewusdrkpcuvxtmjhvzmakefatinq"),
    				AwsAccountId: pulumi.String("jkixa"),
    				AwsProperties: &awsconnector.AwsEfsFileSystemPropertiesArgs{
    					Arn:                  pulumi.String("hptcgar"),
    					AvailabilityZoneName: pulumi.String("wnn"),
    					BackupPolicy: &awsconnector.BackupPolicyArgs{
    						Status: pulumi.String(awsconnector.BackupPolicyStatusDISABLED),
    					},
    					BypassPolicyLockoutSafetyCheck: pulumi.Bool(true),
    					Encrypted:                      pulumi.Bool(true),
    					FileSystemId:                   pulumi.String("kublwmniiobukjozju"),
    					FileSystemProtection: &awsconnector.FileSystemProtectionArgs{
    						ReplicationOverwriteProtection: pulumi.String(awsconnector.FileSystemProtectionReplicationOverwriteProtectionDISABLED),
    					},
    					FileSystemTags: awsconnector.ElasticFileSystemTagArray{
    						&awsconnector.ElasticFileSystemTagArgs{
    							Key:   pulumi.String("glyisjhra"),
    							Value: pulumi.String("gcz"),
    						},
    					},
    					KmsKeyId: pulumi.String("qglx"),
    					LifecyclePolicies: awsconnector.LifecyclePolicyArray{
    						&awsconnector.LifecyclePolicyArgs{
    							TransitionToArchive:             pulumi.String("xsnpjovpiazmhefijlflijjycbugv"),
    							TransitionToIA:                  pulumi.String("lslpvdwwgc"),
    							TransitionToPrimaryStorageClass: pulumi.String("migoeoowupavauvyrljegu"),
    						},
    					},
    					PerformanceMode:              pulumi.String("gtcuhloqhqjvztxoqvnzhwejwqg"),
    					ProvisionedThroughputInMibps: pulumi.Int(6),
    					ReplicationConfiguration:     &awsconnector.ReplicationConfigurationArgs{},
    					ThroughputMode:               pulumi.String("qiroscdbdjqkhezgxhfjiqd"),
    				},
    				AwsRegion:       pulumi.String("quxdhbvdpdedfzbfp"),
    				AwsSourceSchema: pulumi.String("txcarqgbqzzvg"),
    				AwsTags: pulumi.StringMap{
    					"key3062": pulumi.String("onkfpsohoske"),
    				},
    				PublicCloudConnectorsResourceId: pulumi.String("mhovamuukkqswmro"),
    				PublicCloudResourceName:         pulumi.String("nhvnekfp"),
    			},
    			ResourceGroupName: pulumi.String("rgefsFileSystem"),
    			Tags: pulumi.StringMap{
    				"key8058": pulumi.String("u"),
    			},
    		})
    		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.EfsFileSystem;
    import com.pulumi.azurenative.awsconnector.EfsFileSystemArgs;
    import com.pulumi.azurenative.awsconnector.inputs.EfsFileSystemPropertiesArgs;
    import com.pulumi.azurenative.awsconnector.inputs.AwsEfsFileSystemPropertiesArgs;
    import com.pulumi.azurenative.awsconnector.inputs.BackupPolicyArgs;
    import com.pulumi.azurenative.awsconnector.inputs.FileSystemProtectionArgs;
    import com.pulumi.azurenative.awsconnector.inputs.ReplicationConfigurationArgs;
    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 efsFileSystem = new EfsFileSystem("efsFileSystem", EfsFileSystemArgs.builder()
                .location("phxoujlvsqavkckotussgpnjgexvq")
                .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
                .properties(EfsFileSystemPropertiesArgs.builder()
                    .arn("pewusdrkpcuvxtmjhvzmakefatinq")
                    .awsAccountId("jkixa")
                    .awsProperties(AwsEfsFileSystemPropertiesArgs.builder()
                        .arn("hptcgar")
                        .availabilityZoneName("wnn")
                        .backupPolicy(BackupPolicyArgs.builder()
                            .status("DISABLED")
                            .build())
                        .bypassPolicyLockoutSafetyCheck(true)
                        .encrypted(true)
                        .fileSystemId("kublwmniiobukjozju")
                        .fileSystemProtection(FileSystemProtectionArgs.builder()
                            .replicationOverwriteProtection("DISABLED")
                            .build())
                        .fileSystemTags(ElasticFileSystemTagArgs.builder()
                            .key("glyisjhra")
                            .value("gcz")
                            .build())
                        .kmsKeyId("qglx")
                        .lifecyclePolicies(LifecyclePolicyArgs.builder()
                            .transitionToArchive("xsnpjovpiazmhefijlflijjycbugv")
                            .transitionToIA("lslpvdwwgc")
                            .transitionToPrimaryStorageClass("migoeoowupavauvyrljegu")
                            .build())
                        .performanceMode("gtcuhloqhqjvztxoqvnzhwejwqg")
                        .provisionedThroughputInMibps(6)
                        .replicationConfiguration()
                        .throughputMode("qiroscdbdjqkhezgxhfjiqd")
                        .build())
                    .awsRegion("quxdhbvdpdedfzbfp")
                    .awsSourceSchema("txcarqgbqzzvg")
                    .awsTags(Map.of("key3062", "onkfpsohoske"))
                    .publicCloudConnectorsResourceId("mhovamuukkqswmro")
                    .publicCloudResourceName("nhvnekfp")
                    .build())
                .resourceGroupName("rgefsFileSystem")
                .tags(Map.of("key8058", "u"))
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    efs_file_system = azure_native.awsconnector.EfsFileSystem("efsFileSystem",
        location="phxoujlvsqavkckotussgpnjgexvq",
        name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        properties={
            "arn": "pewusdrkpcuvxtmjhvzmakefatinq",
            "aws_account_id": "jkixa",
            "aws_properties": {
                "arn": "hptcgar",
                "availability_zone_name": "wnn",
                "backup_policy": {
                    "status": azure_native.awsconnector.BackupPolicyStatus.DISABLED,
                },
                "bypass_policy_lockout_safety_check": True,
                "encrypted": True,
                "file_system_id": "kublwmniiobukjozju",
                "file_system_protection": {
                    "replication_overwrite_protection": azure_native.awsconnector.FileSystemProtectionReplicationOverwriteProtection.DISABLED,
                },
                "file_system_tags": [{
                    "key": "glyisjhra",
                    "value": "gcz",
                }],
                "kms_key_id": "qglx",
                "lifecycle_policies": [{
                    "transition_to_archive": "xsnpjovpiazmhefijlflijjycbugv",
                    "transition_to_ia": "lslpvdwwgc",
                    "transition_to_primary_storage_class": "migoeoowupavauvyrljegu",
                }],
                "performance_mode": "gtcuhloqhqjvztxoqvnzhwejwqg",
                "provisioned_throughput_in_mibps": 6,
                "replication_configuration": {},
                "throughput_mode": "qiroscdbdjqkhezgxhfjiqd",
            },
            "aws_region": "quxdhbvdpdedfzbfp",
            "aws_source_schema": "txcarqgbqzzvg",
            "aws_tags": {
                "key3062": "onkfpsohoske",
            },
            "public_cloud_connectors_resource_id": "mhovamuukkqswmro",
            "public_cloud_resource_name": "nhvnekfp",
        },
        resource_group_name="rgefsFileSystem",
        tags={
            "key8058": "u",
        })
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const efsFileSystem = new azure_native.awsconnector.EfsFileSystem("efsFileSystem", {
        location: "phxoujlvsqavkckotussgpnjgexvq",
        name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        properties: {
            arn: "pewusdrkpcuvxtmjhvzmakefatinq",
            awsAccountId: "jkixa",
            awsProperties: {
                arn: "hptcgar",
                availabilityZoneName: "wnn",
                backupPolicy: {
                    status: azure_native.awsconnector.BackupPolicyStatus.DISABLED,
                },
                bypassPolicyLockoutSafetyCheck: true,
                encrypted: true,
                fileSystemId: "kublwmniiobukjozju",
                fileSystemProtection: {
                    replicationOverwriteProtection: azure_native.awsconnector.FileSystemProtectionReplicationOverwriteProtection.DISABLED,
                },
                fileSystemTags: [{
                    key: "glyisjhra",
                    value: "gcz",
                }],
                kmsKeyId: "qglx",
                lifecyclePolicies: [{
                    transitionToArchive: "xsnpjovpiazmhefijlflijjycbugv",
                    transitionToIA: "lslpvdwwgc",
                    transitionToPrimaryStorageClass: "migoeoowupavauvyrljegu",
                }],
                performanceMode: "gtcuhloqhqjvztxoqvnzhwejwqg",
                provisionedThroughputInMibps: 6,
                replicationConfiguration: {},
                throughputMode: "qiroscdbdjqkhezgxhfjiqd",
            },
            awsRegion: "quxdhbvdpdedfzbfp",
            awsSourceSchema: "txcarqgbqzzvg",
            awsTags: {
                key3062: "onkfpsohoske",
            },
            publicCloudConnectorsResourceId: "mhovamuukkqswmro",
            publicCloudResourceName: "nhvnekfp",
        },
        resourceGroupName: "rgefsFileSystem",
        tags: {
            key8058: "u",
        },
    });
    
    resources:
      efsFileSystem:
        type: azure-native:awsconnector:EfsFileSystem
        properties:
          location: phxoujlvsqavkckotussgpnjgexvq
          name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
          properties:
            arn: pewusdrkpcuvxtmjhvzmakefatinq
            awsAccountId: jkixa
            awsProperties:
              arn: hptcgar
              availabilityZoneName: wnn
              backupPolicy:
                status: DISABLED
              bypassPolicyLockoutSafetyCheck: true
              encrypted: true
              fileSystemId: kublwmniiobukjozju
              fileSystemProtection:
                replicationOverwriteProtection: DISABLED
              fileSystemTags:
                - key: glyisjhra
                  value: gcz
              kmsKeyId: qglx
              lifecyclePolicies:
                - transitionToArchive: xsnpjovpiazmhefijlflijjycbugv
                  transitionToIA: lslpvdwwgc
                  transitionToPrimaryStorageClass: migoeoowupavauvyrljegu
              performanceMode: gtcuhloqhqjvztxoqvnzhwejwqg
              provisionedThroughputInMibps: 6
              replicationConfiguration: {}
              throughputMode: qiroscdbdjqkhezgxhfjiqd
            awsRegion: quxdhbvdpdedfzbfp
            awsSourceSchema: txcarqgbqzzvg
            awsTags:
              key3062: onkfpsohoske
            publicCloudConnectorsResourceId: mhovamuukkqswmro
            publicCloudResourceName: nhvnekfp
          resourceGroupName: rgefsFileSystem
          tags:
            key8058: u
    

    Create EfsFileSystem Resource

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

    Constructor syntax

    new EfsFileSystem(name: string, args: EfsFileSystemArgs, opts?: CustomResourceOptions);
    @overload
    def EfsFileSystem(resource_name: str,
                      args: EfsFileSystemArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def EfsFileSystem(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      resource_group_name: Optional[str] = None,
                      location: Optional[str] = None,
                      name: Optional[str] = None,
                      properties: Optional[EfsFileSystemPropertiesArgs] = None,
                      tags: Optional[Mapping[str, str]] = None)
    func NewEfsFileSystem(ctx *Context, name string, args EfsFileSystemArgs, opts ...ResourceOption) (*EfsFileSystem, error)
    public EfsFileSystem(string name, EfsFileSystemArgs args, CustomResourceOptions? opts = null)
    public EfsFileSystem(String name, EfsFileSystemArgs args)
    public EfsFileSystem(String name, EfsFileSystemArgs args, CustomResourceOptions options)
    
    type: azure-native:awsconnector:EfsFileSystem
    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 EfsFileSystemArgs
    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 EfsFileSystemArgs
    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 EfsFileSystemArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EfsFileSystemArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EfsFileSystemArgs
    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 efsFileSystemResource = new AzureNative.AwsConnector.EfsFileSystem("efsFileSystemResource", new()
    {
        ResourceGroupName = "string",
        Location = "string",
        Name = "string",
        Properties = new AzureNative.AwsConnector.Inputs.EfsFileSystemPropertiesArgs
        {
            Arn = "string",
            AwsAccountId = "string",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsEfsFileSystemPropertiesArgs
            {
                Arn = "string",
                AvailabilityZoneName = "string",
                BackupPolicy = new AzureNative.AwsConnector.Inputs.BackupPolicyArgs
                {
                    Status = "string",
                },
                BypassPolicyLockoutSafetyCheck = false,
                Encrypted = false,
                FileSystemId = "string",
                FileSystemPolicy = "any",
                FileSystemProtection = new AzureNative.AwsConnector.Inputs.FileSystemProtectionArgs
                {
                    ReplicationOverwriteProtection = "string",
                },
                FileSystemTags = new[]
                {
                    new AzureNative.AwsConnector.Inputs.ElasticFileSystemTagArgs
                    {
                        Key = "string",
                        Value = "string",
                    },
                },
                KmsKeyId = "string",
                LifecyclePolicies = new[]
                {
                    new AzureNative.AwsConnector.Inputs.LifecyclePolicyArgs
                    {
                        LifecyclePolicyText = "string",
                        RegistryId = "string",
                        TransitionToArchive = "string",
                        TransitionToIA = "string",
                        TransitionToPrimaryStorageClass = "string",
                    },
                },
                PerformanceMode = "string",
                ProvisionedThroughputInMibps = 0,
                ReplicationConfiguration = new AzureNative.AwsConnector.Inputs.ReplicationConfigurationArgs
                {
                    Destinations = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.ReplicationDestinationArgs
                        {
                            AccessControlTranslation = new AzureNative.AwsConnector.Inputs.AccessControlTranslationArgs
                            {
                                Owner = "string",
                            },
                            Account = "string",
                            AvailabilityZoneName = "string",
                            Bucket = "string",
                            EncryptionConfiguration = new AzureNative.AwsConnector.Inputs.EncryptionConfigurationArgs
                            {
                                EncryptionType = "string",
                                KmsKey = "string",
                                ReplicaKmsKeyID = "string",
                            },
                            FileSystemId = "string",
                            KmsKeyId = "string",
                            Metrics = new AzureNative.AwsConnector.Inputs.MetricsArgs
                            {
                                EventThreshold = new AzureNative.AwsConnector.Inputs.ReplicationTimeValueArgs
                                {
                                    Minutes = 0,
                                },
                                Status = "string",
                            },
                            Region = "string",
                            ReplicationTime = new AzureNative.AwsConnector.Inputs.ReplicationTimeArgs
                            {
                                Status = "string",
                                Time = new AzureNative.AwsConnector.Inputs.ReplicationTimeValueArgs
                                {
                                    Minutes = 0,
                                },
                            },
                            StorageClass = "string",
                        },
                    },
                    Role = "string",
                    Rules = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.ReplicationRuleArgs
                        {
                            DeleteMarkerReplication = new AzureNative.AwsConnector.Inputs.DeleteMarkerReplicationArgs
                            {
                                Status = "string",
                            },
                            Destination = new AzureNative.AwsConnector.Inputs.ReplicationDestinationArgs
                            {
                                AccessControlTranslation = new AzureNative.AwsConnector.Inputs.AccessControlTranslationArgs
                                {
                                    Owner = "string",
                                },
                                Account = "string",
                                AvailabilityZoneName = "string",
                                Bucket = "string",
                                EncryptionConfiguration = new AzureNative.AwsConnector.Inputs.EncryptionConfigurationArgs
                                {
                                    EncryptionType = "string",
                                    KmsKey = "string",
                                    ReplicaKmsKeyID = "string",
                                },
                                FileSystemId = "string",
                                KmsKeyId = "string",
                                Metrics = new AzureNative.AwsConnector.Inputs.MetricsArgs
                                {
                                    EventThreshold = new AzureNative.AwsConnector.Inputs.ReplicationTimeValueArgs
                                    {
                                        Minutes = 0,
                                    },
                                    Status = "string",
                                },
                                Region = "string",
                                ReplicationTime = new AzureNative.AwsConnector.Inputs.ReplicationTimeArgs
                                {
                                    Status = "string",
                                    Time = new AzureNative.AwsConnector.Inputs.ReplicationTimeValueArgs
                                    {
                                        Minutes = 0,
                                    },
                                },
                                StorageClass = "string",
                            },
                            Filter = new AzureNative.AwsConnector.Inputs.ReplicationRuleFilterArgs
                            {
                                And = new AzureNative.AwsConnector.Inputs.ReplicationRuleAndOperatorArgs
                                {
                                    Prefix = "string",
                                    TagFilters = new[]
                                    {
                                        new AzureNative.AwsConnector.Inputs.TagFilterArgs
                                        {
                                            Key = "string",
                                            Value = "string",
                                        },
                                    },
                                },
                                Prefix = "string",
                                TagFilter = new AzureNative.AwsConnector.Inputs.TagFilterArgs
                                {
                                    Key = "string",
                                    Value = "string",
                                },
                            },
                            Id = "string",
                            Prefix = "string",
                            Priority = 0,
                            SourceSelectionCriteria = new AzureNative.AwsConnector.Inputs.SourceSelectionCriteriaArgs
                            {
                                ReplicaModifications = new AzureNative.AwsConnector.Inputs.ReplicaModificationsArgs
                                {
                                    Status = "string",
                                },
                                SseKmsEncryptedObjects = new AzureNative.AwsConnector.Inputs.SseKmsEncryptedObjectsArgs
                                {
                                    Status = "string",
                                },
                            },
                            Status = "string",
                        },
                    },
                },
                ThroughputMode = "string",
            },
            AwsRegion = "string",
            AwsSourceSchema = "string",
            AwsTags = 
            {
                { "string", "string" },
            },
            PublicCloudConnectorsResourceId = "string",
            PublicCloudResourceName = "string",
        },
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := awsconnector.NewEfsFileSystem(ctx, "efsFileSystemResource", &awsconnector.EfsFileSystemArgs{
    	ResourceGroupName: pulumi.String("string"),
    	Location:          pulumi.String("string"),
    	Name:              pulumi.String("string"),
    	Properties: &awsconnector.EfsFileSystemPropertiesArgs{
    		Arn:          pulumi.String("string"),
    		AwsAccountId: pulumi.String("string"),
    		AwsProperties: &awsconnector.AwsEfsFileSystemPropertiesArgs{
    			Arn:                  pulumi.String("string"),
    			AvailabilityZoneName: pulumi.String("string"),
    			BackupPolicy: &awsconnector.BackupPolicyArgs{
    				Status: pulumi.String("string"),
    			},
    			BypassPolicyLockoutSafetyCheck: pulumi.Bool(false),
    			Encrypted:                      pulumi.Bool(false),
    			FileSystemId:                   pulumi.String("string"),
    			FileSystemPolicy:               pulumi.Any("any"),
    			FileSystemProtection: &awsconnector.FileSystemProtectionArgs{
    				ReplicationOverwriteProtection: pulumi.String("string"),
    			},
    			FileSystemTags: awsconnector.ElasticFileSystemTagArray{
    				&awsconnector.ElasticFileSystemTagArgs{
    					Key:   pulumi.String("string"),
    					Value: pulumi.String("string"),
    				},
    			},
    			KmsKeyId: pulumi.String("string"),
    			LifecyclePolicies: awsconnector.LifecyclePolicyArray{
    				&awsconnector.LifecyclePolicyArgs{
    					LifecyclePolicyText:             pulumi.String("string"),
    					RegistryId:                      pulumi.String("string"),
    					TransitionToArchive:             pulumi.String("string"),
    					TransitionToIA:                  pulumi.String("string"),
    					TransitionToPrimaryStorageClass: pulumi.String("string"),
    				},
    			},
    			PerformanceMode:              pulumi.String("string"),
    			ProvisionedThroughputInMibps: pulumi.Int(0),
    			ReplicationConfiguration: &awsconnector.ReplicationConfigurationArgs{
    				Destinations: awsconnector.ReplicationDestinationArray{
    					&awsconnector.ReplicationDestinationArgs{
    						AccessControlTranslation: &awsconnector.AccessControlTranslationArgs{
    							Owner: pulumi.String("string"),
    						},
    						Account:              pulumi.String("string"),
    						AvailabilityZoneName: pulumi.String("string"),
    						Bucket:               pulumi.String("string"),
    						EncryptionConfiguration: &awsconnector.EncryptionConfigurationArgs{
    							EncryptionType:  pulumi.String("string"),
    							KmsKey:          pulumi.String("string"),
    							ReplicaKmsKeyID: pulumi.String("string"),
    						},
    						FileSystemId: pulumi.String("string"),
    						KmsKeyId:     pulumi.String("string"),
    						Metrics: &awsconnector.MetricsArgs{
    							EventThreshold: &awsconnector.ReplicationTimeValueArgs{
    								Minutes: pulumi.Int(0),
    							},
    							Status: pulumi.String("string"),
    						},
    						Region: pulumi.String("string"),
    						ReplicationTime: &awsconnector.ReplicationTimeArgs{
    							Status: pulumi.String("string"),
    							Time: &awsconnector.ReplicationTimeValueArgs{
    								Minutes: pulumi.Int(0),
    							},
    						},
    						StorageClass: pulumi.String("string"),
    					},
    				},
    				Role: pulumi.String("string"),
    				Rules: awsconnector.ReplicationRuleArray{
    					&awsconnector.ReplicationRuleArgs{
    						DeleteMarkerReplication: &awsconnector.DeleteMarkerReplicationArgs{
    							Status: pulumi.String("string"),
    						},
    						Destination: &awsconnector.ReplicationDestinationArgs{
    							AccessControlTranslation: &awsconnector.AccessControlTranslationArgs{
    								Owner: pulumi.String("string"),
    							},
    							Account:              pulumi.String("string"),
    							AvailabilityZoneName: pulumi.String("string"),
    							Bucket:               pulumi.String("string"),
    							EncryptionConfiguration: &awsconnector.EncryptionConfigurationArgs{
    								EncryptionType:  pulumi.String("string"),
    								KmsKey:          pulumi.String("string"),
    								ReplicaKmsKeyID: pulumi.String("string"),
    							},
    							FileSystemId: pulumi.String("string"),
    							KmsKeyId:     pulumi.String("string"),
    							Metrics: &awsconnector.MetricsArgs{
    								EventThreshold: &awsconnector.ReplicationTimeValueArgs{
    									Minutes: pulumi.Int(0),
    								},
    								Status: pulumi.String("string"),
    							},
    							Region: pulumi.String("string"),
    							ReplicationTime: &awsconnector.ReplicationTimeArgs{
    								Status: pulumi.String("string"),
    								Time: &awsconnector.ReplicationTimeValueArgs{
    									Minutes: pulumi.Int(0),
    								},
    							},
    							StorageClass: pulumi.String("string"),
    						},
    						Filter: &awsconnector.ReplicationRuleFilterArgs{
    							And: &awsconnector.ReplicationRuleAndOperatorArgs{
    								Prefix: pulumi.String("string"),
    								TagFilters: awsconnector.TagFilterArray{
    									&awsconnector.TagFilterArgs{
    										Key:   pulumi.String("string"),
    										Value: pulumi.String("string"),
    									},
    								},
    							},
    							Prefix: pulumi.String("string"),
    							TagFilter: &awsconnector.TagFilterArgs{
    								Key:   pulumi.String("string"),
    								Value: pulumi.String("string"),
    							},
    						},
    						Id:       pulumi.String("string"),
    						Prefix:   pulumi.String("string"),
    						Priority: pulumi.Int(0),
    						SourceSelectionCriteria: &awsconnector.SourceSelectionCriteriaArgs{
    							ReplicaModifications: &awsconnector.ReplicaModificationsArgs{
    								Status: pulumi.String("string"),
    							},
    							SseKmsEncryptedObjects: &awsconnector.SseKmsEncryptedObjectsArgs{
    								Status: pulumi.String("string"),
    							},
    						},
    						Status: pulumi.String("string"),
    					},
    				},
    			},
    			ThroughputMode: pulumi.String("string"),
    		},
    		AwsRegion:       pulumi.String("string"),
    		AwsSourceSchema: pulumi.String("string"),
    		AwsTags: pulumi.StringMap{
    			"string": pulumi.String("string"),
    		},
    		PublicCloudConnectorsResourceId: pulumi.String("string"),
    		PublicCloudResourceName:         pulumi.String("string"),
    	},
    	Tags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    })
    
    var efsFileSystemResource = new EfsFileSystem("efsFileSystemResource", EfsFileSystemArgs.builder()
        .resourceGroupName("string")
        .location("string")
        .name("string")
        .properties(EfsFileSystemPropertiesArgs.builder()
            .arn("string")
            .awsAccountId("string")
            .awsProperties(AwsEfsFileSystemPropertiesArgs.builder()
                .arn("string")
                .availabilityZoneName("string")
                .backupPolicy(BackupPolicyArgs.builder()
                    .status("string")
                    .build())
                .bypassPolicyLockoutSafetyCheck(false)
                .encrypted(false)
                .fileSystemId("string")
                .fileSystemPolicy("any")
                .fileSystemProtection(FileSystemProtectionArgs.builder()
                    .replicationOverwriteProtection("string")
                    .build())
                .fileSystemTags(ElasticFileSystemTagArgs.builder()
                    .key("string")
                    .value("string")
                    .build())
                .kmsKeyId("string")
                .lifecyclePolicies(LifecyclePolicyArgs.builder()
                    .lifecyclePolicyText("string")
                    .registryId("string")
                    .transitionToArchive("string")
                    .transitionToIA("string")
                    .transitionToPrimaryStorageClass("string")
                    .build())
                .performanceMode("string")
                .provisionedThroughputInMibps(0)
                .replicationConfiguration(ReplicationConfigurationArgs.builder()
                    .destinations(ReplicationDestinationArgs.builder()
                        .accessControlTranslation(AccessControlTranslationArgs.builder()
                            .owner("string")
                            .build())
                        .account("string")
                        .availabilityZoneName("string")
                        .bucket("string")
                        .encryptionConfiguration(EncryptionConfigurationArgs.builder()
                            .encryptionType("string")
                            .kmsKey("string")
                            .replicaKmsKeyID("string")
                            .build())
                        .fileSystemId("string")
                        .kmsKeyId("string")
                        .metrics(MetricsArgs.builder()
                            .eventThreshold(ReplicationTimeValueArgs.builder()
                                .minutes(0)
                                .build())
                            .status("string")
                            .build())
                        .region("string")
                        .replicationTime(ReplicationTimeArgs.builder()
                            .status("string")
                            .time(ReplicationTimeValueArgs.builder()
                                .minutes(0)
                                .build())
                            .build())
                        .storageClass("string")
                        .build())
                    .role("string")
                    .rules(ReplicationRuleArgs.builder()
                        .deleteMarkerReplication(DeleteMarkerReplicationArgs.builder()
                            .status("string")
                            .build())
                        .destination(ReplicationDestinationArgs.builder()
                            .accessControlTranslation(AccessControlTranslationArgs.builder()
                                .owner("string")
                                .build())
                            .account("string")
                            .availabilityZoneName("string")
                            .bucket("string")
                            .encryptionConfiguration(EncryptionConfigurationArgs.builder()
                                .encryptionType("string")
                                .kmsKey("string")
                                .replicaKmsKeyID("string")
                                .build())
                            .fileSystemId("string")
                            .kmsKeyId("string")
                            .metrics(MetricsArgs.builder()
                                .eventThreshold(ReplicationTimeValueArgs.builder()
                                    .minutes(0)
                                    .build())
                                .status("string")
                                .build())
                            .region("string")
                            .replicationTime(ReplicationTimeArgs.builder()
                                .status("string")
                                .time(ReplicationTimeValueArgs.builder()
                                    .minutes(0)
                                    .build())
                                .build())
                            .storageClass("string")
                            .build())
                        .filter(ReplicationRuleFilterArgs.builder()
                            .and(ReplicationRuleAndOperatorArgs.builder()
                                .prefix("string")
                                .tagFilters(TagFilterArgs.builder()
                                    .key("string")
                                    .value("string")
                                    .build())
                                .build())
                            .prefix("string")
                            .tagFilter(TagFilterArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .build())
                        .id("string")
                        .prefix("string")
                        .priority(0)
                        .sourceSelectionCriteria(SourceSelectionCriteriaArgs.builder()
                            .replicaModifications(ReplicaModificationsArgs.builder()
                                .status("string")
                                .build())
                            .sseKmsEncryptedObjects(SseKmsEncryptedObjectsArgs.builder()
                                .status("string")
                                .build())
                            .build())
                        .status("string")
                        .build())
                    .build())
                .throughputMode("string")
                .build())
            .awsRegion("string")
            .awsSourceSchema("string")
            .awsTags(Map.of("string", "string"))
            .publicCloudConnectorsResourceId("string")
            .publicCloudResourceName("string")
            .build())
        .tags(Map.of("string", "string"))
        .build());
    
    efs_file_system_resource = azure_native.awsconnector.EfsFileSystem("efsFileSystemResource",
        resource_group_name="string",
        location="string",
        name="string",
        properties={
            "arn": "string",
            "aws_account_id": "string",
            "aws_properties": {
                "arn": "string",
                "availability_zone_name": "string",
                "backup_policy": {
                    "status": "string",
                },
                "bypass_policy_lockout_safety_check": False,
                "encrypted": False,
                "file_system_id": "string",
                "file_system_policy": "any",
                "file_system_protection": {
                    "replication_overwrite_protection": "string",
                },
                "file_system_tags": [{
                    "key": "string",
                    "value": "string",
                }],
                "kms_key_id": "string",
                "lifecycle_policies": [{
                    "lifecycle_policy_text": "string",
                    "registry_id": "string",
                    "transition_to_archive": "string",
                    "transition_to_ia": "string",
                    "transition_to_primary_storage_class": "string",
                }],
                "performance_mode": "string",
                "provisioned_throughput_in_mibps": 0,
                "replication_configuration": {
                    "destinations": [{
                        "access_control_translation": {
                            "owner": "string",
                        },
                        "account": "string",
                        "availability_zone_name": "string",
                        "bucket": "string",
                        "encryption_configuration": {
                            "encryption_type": "string",
                            "kms_key": "string",
                            "replica_kms_key_id": "string",
                        },
                        "file_system_id": "string",
                        "kms_key_id": "string",
                        "metrics": {
                            "event_threshold": {
                                "minutes": 0,
                            },
                            "status": "string",
                        },
                        "region": "string",
                        "replication_time": {
                            "status": "string",
                            "time": {
                                "minutes": 0,
                            },
                        },
                        "storage_class": "string",
                    }],
                    "role": "string",
                    "rules": [{
                        "delete_marker_replication": {
                            "status": "string",
                        },
                        "destination": {
                            "access_control_translation": {
                                "owner": "string",
                            },
                            "account": "string",
                            "availability_zone_name": "string",
                            "bucket": "string",
                            "encryption_configuration": {
                                "encryption_type": "string",
                                "kms_key": "string",
                                "replica_kms_key_id": "string",
                            },
                            "file_system_id": "string",
                            "kms_key_id": "string",
                            "metrics": {
                                "event_threshold": {
                                    "minutes": 0,
                                },
                                "status": "string",
                            },
                            "region": "string",
                            "replication_time": {
                                "status": "string",
                                "time": {
                                    "minutes": 0,
                                },
                            },
                            "storage_class": "string",
                        },
                        "filter": {
                            "and_": {
                                "prefix": "string",
                                "tag_filters": [{
                                    "key": "string",
                                    "value": "string",
                                }],
                            },
                            "prefix": "string",
                            "tag_filter": {
                                "key": "string",
                                "value": "string",
                            },
                        },
                        "id": "string",
                        "prefix": "string",
                        "priority": 0,
                        "source_selection_criteria": {
                            "replica_modifications": {
                                "status": "string",
                            },
                            "sse_kms_encrypted_objects": {
                                "status": "string",
                            },
                        },
                        "status": "string",
                    }],
                },
                "throughput_mode": "string",
            },
            "aws_region": "string",
            "aws_source_schema": "string",
            "aws_tags": {
                "string": "string",
            },
            "public_cloud_connectors_resource_id": "string",
            "public_cloud_resource_name": "string",
        },
        tags={
            "string": "string",
        })
    
    const efsFileSystemResource = new azure_native.awsconnector.EfsFileSystem("efsFileSystemResource", {
        resourceGroupName: "string",
        location: "string",
        name: "string",
        properties: {
            arn: "string",
            awsAccountId: "string",
            awsProperties: {
                arn: "string",
                availabilityZoneName: "string",
                backupPolicy: {
                    status: "string",
                },
                bypassPolicyLockoutSafetyCheck: false,
                encrypted: false,
                fileSystemId: "string",
                fileSystemPolicy: "any",
                fileSystemProtection: {
                    replicationOverwriteProtection: "string",
                },
                fileSystemTags: [{
                    key: "string",
                    value: "string",
                }],
                kmsKeyId: "string",
                lifecyclePolicies: [{
                    lifecyclePolicyText: "string",
                    registryId: "string",
                    transitionToArchive: "string",
                    transitionToIA: "string",
                    transitionToPrimaryStorageClass: "string",
                }],
                performanceMode: "string",
                provisionedThroughputInMibps: 0,
                replicationConfiguration: {
                    destinations: [{
                        accessControlTranslation: {
                            owner: "string",
                        },
                        account: "string",
                        availabilityZoneName: "string",
                        bucket: "string",
                        encryptionConfiguration: {
                            encryptionType: "string",
                            kmsKey: "string",
                            replicaKmsKeyID: "string",
                        },
                        fileSystemId: "string",
                        kmsKeyId: "string",
                        metrics: {
                            eventThreshold: {
                                minutes: 0,
                            },
                            status: "string",
                        },
                        region: "string",
                        replicationTime: {
                            status: "string",
                            time: {
                                minutes: 0,
                            },
                        },
                        storageClass: "string",
                    }],
                    role: "string",
                    rules: [{
                        deleteMarkerReplication: {
                            status: "string",
                        },
                        destination: {
                            accessControlTranslation: {
                                owner: "string",
                            },
                            account: "string",
                            availabilityZoneName: "string",
                            bucket: "string",
                            encryptionConfiguration: {
                                encryptionType: "string",
                                kmsKey: "string",
                                replicaKmsKeyID: "string",
                            },
                            fileSystemId: "string",
                            kmsKeyId: "string",
                            metrics: {
                                eventThreshold: {
                                    minutes: 0,
                                },
                                status: "string",
                            },
                            region: "string",
                            replicationTime: {
                                status: "string",
                                time: {
                                    minutes: 0,
                                },
                            },
                            storageClass: "string",
                        },
                        filter: {
                            and: {
                                prefix: "string",
                                tagFilters: [{
                                    key: "string",
                                    value: "string",
                                }],
                            },
                            prefix: "string",
                            tagFilter: {
                                key: "string",
                                value: "string",
                            },
                        },
                        id: "string",
                        prefix: "string",
                        priority: 0,
                        sourceSelectionCriteria: {
                            replicaModifications: {
                                status: "string",
                            },
                            sseKmsEncryptedObjects: {
                                status: "string",
                            },
                        },
                        status: "string",
                    }],
                },
                throughputMode: "string",
            },
            awsRegion: "string",
            awsSourceSchema: "string",
            awsTags: {
                string: "string",
            },
            publicCloudConnectorsResourceId: "string",
            publicCloudResourceName: "string",
        },
        tags: {
            string: "string",
        },
    });
    
    type: azure-native:awsconnector:EfsFileSystem
    properties:
        location: string
        name: string
        properties:
            arn: string
            awsAccountId: string
            awsProperties:
                arn: string
                availabilityZoneName: string
                backupPolicy:
                    status: string
                bypassPolicyLockoutSafetyCheck: false
                encrypted: false
                fileSystemId: string
                fileSystemPolicy: any
                fileSystemProtection:
                    replicationOverwriteProtection: string
                fileSystemTags:
                    - key: string
                      value: string
                kmsKeyId: string
                lifecyclePolicies:
                    - lifecyclePolicyText: string
                      registryId: string
                      transitionToArchive: string
                      transitionToIA: string
                      transitionToPrimaryStorageClass: string
                performanceMode: string
                provisionedThroughputInMibps: 0
                replicationConfiguration:
                    destinations:
                        - accessControlTranslation:
                            owner: string
                          account: string
                          availabilityZoneName: string
                          bucket: string
                          encryptionConfiguration:
                            encryptionType: string
                            kmsKey: string
                            replicaKmsKeyID: string
                          fileSystemId: string
                          kmsKeyId: string
                          metrics:
                            eventThreshold:
                                minutes: 0
                            status: string
                          region: string
                          replicationTime:
                            status: string
                            time:
                                minutes: 0
                          storageClass: string
                    role: string
                    rules:
                        - deleteMarkerReplication:
                            status: string
                          destination:
                            accessControlTranslation:
                                owner: string
                            account: string
                            availabilityZoneName: string
                            bucket: string
                            encryptionConfiguration:
                                encryptionType: string
                                kmsKey: string
                                replicaKmsKeyID: string
                            fileSystemId: string
                            kmsKeyId: string
                            metrics:
                                eventThreshold:
                                    minutes: 0
                                status: string
                            region: string
                            replicationTime:
                                status: string
                                time:
                                    minutes: 0
                            storageClass: string
                          filter:
                            and:
                                prefix: string
                                tagFilters:
                                    - key: string
                                      value: string
                            prefix: string
                            tagFilter:
                                key: string
                                value: string
                          id: string
                          prefix: string
                          priority: 0
                          sourceSelectionCriteria:
                            replicaModifications:
                                status: string
                            sseKmsEncryptedObjects:
                                status: string
                          status: string
                throughputMode: string
            awsRegion: string
            awsSourceSchema: string
            awsTags:
                string: string
            publicCloudConnectorsResourceId: string
            publicCloudResourceName: string
        resourceGroupName: string
        tags:
            string: string
    

    EfsFileSystem 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 EfsFileSystem 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 EfsFileSystem
    Properties Pulumi.AzureNative.AwsConnector.Inputs.EfsFileSystemProperties
    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 EfsFileSystem
    Properties EfsFileSystemPropertiesArgs
    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 EfsFileSystem
    properties EfsFileSystemProperties
    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 EfsFileSystem
    properties EfsFileSystemProperties
    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 EfsFileSystem
    properties EfsFileSystemPropertiesArgs
    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 EfsFileSystem
    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 EfsFileSystem 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

    AccessControlTranslation, AccessControlTranslationArgs

    Owner string
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
    Owner string
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
    owner String
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
    owner string
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
    owner str
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
    owner String
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.

    AccessControlTranslationResponse, AccessControlTranslationResponseArgs

    Owner string
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
    Owner string
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
    owner String
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
    owner string
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
    owner str
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
    owner String
    Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.

    AwsEfsFileSystemProperties, AwsEfsFileSystemPropertiesArgs

    Arn string
    Property arn
    AvailabilityZoneName string
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    BackupPolicy Pulumi.AzureNative.AwsConnector.Inputs.BackupPolicy
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    BypassPolicyLockoutSafetyCheck bool
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    Encrypted bool
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    FileSystemId string
    Property fileSystemId
    FileSystemPolicy object
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    FileSystemProtection Pulumi.AzureNative.AwsConnector.Inputs.FileSystemProtection
    Describes the protection on the file system. Describes the protection on the file system.
    FileSystemTags List<Pulumi.AzureNative.AwsConnector.Inputs.ElasticFileSystemTag>
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    KmsKeyId string
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    LifecyclePolicies List<Pulumi.AzureNative.AwsConnector.Inputs.LifecyclePolicy>
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    PerformanceMode string
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    ProvisionedThroughputInMibps int
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    ReplicationConfiguration Pulumi.AzureNative.AwsConnector.Inputs.ReplicationConfiguration
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    ThroughputMode string
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.
    Arn string
    Property arn
    AvailabilityZoneName string
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    BackupPolicy BackupPolicy
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    BypassPolicyLockoutSafetyCheck bool
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    Encrypted bool
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    FileSystemId string
    Property fileSystemId
    FileSystemPolicy interface{}
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    FileSystemProtection FileSystemProtection
    Describes the protection on the file system. Describes the protection on the file system.
    FileSystemTags []ElasticFileSystemTag
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    KmsKeyId string
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    LifecyclePolicies []LifecyclePolicy
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    PerformanceMode string
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    ProvisionedThroughputInMibps int
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    ReplicationConfiguration ReplicationConfiguration
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    ThroughputMode string
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.
    arn String
    Property arn
    availabilityZoneName String
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    backupPolicy BackupPolicy
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    bypassPolicyLockoutSafetyCheck Boolean
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    encrypted Boolean
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    fileSystemId String
    Property fileSystemId
    fileSystemPolicy Object
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    fileSystemProtection FileSystemProtection
    Describes the protection on the file system. Describes the protection on the file system.
    fileSystemTags List<ElasticFileSystemTag>
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    kmsKeyId String
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    lifecyclePolicies List<LifecyclePolicy>
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    performanceMode String
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    provisionedThroughputInMibps Integer
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    replicationConfiguration ReplicationConfiguration
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    throughputMode String
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.
    arn string
    Property arn
    availabilityZoneName string
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    backupPolicy BackupPolicy
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    bypassPolicyLockoutSafetyCheck boolean
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    encrypted boolean
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    fileSystemId string
    Property fileSystemId
    fileSystemPolicy any
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    fileSystemProtection FileSystemProtection
    Describes the protection on the file system. Describes the protection on the file system.
    fileSystemTags ElasticFileSystemTag[]
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    kmsKeyId string
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    lifecyclePolicies LifecyclePolicy[]
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    performanceMode string
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    provisionedThroughputInMibps number
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    replicationConfiguration ReplicationConfiguration
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    throughputMode string
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.
    arn str
    Property arn
    availability_zone_name str
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    backup_policy BackupPolicy
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    bypass_policy_lockout_safety_check bool
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    encrypted bool
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    file_system_id str
    Property fileSystemId
    file_system_policy Any
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    file_system_protection FileSystemProtection
    Describes the protection on the file system. Describes the protection on the file system.
    file_system_tags Sequence[ElasticFileSystemTag]
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    kms_key_id str
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    lifecycle_policies Sequence[LifecyclePolicy]
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    performance_mode str
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    provisioned_throughput_in_mibps int
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    replication_configuration ReplicationConfiguration
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    throughput_mode str
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.
    arn String
    Property arn
    availabilityZoneName String
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    backupPolicy Property Map
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    bypassPolicyLockoutSafetyCheck Boolean
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    encrypted Boolean
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    fileSystemId String
    Property fileSystemId
    fileSystemPolicy Any
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    fileSystemProtection Property Map
    Describes the protection on the file system. Describes the protection on the file system.
    fileSystemTags List<Property Map>
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    kmsKeyId String
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    lifecyclePolicies List<Property Map>
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    performanceMode String
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    provisionedThroughputInMibps Number
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    replicationConfiguration Property Map
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    throughputMode String
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.

    AwsEfsFileSystemPropertiesResponse, AwsEfsFileSystemPropertiesResponseArgs

    Arn string
    Property arn
    AvailabilityZoneName string
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    BackupPolicy Pulumi.AzureNative.AwsConnector.Inputs.BackupPolicyResponse
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    BypassPolicyLockoutSafetyCheck bool
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    Encrypted bool
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    FileSystemId string
    Property fileSystemId
    FileSystemPolicy object
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    FileSystemProtection Pulumi.AzureNative.AwsConnector.Inputs.FileSystemProtectionResponse
    Describes the protection on the file system. Describes the protection on the file system.
    FileSystemTags List<Pulumi.AzureNative.AwsConnector.Inputs.ElasticFileSystemTagResponse>
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    KmsKeyId string
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    LifecyclePolicies List<Pulumi.AzureNative.AwsConnector.Inputs.LifecyclePolicyResponse>
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    PerformanceMode string
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    ProvisionedThroughputInMibps int
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    ReplicationConfiguration Pulumi.AzureNative.AwsConnector.Inputs.ReplicationConfigurationResponse
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    ThroughputMode string
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.
    Arn string
    Property arn
    AvailabilityZoneName string
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    BackupPolicy BackupPolicyResponse
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    BypassPolicyLockoutSafetyCheck bool
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    Encrypted bool
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    FileSystemId string
    Property fileSystemId
    FileSystemPolicy interface{}
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    FileSystemProtection FileSystemProtectionResponse
    Describes the protection on the file system. Describes the protection on the file system.
    FileSystemTags []ElasticFileSystemTagResponse
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    KmsKeyId string
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    LifecyclePolicies []LifecyclePolicyResponse
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    PerformanceMode string
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    ProvisionedThroughputInMibps int
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    ReplicationConfiguration ReplicationConfigurationResponse
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    ThroughputMode string
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.
    arn String
    Property arn
    availabilityZoneName String
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    backupPolicy BackupPolicyResponse
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    bypassPolicyLockoutSafetyCheck Boolean
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    encrypted Boolean
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    fileSystemId String
    Property fileSystemId
    fileSystemPolicy Object
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    fileSystemProtection FileSystemProtectionResponse
    Describes the protection on the file system. Describes the protection on the file system.
    fileSystemTags List<ElasticFileSystemTagResponse>
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    kmsKeyId String
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    lifecyclePolicies List<LifecyclePolicyResponse>
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    performanceMode String
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    provisionedThroughputInMibps Integer
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    replicationConfiguration ReplicationConfigurationResponse
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    throughputMode String
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.
    arn string
    Property arn
    availabilityZoneName string
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    backupPolicy BackupPolicyResponse
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    bypassPolicyLockoutSafetyCheck boolean
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    encrypted boolean
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    fileSystemId string
    Property fileSystemId
    fileSystemPolicy any
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    fileSystemProtection FileSystemProtectionResponse
    Describes the protection on the file system. Describes the protection on the file system.
    fileSystemTags ElasticFileSystemTagResponse[]
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    kmsKeyId string
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    lifecyclePolicies LifecyclePolicyResponse[]
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    performanceMode string
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    provisionedThroughputInMibps number
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    replicationConfiguration ReplicationConfigurationResponse
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    throughputMode string
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.
    arn str
    Property arn
    availability_zone_name str
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    backup_policy BackupPolicyResponse
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    bypass_policy_lockout_safety_check bool
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    encrypted bool
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    file_system_id str
    Property fileSystemId
    file_system_policy Any
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    file_system_protection FileSystemProtectionResponse
    Describes the protection on the file system. Describes the protection on the file system.
    file_system_tags Sequence[ElasticFileSystemTagResponse]
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    kms_key_id str
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    lifecycle_policies Sequence[LifecyclePolicyResponse]
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    performance_mode str
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    provisioned_throughput_in_mibps int
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    replication_configuration ReplicationConfigurationResponse
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    throughput_mode str
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.
    arn String
    Property arn
    availabilityZoneName String
    For One Zone file systems, specify the AWS Availability Zone in which to create the file system. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file systems are not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    backupPolicy Property Map
    Use the BackupPolicy to turn automatic backups on or off for the file system. The backup policy turns automatic backups for the file system on or off.
    bypassPolicyLockoutSafetyCheck Boolean
    (Optional) A boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future PutFileSystemPolicy requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this file system. The default value is False.
    encrypted Boolean
    A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing kms-key-long. If you don't specify a kms-key, then the default kms-key for EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
    fileSystemId String
    Property fileSystemId
    fileSystemPolicy Any
    The FileSystemPolicy for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide.
    fileSystemProtection Property Map
    Describes the protection on the file system. Describes the protection on the file system.
    fileSystemTags List<Property Map>
    Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a 'Key':'Name','Value':'{value}' key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
    kmsKeyId String
    The ID of the kms-key-long to be used to protect the encrypted file system. This parameter is only required if you want to use a nondefault kms-key. If this parameter is not specified, the default kms-key for EFS is used. This ID can be in one of the following formats: + Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. + ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. + Key alias - A previously created display name for a key, for example alias/projectKey1. + Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If KmsKeyId is specified, the Encrypted parameter must be set to true.
    lifecyclePolicies List<Property Map>
    An array of LifecyclePolicy objects that define the file system's LifecycleConfiguration object. A LifecycleConfiguration object informs Lifecycle management of the following: + When to move files in the file system from primary storage to IA storage. + When to move files in the file system from primary storage or IA storage to Archive storage. + When to move files that are in IA or Archive storage to primary storage. EFS requires that each LifecyclePolicy object have only a single transition. This means that in a request body, LifecyclePolicies needs to be structured as an array of LifecyclePolicy objects, one object for each transition, TransitionToIA, TransitionToArchive TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
    performanceMode String
    The Performance mode of the file system. We recommend generalPurpose performance mode for all file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The maxIO mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is generalPurpose.
    provisionedThroughputInMibps Number
    The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
    replicationConfiguration Property Map
    Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
    throughputMode String
    Specifies the throughput mode for the file system. The mode can be bursting, provisioned, or elastic. If you set ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is bursting.

    BackupPolicy, BackupPolicyArgs

    Status string | Pulumi.AzureNative.AwsConnector.BackupPolicyStatus
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.
    Status string | BackupPolicyStatus
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.
    status String | BackupPolicyStatus
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.
    status string | BackupPolicyStatus
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.
    status str | BackupPolicyStatus
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.
    status String | "DISABLED" | "ENABLED"
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.

    BackupPolicyResponse, BackupPolicyResponseArgs

    Status string
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.
    Status string
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.
    status String
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.
    status string
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.
    status str
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.
    status String
    Set the backup policy status for the file system. + ENABLED - Turns automatic backups on for the file system. + DISABLED - Turns automatic backups off for the file system.

    BackupPolicyStatus, BackupPolicyStatusArgs

    DISABLED
    DISABLEDBackupPolicyStatus enum DISABLED
    ENABLED
    ENABLEDBackupPolicyStatus enum ENABLED
    BackupPolicyStatusDISABLED
    DISABLEDBackupPolicyStatus enum DISABLED
    BackupPolicyStatusENABLED
    ENABLEDBackupPolicyStatus enum ENABLED
    DISABLED
    DISABLEDBackupPolicyStatus enum DISABLED
    ENABLED
    ENABLEDBackupPolicyStatus enum ENABLED
    DISABLED
    DISABLEDBackupPolicyStatus enum DISABLED
    ENABLED
    ENABLEDBackupPolicyStatus enum ENABLED
    DISABLED
    DISABLEDBackupPolicyStatus enum DISABLED
    ENABLED
    ENABLEDBackupPolicyStatus enum ENABLED
    "DISABLED"
    DISABLEDBackupPolicyStatus enum DISABLED
    "ENABLED"
    ENABLEDBackupPolicyStatus enum ENABLED

    DeleteMarkerReplication, DeleteMarkerReplicationArgs

    Status string | Pulumi.AzureNative.AwsConnector.DeleteMarkerReplicationStatus
    Indicates whether to replicate delete markers. Disabled by default.
    Status string | DeleteMarkerReplicationStatus
    Indicates whether to replicate delete markers. Disabled by default.
    status String | DeleteMarkerReplicationStatus
    Indicates whether to replicate delete markers. Disabled by default.
    status string | DeleteMarkerReplicationStatus
    Indicates whether to replicate delete markers. Disabled by default.
    status str | DeleteMarkerReplicationStatus
    Indicates whether to replicate delete markers. Disabled by default.
    status String | "Disabled" | "Enabled"
    Indicates whether to replicate delete markers. Disabled by default.

    DeleteMarkerReplicationResponse, DeleteMarkerReplicationResponseArgs

    Status string
    Indicates whether to replicate delete markers. Disabled by default.
    Status string
    Indicates whether to replicate delete markers. Disabled by default.
    status String
    Indicates whether to replicate delete markers. Disabled by default.
    status string
    Indicates whether to replicate delete markers. Disabled by default.
    status str
    Indicates whether to replicate delete markers. Disabled by default.
    status String
    Indicates whether to replicate delete markers. Disabled by default.

    DeleteMarkerReplicationStatus, DeleteMarkerReplicationStatusArgs

    Disabled
    DisabledDeleteMarkerReplicationStatus enum Disabled
    Enabled
    EnabledDeleteMarkerReplicationStatus enum Enabled
    DeleteMarkerReplicationStatusDisabled
    DisabledDeleteMarkerReplicationStatus enum Disabled
    DeleteMarkerReplicationStatusEnabled
    EnabledDeleteMarkerReplicationStatus enum Enabled
    Disabled
    DisabledDeleteMarkerReplicationStatus enum Disabled
    Enabled
    EnabledDeleteMarkerReplicationStatus enum Enabled
    Disabled
    DisabledDeleteMarkerReplicationStatus enum Disabled
    Enabled
    EnabledDeleteMarkerReplicationStatus enum Enabled
    DISABLED
    DisabledDeleteMarkerReplicationStatus enum Disabled
    ENABLED
    EnabledDeleteMarkerReplicationStatus enum Enabled
    "Disabled"
    DisabledDeleteMarkerReplicationStatus enum Disabled
    "Enabled"
    EnabledDeleteMarkerReplicationStatus enum Enabled

    EfsFileSystemProperties, EfsFileSystemPropertiesArgs

    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties Pulumi.AzureNative.AwsConnector.Inputs.AwsEfsFileSystemProperties
    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 AwsEfsFileSystemProperties
    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 AwsEfsFileSystemProperties
    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 AwsEfsFileSystemProperties
    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 AwsEfsFileSystemProperties
    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

    EfsFileSystemPropertiesResponse, EfsFileSystemPropertiesResponseArgs

    ProvisioningState string
    The status of the last operation.
    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties Pulumi.AzureNative.AwsConnector.Inputs.AwsEfsFileSystemPropertiesResponse
    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 AwsEfsFileSystemPropertiesResponse
    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 AwsEfsFileSystemPropertiesResponse
    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 AwsEfsFileSystemPropertiesResponse
    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 AwsEfsFileSystemPropertiesResponse
    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

    ElasticFileSystemTag, ElasticFileSystemTagArgs

    Key string
    The tag key (String). The key can't start with aws:.
    Value string
    The value of the tag key.
    Key string
    The tag key (String). The key can't start with aws:.
    Value string
    The value of the tag key.
    key String
    The tag key (String). The key can't start with aws:.
    value String
    The value of the tag key.
    key string
    The tag key (String). The key can't start with aws:.
    value string
    The value of the tag key.
    key str
    The tag key (String). The key can't start with aws:.
    value str
    The value of the tag key.
    key String
    The tag key (String). The key can't start with aws:.
    value String
    The value of the tag key.

    ElasticFileSystemTagResponse, ElasticFileSystemTagResponseArgs

    Key string
    The tag key (String). The key can't start with aws:.
    Value string
    The value of the tag key.
    Key string
    The tag key (String). The key can't start with aws:.
    Value string
    The value of the tag key.
    key String
    The tag key (String). The key can't start with aws:.
    value String
    The value of the tag key.
    key string
    The tag key (String). The key can't start with aws:.
    value string
    The value of the tag key.
    key str
    The tag key (String). The key can't start with aws:.
    value str
    The value of the tag key.
    key String
    The tag key (String). The key can't start with aws:.
    value String
    The value of the tag key.

    EncryptionConfiguration, EncryptionConfigurationArgs

    EncryptionType string | Pulumi.AzureNative.AwsConnector.EncryptionConfigurationEncryptionType
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    KmsKey string
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    ReplicaKmsKeyID string
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.
    EncryptionType string | EncryptionConfigurationEncryptionType
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    KmsKey string
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    ReplicaKmsKeyID string
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.
    encryptionType String | EncryptionConfigurationEncryptionType
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    kmsKey String
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    replicaKmsKeyID String
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.
    encryptionType string | EncryptionConfigurationEncryptionType
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    kmsKey string
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    replicaKmsKeyID string
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.
    encryption_type str | EncryptionConfigurationEncryptionType
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    kms_key str
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    replica_kms_key_id str
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.
    encryptionType String | "AES256" | "KMS"
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    kmsKey String
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    replicaKmsKeyID String
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.

    EncryptionConfigurationEncryptionType, EncryptionConfigurationEncryptionTypeArgs

    AES256
    AES256EncryptionConfigurationEncryptionType enum AES256
    KMS
    KMSEncryptionConfigurationEncryptionType enum KMS
    EncryptionConfigurationEncryptionTypeAES256
    AES256EncryptionConfigurationEncryptionType enum AES256
    EncryptionConfigurationEncryptionTypeKMS
    KMSEncryptionConfigurationEncryptionType enum KMS
    AES256
    AES256EncryptionConfigurationEncryptionType enum AES256
    KMS
    KMSEncryptionConfigurationEncryptionType enum KMS
    AES256
    AES256EncryptionConfigurationEncryptionType enum AES256
    KMS
    KMSEncryptionConfigurationEncryptionType enum KMS
    AES256
    AES256EncryptionConfigurationEncryptionType enum AES256
    KMS
    KMSEncryptionConfigurationEncryptionType enum KMS
    "AES256"
    AES256EncryptionConfigurationEncryptionType enum AES256
    "KMS"
    KMSEncryptionConfigurationEncryptionType enum KMS

    EncryptionConfigurationResponse, EncryptionConfigurationResponseArgs

    EncryptionType string
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    KmsKey string
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    ReplicaKmsKeyID string
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.
    EncryptionType string
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    KmsKey string
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    ReplicaKmsKeyID string
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.
    encryptionType String
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    kmsKey String
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    replicaKmsKeyID String
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.
    encryptionType string
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    kmsKey string
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    replicaKmsKeyID string
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.
    encryption_type str
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    kms_key str
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    replica_kms_key_id str
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.
    encryptionType String
    The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an key stored in (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the *Ama The encryption type to use.
    kmsKey String
    If you use the KMS encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used. If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.
    replicaKmsKeyID String
    Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.

    FileSystemProtection, FileSystemProtectionArgs

    ReplicationOverwriteProtection string | Pulumi.AzureNative.AwsConnector.FileSystemProtectionReplicationOverwriteProtection
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
    ReplicationOverwriteProtection string | FileSystemProtectionReplicationOverwriteProtection
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
    replicationOverwriteProtection String | FileSystemProtectionReplicationOverwriteProtection
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
    replicationOverwriteProtection string | FileSystemProtectionReplicationOverwriteProtection
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
    replication_overwrite_protection str | FileSystemProtectionReplicationOverwriteProtection
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
    replicationOverwriteProtection String | "DISABLED" | "ENABLED"
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.

    FileSystemProtectionReplicationOverwriteProtection, FileSystemProtectionReplicationOverwriteProtectionArgs

    DISABLED
    DISABLEDFileSystemProtectionReplicationOverwriteProtection enum DISABLED
    ENABLED
    ENABLEDFileSystemProtectionReplicationOverwriteProtection enum ENABLED
    FileSystemProtectionReplicationOverwriteProtectionDISABLED
    DISABLEDFileSystemProtectionReplicationOverwriteProtection enum DISABLED
    FileSystemProtectionReplicationOverwriteProtectionENABLED
    ENABLEDFileSystemProtectionReplicationOverwriteProtection enum ENABLED
    DISABLED
    DISABLEDFileSystemProtectionReplicationOverwriteProtection enum DISABLED
    ENABLED
    ENABLEDFileSystemProtectionReplicationOverwriteProtection enum ENABLED
    DISABLED
    DISABLEDFileSystemProtectionReplicationOverwriteProtection enum DISABLED
    ENABLED
    ENABLEDFileSystemProtectionReplicationOverwriteProtection enum ENABLED
    DISABLED
    DISABLEDFileSystemProtectionReplicationOverwriteProtection enum DISABLED
    ENABLED
    ENABLEDFileSystemProtectionReplicationOverwriteProtection enum ENABLED
    "DISABLED"
    DISABLEDFileSystemProtectionReplicationOverwriteProtection enum DISABLED
    "ENABLED"
    ENABLEDFileSystemProtectionReplicationOverwriteProtection enum ENABLED

    FileSystemProtectionResponse, FileSystemProtectionResponseArgs

    ReplicationOverwriteProtection string
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
    ReplicationOverwriteProtection string
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
    replicationOverwriteProtection String
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
    replicationOverwriteProtection string
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
    replication_overwrite_protection str
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.
    replicationOverwriteProtection String
    The status of the file system's replication overwrite protection. + ENABLED – The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection is ENABLED by default. + DISABLED – The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication. + REPLICATING – The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication. If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.

    LifecyclePolicy, LifecyclePolicyArgs

    LifecyclePolicyText string
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    RegistryId string
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    TransitionToArchive string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    TransitionToIA string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    TransitionToPrimaryStorageClass string
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    LifecyclePolicyText string
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    RegistryId string
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    TransitionToArchive string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    TransitionToIA string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    TransitionToPrimaryStorageClass string
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    lifecyclePolicyText String
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    registryId String
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    transitionToArchive String
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToIA String
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToPrimaryStorageClass String
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    lifecyclePolicyText string
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    registryId string
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    transitionToArchive string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToIA string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToPrimaryStorageClass string
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    lifecycle_policy_text str
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    registry_id str
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    transition_to_archive str
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transition_to_ia str
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transition_to_primary_storage_class str
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    lifecyclePolicyText String
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    registryId String
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    transitionToArchive String
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToIA String
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToPrimaryStorageClass String
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.

    LifecyclePolicyResponse, LifecyclePolicyResponseArgs

    LifecyclePolicyText string
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    RegistryId string
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    TransitionToArchive string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    TransitionToIA string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    TransitionToPrimaryStorageClass string
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    LifecyclePolicyText string
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    RegistryId string
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    TransitionToArchive string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    TransitionToIA string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    TransitionToPrimaryStorageClass string
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    lifecyclePolicyText String
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    registryId String
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    transitionToArchive String
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToIA String
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToPrimaryStorageClass String
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    lifecyclePolicyText string
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    registryId string
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    transitionToArchive string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToIA string
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToPrimaryStorageClass string
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    lifecycle_policy_text str
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    registry_id str
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    transition_to_archive str
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transition_to_ia str
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transition_to_primary_storage_class str
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    lifecyclePolicyText String
    The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
    registryId String
    The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed. The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
    transitionToArchive String
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToIA String
    The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
    transitionToPrimaryStorageClass String
    Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.

    Metrics, MetricsArgs

    EventThreshold Pulumi.AzureNative.AwsConnector.Inputs.ReplicationTimeValue
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    Status string | Pulumi.AzureNative.AwsConnector.MetricsStatus
    Specifies whether the replication metrics are enabled.
    EventThreshold ReplicationTimeValue
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    Status string | MetricsStatus
    Specifies whether the replication metrics are enabled.
    eventThreshold ReplicationTimeValue
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status String | MetricsStatus
    Specifies whether the replication metrics are enabled.
    eventThreshold ReplicationTimeValue
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status string | MetricsStatus
    Specifies whether the replication metrics are enabled.
    event_threshold ReplicationTimeValue
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status str | MetricsStatus
    Specifies whether the replication metrics are enabled.
    eventThreshold Property Map
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status String | "Disabled" | "Enabled"
    Specifies whether the replication metrics are enabled.

    MetricsResponse, MetricsResponseArgs

    EventThreshold Pulumi.AzureNative.AwsConnector.Inputs.ReplicationTimeValueResponse
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    Status string
    Specifies whether the replication metrics are enabled.
    EventThreshold ReplicationTimeValueResponse
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    Status string
    Specifies whether the replication metrics are enabled.
    eventThreshold ReplicationTimeValueResponse
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status String
    Specifies whether the replication metrics are enabled.
    eventThreshold ReplicationTimeValueResponse
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status string
    Specifies whether the replication metrics are enabled.
    event_threshold ReplicationTimeValueResponse
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status str
    Specifies whether the replication metrics are enabled.
    eventThreshold Property Map
    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status String
    Specifies whether the replication metrics are enabled.

    MetricsStatus, MetricsStatusArgs

    Disabled
    DisabledMetricsStatus enum Disabled
    Enabled
    EnabledMetricsStatus enum Enabled
    MetricsStatusDisabled
    DisabledMetricsStatus enum Disabled
    MetricsStatusEnabled
    EnabledMetricsStatus enum Enabled
    Disabled
    DisabledMetricsStatus enum Disabled
    Enabled
    EnabledMetricsStatus enum Enabled
    Disabled
    DisabledMetricsStatus enum Disabled
    Enabled
    EnabledMetricsStatus enum Enabled
    DISABLED
    DisabledMetricsStatus enum Disabled
    ENABLED
    EnabledMetricsStatus enum Enabled
    "Disabled"
    DisabledMetricsStatus enum Disabled
    "Enabled"
    EnabledMetricsStatus enum Enabled

    ReplicaModifications, ReplicaModificationsArgs

    Status string | Pulumi.AzureNative.AwsConnector.ReplicaModificationsStatus
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled
    Status string | ReplicaModificationsStatus
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled
    status String | ReplicaModificationsStatus
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled
    status string | ReplicaModificationsStatus
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled
    status str | ReplicaModificationsStatus
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled
    status String | "Disabled" | "Enabled"
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled

    ReplicaModificationsResponse, ReplicaModificationsResponseArgs

    Status string
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled
    Status string
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled
    status String
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled
    status string
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled
    status str
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled
    status String
    Specifies whether Amazon S3 replicates modifications on replicas. Allowed values: Enabled | Disabled

    ReplicaModificationsStatus, ReplicaModificationsStatusArgs

    Disabled
    DisabledReplicaModificationsStatus enum Disabled
    Enabled
    EnabledReplicaModificationsStatus enum Enabled
    ReplicaModificationsStatusDisabled
    DisabledReplicaModificationsStatus enum Disabled
    ReplicaModificationsStatusEnabled
    EnabledReplicaModificationsStatus enum Enabled
    Disabled
    DisabledReplicaModificationsStatus enum Disabled
    Enabled
    EnabledReplicaModificationsStatus enum Enabled
    Disabled
    DisabledReplicaModificationsStatus enum Disabled
    Enabled
    EnabledReplicaModificationsStatus enum Enabled
    DISABLED
    DisabledReplicaModificationsStatus enum Disabled
    ENABLED
    EnabledReplicaModificationsStatus enum Enabled
    "Disabled"
    DisabledReplicaModificationsStatus enum Disabled
    "Enabled"
    EnabledReplicaModificationsStatus enum Enabled

    ReplicationConfiguration, ReplicationConfigurationArgs

    Destinations List<Pulumi.AzureNative.AwsConnector.Inputs.ReplicationDestination>
    An array of destination objects. Only one destination object is supported.
    Role string
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    Rules List<Pulumi.AzureNative.AwsConnector.Inputs.ReplicationRule>
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
    Destinations []ReplicationDestination
    An array of destination objects. Only one destination object is supported.
    Role string
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    Rules []ReplicationRule
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
    destinations List<ReplicationDestination>
    An array of destination objects. Only one destination object is supported.
    role String
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    rules List<ReplicationRule>
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
    destinations ReplicationDestination[]
    An array of destination objects. Only one destination object is supported.
    role string
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    rules ReplicationRule[]
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
    destinations Sequence[ReplicationDestination]
    An array of destination objects. Only one destination object is supported.
    role str
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    rules Sequence[ReplicationRule]
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
    destinations List<Property Map>
    An array of destination objects. Only one destination object is supported.
    role String
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    rules List<Property Map>
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.

    ReplicationConfigurationResponse, ReplicationConfigurationResponseArgs

    Destinations List<Pulumi.AzureNative.AwsConnector.Inputs.ReplicationDestinationResponse>
    An array of destination objects. Only one destination object is supported.
    Role string
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    Rules List<Pulumi.AzureNative.AwsConnector.Inputs.ReplicationRuleResponse>
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
    Destinations []ReplicationDestinationResponse
    An array of destination objects. Only one destination object is supported.
    Role string
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    Rules []ReplicationRuleResponse
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
    destinations List<ReplicationDestinationResponse>
    An array of destination objects. Only one destination object is supported.
    role String
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    rules List<ReplicationRuleResponse>
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
    destinations ReplicationDestinationResponse[]
    An array of destination objects. Only one destination object is supported.
    role string
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    rules ReplicationRuleResponse[]
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
    destinations Sequence[ReplicationDestinationResponse]
    An array of destination objects. Only one destination object is supported.
    role str
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    rules Sequence[ReplicationRuleResponse]
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
    destinations List<Property Map>
    An array of destination objects. Only one destination object is supported.
    role String
    The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
    rules List<Property Map>
    A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.

    ReplicationDestination, ReplicationDestinationArgs

    AccessControlTranslation Pulumi.AzureNative.AwsConnector.Inputs.AccessControlTranslation
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    Account string
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    AvailabilityZoneName string
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    Bucket string
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    EncryptionConfiguration Pulumi.AzureNative.AwsConnector.Inputs.EncryptionConfiguration
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    FileSystemId string
    The ID of the destination Amazon EFS file system.
    KmsKeyId string
    The ID of an kms-key-long used to protect the encrypted file system.
    Metrics Pulumi.AzureNative.AwsConnector.Inputs.Metrics
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    Region string
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    ReplicationTime Pulumi.AzureNative.AwsConnector.Inputs.ReplicationTime
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    StorageClass string | Pulumi.AzureNative.AwsConnector.ReplicationDestinationStorageClass
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.
    AccessControlTranslation AccessControlTranslation
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    Account string
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    AvailabilityZoneName string
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    Bucket string
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    EncryptionConfiguration EncryptionConfiguration
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    FileSystemId string
    The ID of the destination Amazon EFS file system.
    KmsKeyId string
    The ID of an kms-key-long used to protect the encrypted file system.
    Metrics Metrics
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    Region string
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    ReplicationTime ReplicationTime
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    StorageClass string | ReplicationDestinationStorageClass
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.
    accessControlTranslation AccessControlTranslation
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    account String
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    availabilityZoneName String
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    bucket String
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    encryptionConfiguration EncryptionConfiguration
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    fileSystemId String
    The ID of the destination Amazon EFS file system.
    kmsKeyId String
    The ID of an kms-key-long used to protect the encrypted file system.
    metrics Metrics
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    region String
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    replicationTime ReplicationTime
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    storageClass String | ReplicationDestinationStorageClass
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.
    accessControlTranslation AccessControlTranslation
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    account string
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    availabilityZoneName string
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    bucket string
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    encryptionConfiguration EncryptionConfiguration
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    fileSystemId string
    The ID of the destination Amazon EFS file system.
    kmsKeyId string
    The ID of an kms-key-long used to protect the encrypted file system.
    metrics Metrics
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    region string
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    replicationTime ReplicationTime
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    storageClass string | ReplicationDestinationStorageClass
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.
    access_control_translation AccessControlTranslation
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    account str
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    availability_zone_name str
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    bucket str
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    encryption_configuration EncryptionConfiguration
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    file_system_id str
    The ID of the destination Amazon EFS file system.
    kms_key_id str
    The ID of an kms-key-long used to protect the encrypted file system.
    metrics Metrics
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    region str
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    replication_time ReplicationTime
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    storage_class str | ReplicationDestinationStorageClass
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.
    accessControlTranslation Property Map
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    account String
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    availabilityZoneName String
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    bucket String
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    encryptionConfiguration Property Map
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    fileSystemId String
    The ID of the destination Amazon EFS file system.
    kmsKeyId String
    The ID of an kms-key-long used to protect the encrypted file system.
    metrics Property Map
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    region String
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    replicationTime Property Map
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    storageClass String | "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA"
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.

    ReplicationDestinationResponse, ReplicationDestinationResponseArgs

    AccessControlTranslation Pulumi.AzureNative.AwsConnector.Inputs.AccessControlTranslationResponse
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    Account string
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    AvailabilityZoneName string
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    Bucket string
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    EncryptionConfiguration Pulumi.AzureNative.AwsConnector.Inputs.EncryptionConfigurationResponse
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    FileSystemId string
    The ID of the destination Amazon EFS file system.
    KmsKeyId string
    The ID of an kms-key-long used to protect the encrypted file system.
    Metrics Pulumi.AzureNative.AwsConnector.Inputs.MetricsResponse
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    Region string
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    ReplicationTime Pulumi.AzureNative.AwsConnector.Inputs.ReplicationTimeResponse
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    StorageClass string
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.
    AccessControlTranslation AccessControlTranslationResponse
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    Account string
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    AvailabilityZoneName string
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    Bucket string
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    EncryptionConfiguration EncryptionConfigurationResponse
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    FileSystemId string
    The ID of the destination Amazon EFS file system.
    KmsKeyId string
    The ID of an kms-key-long used to protect the encrypted file system.
    Metrics MetricsResponse
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    Region string
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    ReplicationTime ReplicationTimeResponse
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    StorageClass string
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.
    accessControlTranslation AccessControlTranslationResponse
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    account String
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    availabilityZoneName String
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    bucket String
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    encryptionConfiguration EncryptionConfigurationResponse
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    fileSystemId String
    The ID of the destination Amazon EFS file system.
    kmsKeyId String
    The ID of an kms-key-long used to protect the encrypted file system.
    metrics MetricsResponse
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    region String
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    replicationTime ReplicationTimeResponse
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    storageClass String
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.
    accessControlTranslation AccessControlTranslationResponse
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    account string
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    availabilityZoneName string
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    bucket string
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    encryptionConfiguration EncryptionConfigurationResponse
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    fileSystemId string
    The ID of the destination Amazon EFS file system.
    kmsKeyId string
    The ID of an kms-key-long used to protect the encrypted file system.
    metrics MetricsResponse
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    region string
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    replicationTime ReplicationTimeResponse
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    storageClass string
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.
    access_control_translation AccessControlTranslationResponse
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    account str
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    availability_zone_name str
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    bucket str
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    encryption_configuration EncryptionConfigurationResponse
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    file_system_id str
    The ID of the destination Amazon EFS file system.
    kms_key_id str
    The ID of an kms-key-long used to protect the encrypted file system.
    metrics MetricsResponse
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    region str
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    replication_time ReplicationTimeResponse
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    storage_class str
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.
    accessControlTranslation Property Map
    Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS-account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS-account that owns the source object.
    account String
    Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS-account that owns the destination bucket by specifying the AccessControlTranslation property, this is the account ID of the destination bucket owner. For more information, see Cross-Region Replication Additional Configuration: Change Replica Owner in the Amazon S3 User Guide. If you specify the AccessControlTranslation property, the Account property is required.
    availabilityZoneName String
    The AWS For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format us-east-1a to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
    bucket String
    The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
    encryptionConfiguration Property Map
    Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
    fileSystemId String
    The ID of the destination Amazon EFS file system.
    kmsKeyId String
    The ID of an kms-key-long used to protect the encrypted file system.
    metrics Property Map
    A container specifying replication metrics-related settings enabling replication metrics and events. A container specifying replication metrics-related settings enabling replication metrics and events.
    region String
    The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.
    replicationTime Property Map
    A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block. A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
    storageClass String
    The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. For valid values, see the StorageClass element of the PUT Bucket replication action in the Amazon S3 API Reference.

    ReplicationDestinationStorageClass, ReplicationDestinationStorageClassArgs

    DEEP_ARCHIVE
    DEEP_ARCHIVEReplicationDestinationStorageClass enum DEEP_ARCHIVE
    GLACIER
    GLACIERReplicationDestinationStorageClass enum GLACIER
    GLACIER_IR
    GLACIER_IRReplicationDestinationStorageClass enum GLACIER_IR
    INTELLIGENT_TIERING
    INTELLIGENT_TIERINGReplicationDestinationStorageClass enum INTELLIGENT_TIERING
    ONEZONE_IA
    ONEZONE_IAReplicationDestinationStorageClass enum ONEZONE_IA
    REDUCED_REDUNDANCY
    REDUCED_REDUNDANCYReplicationDestinationStorageClass enum REDUCED_REDUNDANCY
    STANDARD
    STANDARDReplicationDestinationStorageClass enum STANDARD
    STANDARD_IA
    STANDARD_IAReplicationDestinationStorageClass enum STANDARD_IA
    ReplicationDestinationStorageClass_DEEP_ARCHIVE
    DEEP_ARCHIVEReplicationDestinationStorageClass enum DEEP_ARCHIVE
    ReplicationDestinationStorageClassGLACIER
    GLACIERReplicationDestinationStorageClass enum GLACIER
    ReplicationDestinationStorageClass_GLACIER_IR
    GLACIER_IRReplicationDestinationStorageClass enum GLACIER_IR
    ReplicationDestinationStorageClass_INTELLIGENT_TIERING
    INTELLIGENT_TIERINGReplicationDestinationStorageClass enum INTELLIGENT_TIERING
    ReplicationDestinationStorageClass_ONEZONE_IA
    ONEZONE_IAReplicationDestinationStorageClass enum ONEZONE_IA
    ReplicationDestinationStorageClass_REDUCED_REDUNDANCY
    REDUCED_REDUNDANCYReplicationDestinationStorageClass enum REDUCED_REDUNDANCY
    ReplicationDestinationStorageClassSTANDARD
    STANDARDReplicationDestinationStorageClass enum STANDARD
    ReplicationDestinationStorageClass_STANDARD_IA
    STANDARD_IAReplicationDestinationStorageClass enum STANDARD_IA
    DEEP_ARCHIVE
    DEEP_ARCHIVEReplicationDestinationStorageClass enum DEEP_ARCHIVE
    GLACIER
    GLACIERReplicationDestinationStorageClass enum GLACIER
    GLACIER_IR
    GLACIER_IRReplicationDestinationStorageClass enum GLACIER_IR
    INTELLIGENT_TIERING
    INTELLIGENT_TIERINGReplicationDestinationStorageClass enum INTELLIGENT_TIERING
    ONEZONE_IA
    ONEZONE_IAReplicationDestinationStorageClass enum ONEZONE_IA
    REDUCED_REDUNDANCY
    REDUCED_REDUNDANCYReplicationDestinationStorageClass enum REDUCED_REDUNDANCY
    STANDARD
    STANDARDReplicationDestinationStorageClass enum STANDARD
    STANDARD_IA
    STANDARD_IAReplicationDestinationStorageClass enum STANDARD_IA
    DEEP_ARCHIVE
    DEEP_ARCHIVEReplicationDestinationStorageClass enum DEEP_ARCHIVE
    GLACIER
    GLACIERReplicationDestinationStorageClass enum GLACIER
    GLACIER_IR
    GLACIER_IRReplicationDestinationStorageClass enum GLACIER_IR
    INTELLIGENT_TIERING
    INTELLIGENT_TIERINGReplicationDestinationStorageClass enum INTELLIGENT_TIERING
    ONEZONE_IA
    ONEZONE_IAReplicationDestinationStorageClass enum ONEZONE_IA
    REDUCED_REDUNDANCY
    REDUCED_REDUNDANCYReplicationDestinationStorageClass enum REDUCED_REDUNDANCY
    STANDARD
    STANDARDReplicationDestinationStorageClass enum STANDARD
    STANDARD_IA
    STANDARD_IAReplicationDestinationStorageClass enum STANDARD_IA
    DEE_P_ARCHIVE
    DEEP_ARCHIVEReplicationDestinationStorageClass enum DEEP_ARCHIVE
    GLACIER
    GLACIERReplicationDestinationStorageClass enum GLACIER
    GLACIE_R_IR
    GLACIER_IRReplicationDestinationStorageClass enum GLACIER_IR
    INTELLIGEN_T_TIERING
    INTELLIGENT_TIERINGReplicationDestinationStorageClass enum INTELLIGENT_TIERING
    ONEZON_E_IA
    ONEZONE_IAReplicationDestinationStorageClass enum ONEZONE_IA
    REDUCE_D_REDUNDANCY
    REDUCED_REDUNDANCYReplicationDestinationStorageClass enum REDUCED_REDUNDANCY
    STANDARD
    STANDARDReplicationDestinationStorageClass enum STANDARD
    STANDAR_D_IA
    STANDARD_IAReplicationDestinationStorageClass enum STANDARD_IA
    "DEEP_ARCHIVE"
    DEEP_ARCHIVEReplicationDestinationStorageClass enum DEEP_ARCHIVE
    "GLACIER"
    GLACIERReplicationDestinationStorageClass enum GLACIER
    "GLACIER_IR"
    GLACIER_IRReplicationDestinationStorageClass enum GLACIER_IR
    "INTELLIGENT_TIERING"
    INTELLIGENT_TIERINGReplicationDestinationStorageClass enum INTELLIGENT_TIERING
    "ONEZONE_IA"
    ONEZONE_IAReplicationDestinationStorageClass enum ONEZONE_IA
    "REDUCED_REDUNDANCY"
    REDUCED_REDUNDANCYReplicationDestinationStorageClass enum REDUCED_REDUNDANCY
    "STANDARD"
    STANDARDReplicationDestinationStorageClass enum STANDARD
    "STANDARD_IA"
    STANDARD_IAReplicationDestinationStorageClass enum STANDARD_IA

    ReplicationRule, ReplicationRuleArgs

    DeleteMarkerReplication Pulumi.AzureNative.AwsConnector.Inputs.DeleteMarkerReplication
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    Destination Pulumi.AzureNative.AwsConnector.Inputs.ReplicationDestination
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    Filter Pulumi.AzureNative.AwsConnector.Inputs.ReplicationRuleFilter
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    Id string
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    Prefix string
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    Priority int
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    SourceSelectionCriteria Pulumi.AzureNative.AwsConnector.Inputs.SourceSelectionCriteria
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    Status string | Pulumi.AzureNative.AwsConnector.ReplicationRuleStatus
    Specifies whether the rule is enabled.
    DeleteMarkerReplication DeleteMarkerReplication
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    Destination ReplicationDestination
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    Filter ReplicationRuleFilter
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    Id string
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    Prefix string
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    Priority int
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    SourceSelectionCriteria SourceSelectionCriteria
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    Status string | ReplicationRuleStatus
    Specifies whether the rule is enabled.
    deleteMarkerReplication DeleteMarkerReplication
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    destination ReplicationDestination
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    filter ReplicationRuleFilter
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    id String
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    prefix String
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    priority Integer
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    sourceSelectionCriteria SourceSelectionCriteria
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    status String | ReplicationRuleStatus
    Specifies whether the rule is enabled.
    deleteMarkerReplication DeleteMarkerReplication
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    destination ReplicationDestination
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    filter ReplicationRuleFilter
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    id string
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    prefix string
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    priority number
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    sourceSelectionCriteria SourceSelectionCriteria
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    status string | ReplicationRuleStatus
    Specifies whether the rule is enabled.
    delete_marker_replication DeleteMarkerReplication
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    destination ReplicationDestination
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    filter ReplicationRuleFilter
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    id str
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    prefix str
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    priority int
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    source_selection_criteria SourceSelectionCriteria
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    status str | ReplicationRuleStatus
    Specifies whether the rule is enabled.
    deleteMarkerReplication Property Map
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    destination Property Map
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    filter Property Map
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    id String
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    prefix String
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    priority Number
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    sourceSelectionCriteria Property Map
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    status String | "Disabled" | "Enabled"
    Specifies whether the rule is enabled.

    ReplicationRuleAndOperator, ReplicationRuleAndOperatorArgs

    Prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies.
    TagFilters List<Pulumi.AzureNative.AwsConnector.Inputs.TagFilter>
    An array of tags containing key and value pairs.
    Prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies.
    TagFilters []TagFilter
    An array of tags containing key and value pairs.
    prefix String
    An object key name prefix that identifies the subset of objects to which the rule applies.
    tagFilters List<TagFilter>
    An array of tags containing key and value pairs.
    prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies.
    tagFilters TagFilter[]
    An array of tags containing key and value pairs.
    prefix str
    An object key name prefix that identifies the subset of objects to which the rule applies.
    tag_filters Sequence[TagFilter]
    An array of tags containing key and value pairs.
    prefix String
    An object key name prefix that identifies the subset of objects to which the rule applies.
    tagFilters List<Property Map>
    An array of tags containing key and value pairs.

    ReplicationRuleAndOperatorResponse, ReplicationRuleAndOperatorResponseArgs

    Prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies.
    TagFilters List<Pulumi.AzureNative.AwsConnector.Inputs.TagFilterResponse>
    An array of tags containing key and value pairs.
    Prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies.
    TagFilters []TagFilterResponse
    An array of tags containing key and value pairs.
    prefix String
    An object key name prefix that identifies the subset of objects to which the rule applies.
    tagFilters List<TagFilterResponse>
    An array of tags containing key and value pairs.
    prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies.
    tagFilters TagFilterResponse[]
    An array of tags containing key and value pairs.
    prefix str
    An object key name prefix that identifies the subset of objects to which the rule applies.
    tag_filters Sequence[TagFilterResponse]
    An array of tags containing key and value pairs.
    prefix String
    An object key name prefix that identifies the subset of objects to which the rule applies.
    tagFilters List<Property Map>
    An array of tags containing key and value pairs.

    ReplicationRuleFilter, ReplicationRuleFilterArgs

    And Pulumi.AzureNative.AwsConnector.Inputs.ReplicationRuleAndOperator
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    Prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    TagFilter Pulumi.AzureNative.AwsConnector.Inputs.TagFilter
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.
    And ReplicationRuleAndOperator
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    Prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    TagFilter TagFilter
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.
    and ReplicationRuleAndOperator
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    prefix String
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    tagFilter TagFilter
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.
    and ReplicationRuleAndOperator
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    tagFilter TagFilter
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.
    and_ ReplicationRuleAndOperator
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    prefix str
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    tag_filter TagFilter
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.
    and Property Map
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    prefix String
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    tagFilter Property Map
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.

    ReplicationRuleFilterResponse, ReplicationRuleFilterResponseArgs

    And Pulumi.AzureNative.AwsConnector.Inputs.ReplicationRuleAndOperatorResponse
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    Prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    TagFilter Pulumi.AzureNative.AwsConnector.Inputs.TagFilterResponse
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.
    And ReplicationRuleAndOperatorResponse
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    Prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    TagFilter TagFilterResponse
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.
    and ReplicationRuleAndOperatorResponse
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    prefix String
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    tagFilter TagFilterResponse
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.
    and ReplicationRuleAndOperatorResponse
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    prefix string
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    tagFilter TagFilterResponse
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.
    and_ ReplicationRuleAndOperatorResponse
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    prefix str
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    tag_filter TagFilterResponse
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.
    and Property Map
    A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag. A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: + If you specify both a Prefix and a TagFilter, wrap these filters in an And tag. + If you specify a filter based on multiple tags, wrap the TagFilter elements in an And tag
    prefix String
    An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    tagFilter Property Map
    A container for specifying a tag key and value. The rule applies only to objects that have the tag in their tag set. Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.

    ReplicationRuleResponse, ReplicationRuleResponseArgs

    DeleteMarkerReplication Pulumi.AzureNative.AwsConnector.Inputs.DeleteMarkerReplicationResponse
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    Destination Pulumi.AzureNative.AwsConnector.Inputs.ReplicationDestinationResponse
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    Filter Pulumi.AzureNative.AwsConnector.Inputs.ReplicationRuleFilterResponse
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    Id string
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    Prefix string
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    Priority int
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    SourceSelectionCriteria Pulumi.AzureNative.AwsConnector.Inputs.SourceSelectionCriteriaResponse
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    Status string
    Specifies whether the rule is enabled.
    DeleteMarkerReplication DeleteMarkerReplicationResponse
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    Destination ReplicationDestinationResponse
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    Filter ReplicationRuleFilterResponse
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    Id string
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    Prefix string
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    Priority int
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    SourceSelectionCriteria SourceSelectionCriteriaResponse
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    Status string
    Specifies whether the rule is enabled.
    deleteMarkerReplication DeleteMarkerReplicationResponse
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    destination ReplicationDestinationResponse
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    filter ReplicationRuleFilterResponse
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    id String
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    prefix String
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    priority Integer
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    sourceSelectionCriteria SourceSelectionCriteriaResponse
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    status String
    Specifies whether the rule is enabled.
    deleteMarkerReplication DeleteMarkerReplicationResponse
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    destination ReplicationDestinationResponse
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    filter ReplicationRuleFilterResponse
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    id string
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    prefix string
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    priority number
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    sourceSelectionCriteria SourceSelectionCriteriaResponse
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    status string
    Specifies whether the rule is enabled.
    delete_marker_replication DeleteMarkerReplicationResponse
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    destination ReplicationDestinationResponse
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    filter ReplicationRuleFilterResponse
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    id str
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    prefix str
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    priority int
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    source_selection_criteria SourceSelectionCriteriaResponse
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    status str
    Specifies whether the rule is enabled.
    deleteMarkerReplication Property Map
    Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility. Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration. For more information about delete marker replication, see Basic Rule Configuration. If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility.
    destination Property Map
    A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC). A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
    filter Property Map
    A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration. V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, TagFilter, or an And child element.
    id String
    A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as 'ID'.
    prefix String
    An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. To filter using a V1 replication configuration, add the Prefix directly as a child element of the Rule element. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
    priority Number
    The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority. For more information, see Replication in the Amazon S3 User Guide.
    sourceSelectionCriteria Property Map
    A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
    status String
    Specifies whether the rule is enabled.

    ReplicationRuleStatus, ReplicationRuleStatusArgs

    Disabled
    DisabledReplicationRuleStatus enum Disabled
    Enabled
    EnabledReplicationRuleStatus enum Enabled
    ReplicationRuleStatusDisabled
    DisabledReplicationRuleStatus enum Disabled
    ReplicationRuleStatusEnabled
    EnabledReplicationRuleStatus enum Enabled
    Disabled
    DisabledReplicationRuleStatus enum Disabled
    Enabled
    EnabledReplicationRuleStatus enum Enabled
    Disabled
    DisabledReplicationRuleStatus enum Disabled
    Enabled
    EnabledReplicationRuleStatus enum Enabled
    DISABLED
    DisabledReplicationRuleStatus enum Disabled
    ENABLED
    EnabledReplicationRuleStatus enum Enabled
    "Disabled"
    DisabledReplicationRuleStatus enum Disabled
    "Enabled"
    EnabledReplicationRuleStatus enum Enabled

    ReplicationTime, ReplicationTimeArgs

    Status string | Pulumi.AzureNative.AwsConnector.ReplicationTimeStatus
    Specifies whether the replication time is enabled.
    Time Pulumi.AzureNative.AwsConnector.Inputs.ReplicationTimeValue
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    Status string | ReplicationTimeStatus
    Specifies whether the replication time is enabled.
    Time ReplicationTimeValue
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status String | ReplicationTimeStatus
    Specifies whether the replication time is enabled.
    time ReplicationTimeValue
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status string | ReplicationTimeStatus
    Specifies whether the replication time is enabled.
    time ReplicationTimeValue
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status str | ReplicationTimeStatus
    Specifies whether the replication time is enabled.
    time ReplicationTimeValue
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status String | "Disabled" | "Enabled"
    Specifies whether the replication time is enabled.
    time Property Map
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.

    ReplicationTimeResponse, ReplicationTimeResponseArgs

    Status string
    Specifies whether the replication time is enabled.
    Time Pulumi.AzureNative.AwsConnector.Inputs.ReplicationTimeValueResponse
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    Status string
    Specifies whether the replication time is enabled.
    Time ReplicationTimeValueResponse
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status String
    Specifies whether the replication time is enabled.
    time ReplicationTimeValueResponse
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status string
    Specifies whether the replication time is enabled.
    time ReplicationTimeValueResponse
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status str
    Specifies whether the replication time is enabled.
    time ReplicationTimeValueResponse
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
    status String
    Specifies whether the replication time is enabled.
    time Property Map
    A container specifying the time by which replication should be complete for all objects and operations on objects. A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.

    ReplicationTimeStatus, ReplicationTimeStatusArgs

    Disabled
    DisabledReplicationTimeStatus enum Disabled
    Enabled
    EnabledReplicationTimeStatus enum Enabled
    ReplicationTimeStatusDisabled
    DisabledReplicationTimeStatus enum Disabled
    ReplicationTimeStatusEnabled
    EnabledReplicationTimeStatus enum Enabled
    Disabled
    DisabledReplicationTimeStatus enum Disabled
    Enabled
    EnabledReplicationTimeStatus enum Enabled
    Disabled
    DisabledReplicationTimeStatus enum Disabled
    Enabled
    EnabledReplicationTimeStatus enum Enabled
    DISABLED
    DisabledReplicationTimeStatus enum Disabled
    ENABLED
    EnabledReplicationTimeStatus enum Enabled
    "Disabled"
    DisabledReplicationTimeStatus enum Disabled
    "Enabled"
    EnabledReplicationTimeStatus enum Enabled

    ReplicationTimeValue, ReplicationTimeValueArgs

    Minutes int
    Contains an integer specifying time in minutes. Valid value: 15
    Minutes int
    Contains an integer specifying time in minutes. Valid value: 15
    minutes Integer
    Contains an integer specifying time in minutes. Valid value: 15
    minutes number
    Contains an integer specifying time in minutes. Valid value: 15
    minutes int
    Contains an integer specifying time in minutes. Valid value: 15
    minutes Number
    Contains an integer specifying time in minutes. Valid value: 15

    ReplicationTimeValueResponse, ReplicationTimeValueResponseArgs

    Minutes int
    Contains an integer specifying time in minutes. Valid value: 15
    Minutes int
    Contains an integer specifying time in minutes. Valid value: 15
    minutes Integer
    Contains an integer specifying time in minutes. Valid value: 15
    minutes number
    Contains an integer specifying time in minutes. Valid value: 15
    minutes int
    Contains an integer specifying time in minutes. Valid value: 15
    minutes Number
    Contains an integer specifying time in minutes. Valid value: 15

    SourceSelectionCriteria, SourceSelectionCriteriaArgs

    ReplicaModifications Pulumi.AzureNative.AwsConnector.Inputs.ReplicaModifications
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    SseKmsEncryptedObjects Pulumi.AzureNative.AwsConnector.Inputs.SseKmsEncryptedObjects
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.
    ReplicaModifications ReplicaModifications
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    SseKmsEncryptedObjects SseKmsEncryptedObjects
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.
    replicaModifications ReplicaModifications
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    sseKmsEncryptedObjects SseKmsEncryptedObjects
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.
    replicaModifications ReplicaModifications
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    sseKmsEncryptedObjects SseKmsEncryptedObjects
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.
    replica_modifications ReplicaModifications
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    sse_kms_encrypted_objects SseKmsEncryptedObjects
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.
    replicaModifications Property Map
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    sseKmsEncryptedObjects Property Map
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.

    SourceSelectionCriteriaResponse, SourceSelectionCriteriaResponseArgs

    ReplicaModifications Pulumi.AzureNative.AwsConnector.Inputs.ReplicaModificationsResponse
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    SseKmsEncryptedObjects Pulumi.AzureNative.AwsConnector.Inputs.SseKmsEncryptedObjectsResponse
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.
    ReplicaModifications ReplicaModificationsResponse
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    SseKmsEncryptedObjects SseKmsEncryptedObjectsResponse
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.
    replicaModifications ReplicaModificationsResponse
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    sseKmsEncryptedObjects SseKmsEncryptedObjectsResponse
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.
    replicaModifications ReplicaModificationsResponse
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    sseKmsEncryptedObjects SseKmsEncryptedObjectsResponse
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.
    replica_modifications ReplicaModificationsResponse
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    sse_kms_encrypted_objects SseKmsEncryptedObjectsResponse
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.
    replicaModifications Property Map
    A filter that you can specify for selection for modifications on replicas. A filter that you can specify for selection for modifications on replicas.
    sseKmsEncryptedObjects Property Map
    A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. A container for filter information for the selection of S3 objects encrypted with AWS KMS.

    SseKmsEncryptedObjects, SseKmsEncryptedObjectsArgs

    Status string | Pulumi.AzureNative.AwsConnector.SseKmsEncryptedObjectsStatus
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
    Status string | SseKmsEncryptedObjectsStatus
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
    status String | SseKmsEncryptedObjectsStatus
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
    status string | SseKmsEncryptedObjectsStatus
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
    status str | SseKmsEncryptedObjectsStatus
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
    status String | "Disabled" | "Enabled"
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.

    SseKmsEncryptedObjectsResponse, SseKmsEncryptedObjectsResponseArgs

    Status string
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
    Status string
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
    status String
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
    status string
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
    status str
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
    status String
    Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.

    SseKmsEncryptedObjectsStatus, SseKmsEncryptedObjectsStatusArgs

    Disabled
    DisabledSseKmsEncryptedObjectsStatus enum Disabled
    Enabled
    EnabledSseKmsEncryptedObjectsStatus enum Enabled
    SseKmsEncryptedObjectsStatusDisabled
    DisabledSseKmsEncryptedObjectsStatus enum Disabled
    SseKmsEncryptedObjectsStatusEnabled
    EnabledSseKmsEncryptedObjectsStatus enum Enabled
    Disabled
    DisabledSseKmsEncryptedObjectsStatus enum Disabled
    Enabled
    EnabledSseKmsEncryptedObjectsStatus enum Enabled
    Disabled
    DisabledSseKmsEncryptedObjectsStatus enum Disabled
    Enabled
    EnabledSseKmsEncryptedObjectsStatus enum Enabled
    DISABLED
    DisabledSseKmsEncryptedObjectsStatus enum Disabled
    ENABLED
    EnabledSseKmsEncryptedObjectsStatus enum Enabled
    "Disabled"
    DisabledSseKmsEncryptedObjectsStatus enum Disabled
    "Enabled"
    EnabledSseKmsEncryptedObjectsStatus enum Enabled

    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.

    TagFilter, TagFilterArgs

    Key string
    The tag key.
    Value string
    The tag value.
    Key string
    The tag key.
    Value string
    The tag value.
    key String
    The tag key.
    value String
    The tag value.
    key string
    The tag key.
    value string
    The tag value.
    key str
    The tag key.
    value str
    The tag value.
    key String
    The tag key.
    value String
    The tag value.

    TagFilterResponse, TagFilterResponseArgs

    Key string
    The tag key.
    Value string
    The tag value.
    Key string
    The tag key.
    Value string
    The tag value.
    key String
    The tag key.
    value String
    The tag value.
    key string
    The tag key.
    value string
    The tag value.
    key str
    The tag key.
    value str
    The tag value.
    key String
    The tag key.
    value String
    The tag value.

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:awsconnector:EfsFileSystem kkynvzrhvzwbeiqixzxobskb /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/efsFileSystems/{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