azure-native.awsconnector.EfsFileSystem
Explore with Pulumi AI
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:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of EfsFileSystem
- Properties
Pulumi.
Azure Native. Aws Connector. Inputs. Efs File System Properties - The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of EfsFileSystem
- Properties
Efs
File System Properties Args - The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of EfsFileSystem
- properties
Efs
File System Properties - The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- location string
- The geo-location where the resource lives
- name string
- Name of EfsFileSystem
- properties
Efs
File System Properties - The resource-specific properties for this resource.
- {[key: string]: string}
- Resource tags.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- location str
- The geo-location where the resource lives
- name str
- Name of EfsFileSystem
- properties
Efs
File System Properties Args - The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of EfsFileSystem
- properties Property Map
- The resource-specific properties for this resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the EfsFileSystem resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data Pulumi.Azure Native. Aws Connector. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
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
- Availability
Zone stringName - 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 Pulumi.Azure Native. Aws Connector. Inputs. Backup Policy - 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 boolLockout Safety Check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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 stringId - Property fileSystemId
- File
System objectPolicy - 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 Pulumi.Protection Azure Native. Aws Connector. Inputs. File System Protection - Describes the protection on the file system. Describes the protection on the file system.
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Elastic File System Tag> - 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 stringId - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - Lifecycle
Policies List<Pulumi.Azure Native. Aws Connector. Inputs. Lifecycle Policy> - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
objects, one object for each transition,TransitionToIA
,TransitionToArchive
TransitionToPrimaryStorageClass
. See the example requests in the following section for more information. - Performance
Mode string - The Performance mode of the file system. We recommend
generalPurpose
performance mode for all file systems. File systems using themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - Provisioned
Throughput intIn Mibps - 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 toprovisioned
. 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 Pulumi.Azure Native. Aws Connector. Inputs. Replication Configuration - Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
- Throughput
Mode string - Specifies the throughput mode for the file system. The mode can be
bursting
,provisioned
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
- Arn string
- Property arn
- Availability
Zone stringName - 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 boolLockout Safety Check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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 stringId - Property fileSystemId
- File
System interface{}Policy - 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 FileProtection System Protection - Describes the protection on the file system. Describes the protection on the file system.
- []Elastic
File System Tag - 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 stringId - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - Lifecycle
Policies []LifecyclePolicy - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
objects, one object for each transition,TransitionToIA
,TransitionToArchive
TransitionToPrimaryStorageClass
. See the example requests in the following section for more information. - Performance
Mode string - The Performance mode of the file system. We recommend
generalPurpose
performance mode for all file systems. File systems using themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - Provisioned
Throughput intIn Mibps - 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 toprovisioned
. 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 string - Specifies the throughput mode for the file system. The mode can be
bursting
,provisioned
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
- arn String
- Property arn
- availability
Zone StringName - 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 BooleanLockout Safety Check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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. - file
System StringId - Property fileSystemId
- file
System ObjectPolicy - 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 FileProtection System Protection - Describes the protection on the file system. Describes the protection on the file system.
- List<Elastic
File System Tag> - 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 StringId - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - lifecycle
Policies List<LifecyclePolicy> - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
objects, one object for each transition,TransitionToIA
,TransitionToArchive
TransitionToPrimaryStorageClass
. See the example requests in the following section for more information. - performance
Mode String - The Performance mode of the file system. We recommend
generalPurpose
performance mode for all file systems. File systems using themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - provisioned
Throughput IntegerIn Mibps - 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 toprovisioned
. 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 String - Specifies the throughput mode for the file system. The mode can be
bursting
,provisioned
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
- arn string
- Property arn
- availability
Zone stringName - 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 booleanLockout Safety Check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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. - file
System stringId - Property fileSystemId
- file
System anyPolicy - 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 FileProtection System Protection - Describes the protection on the file system. Describes the protection on the file system.
- Elastic
File System Tag[] - 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 stringId - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - lifecycle
Policies LifecyclePolicy[] - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
objects, one object for each transition,TransitionToIA
,TransitionToArchive
TransitionToPrimaryStorageClass
. See the example requests in the following section for more information. - performance
Mode string - The Performance mode of the file system. We recommend
generalPurpose
performance mode for all file systems. File systems using themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - provisioned
Throughput numberIn Mibps - 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 toprovisioned
. 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 string - Specifies the throughput mode for the file system. The mode can be
bursting
,provisioned
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
- arn str
- Property arn
- availability_
zone_ strname - 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_ boollockout_ safety_ check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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_ strid - Property fileSystemId
- file_
system_ Anypolicy - 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_ Fileprotection System Protection - Describes the protection on the file system. Describes the protection on the file system.
- Sequence[Elastic
File System Tag] - 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_ strid - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - lifecycle_
policies Sequence[LifecyclePolicy] - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
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 themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - provisioned_
throughput_ intin_ mibps - 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 toprovisioned
. 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
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
- arn String
- Property arn
- availability
Zone StringName - 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 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. - bypass
Policy BooleanLockout Safety Check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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. - file
System StringId - Property fileSystemId
- file
System AnyPolicy - 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 Property MapProtection - Describes the protection on the file system. Describes the protection on the file system.
- 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. - kms
Key StringId - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - lifecycle
Policies List<Property Map> - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
objects, one object for each transition,TransitionToIA
,TransitionToArchive
TransitionToPrimaryStorageClass
. See the example requests in the following section for more information. - performance
Mode String - The Performance mode of the file system. We recommend
generalPurpose
performance mode for all file systems. File systems using themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - provisioned
Throughput NumberIn Mibps - 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 toprovisioned
. 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 Property Map - Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
- throughput
Mode String - Specifies the throughput mode for the file system. The mode can be
bursting
,provisioned
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
AwsEfsFileSystemPropertiesResponse, AwsEfsFileSystemPropertiesResponseArgs
- Arn string
- Property arn
- Availability
Zone stringName - 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 Pulumi.Azure Native. Aws Connector. Inputs. Backup Policy Response - 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 boolLockout Safety Check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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 stringId - Property fileSystemId
- File
System objectPolicy - 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 Pulumi.Protection Azure Native. Aws Connector. Inputs. File System Protection Response - Describes the protection on the file system. Describes the protection on the file system.
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Elastic File System Tag Response> - 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 stringId - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - Lifecycle
Policies List<Pulumi.Azure Native. Aws Connector. Inputs. Lifecycle Policy Response> - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
objects, one object for each transition,TransitionToIA
,TransitionToArchive
TransitionToPrimaryStorageClass
. See the example requests in the following section for more information. - Performance
Mode string - The Performance mode of the file system. We recommend
generalPurpose
performance mode for all file systems. File systems using themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - Provisioned
Throughput intIn Mibps - 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 toprovisioned
. 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 Pulumi.Azure Native. Aws Connector. Inputs. Replication Configuration Response - Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
- Throughput
Mode string - Specifies the throughput mode for the file system. The mode can be
bursting
,provisioned
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
- Arn string
- Property arn
- Availability
Zone stringName - 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 Response - 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 boolLockout Safety Check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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 stringId - Property fileSystemId
- File
System interface{}Policy - 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 FileProtection System Protection Response - Describes the protection on the file system. Describes the protection on the file system.
- []Elastic
File System Tag Response - 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 stringId - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - Lifecycle
Policies []LifecyclePolicy Response - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
objects, one object for each transition,TransitionToIA
,TransitionToArchive
TransitionToPrimaryStorageClass
. See the example requests in the following section for more information. - Performance
Mode string - The Performance mode of the file system. We recommend
generalPurpose
performance mode for all file systems. File systems using themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - Provisioned
Throughput intIn Mibps - 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 toprovisioned
. 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 Response - Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
- Throughput
Mode string - Specifies the throughput mode for the file system. The mode can be
bursting
,provisioned
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
- arn String
- Property arn
- availability
Zone StringName - 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 Response - 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 BooleanLockout Safety Check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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. - file
System StringId - Property fileSystemId
- file
System ObjectPolicy - 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 FileProtection System Protection Response - Describes the protection on the file system. Describes the protection on the file system.
- List<Elastic
File System Tag Response> - 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 StringId - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - lifecycle
Policies List<LifecyclePolicy Response> - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
objects, one object for each transition,TransitionToIA
,TransitionToArchive
TransitionToPrimaryStorageClass
. See the example requests in the following section for more information. - performance
Mode String - The Performance mode of the file system. We recommend
generalPurpose
performance mode for all file systems. File systems using themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - provisioned
Throughput IntegerIn Mibps - 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 toprovisioned
. 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 Response - Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
- throughput
Mode String - Specifies the throughput mode for the file system. The mode can be
bursting
,provisioned
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
- arn string
- Property arn
- availability
Zone stringName - 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 Response - 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 booleanLockout Safety Check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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. - file
System stringId - Property fileSystemId
- file
System anyPolicy - 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 FileProtection System Protection Response - Describes the protection on the file system. Describes the protection on the file system.
- Elastic
File System Tag Response[] - 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 stringId - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - lifecycle
Policies LifecyclePolicy Response[] - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
objects, one object for each transition,TransitionToIA
,TransitionToArchive
TransitionToPrimaryStorageClass
. See the example requests in the following section for more information. - performance
Mode string - The Performance mode of the file system. We recommend
generalPurpose
performance mode for all file systems. File systems using themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - provisioned
Throughput numberIn Mibps - 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 toprovisioned
. 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 Response - Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
- throughput
Mode string - Specifies the throughput mode for the file system. The mode can be
bursting
,provisioned
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
- arn str
- Property arn
- availability_
zone_ strname - 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 Response - 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_ boollockout_ safety_ check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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_ strid - Property fileSystemId
- file_
system_ Anypolicy - 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_ Fileprotection System Protection Response - Describes the protection on the file system. Describes the protection on the file system.
- Sequence[Elastic
File System Tag Response] - 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_ strid - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - lifecycle_
policies Sequence[LifecyclePolicy Response] - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
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 themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - provisioned_
throughput_ intin_ mibps - 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 toprovisioned
. 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 Response - 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
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
- arn String
- Property arn
- availability
Zone StringName - 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 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. - bypass
Policy BooleanLockout Safety Check - (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 futurePutFileSystemPolicy
requests on this file system. SetBypassPolicyLockoutSafetyCheck
toTrue
only when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicy
requests on this file system. The default value isFalse
. - 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. - file
System StringId - Property fileSystemId
- file
System AnyPolicy - 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 Property MapProtection - Describes the protection on the file system. Describes the protection on the file system.
- 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. - kms
Key StringId - 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 examplearn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
. + Key alias - A previously created display name for a key, for examplealias/projectKey1
. + Key alias ARN - An ARN for a key alias, for examplearn:aws:kms:us-west-2:444455556666:alias/projectKey1
. IfKmsKeyId
is specified, theEncrypted
parameter must be set to true. - lifecycle
Policies List<Property Map> - An array of
LifecyclePolicy
objects that define the file system'sLifecycleConfiguration
object. ALifecycleConfiguration
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 eachLifecyclePolicy
object have only a single transition. This means that in a request body,LifecyclePolicies
needs to be structured as an array ofLifecyclePolicy
objects, one object for each transition,TransitionToIA
,TransitionToArchive
TransitionToPrimaryStorageClass
. See the example requests in the following section for more information. - performance
Mode String - The Performance mode of the file system. We recommend
generalPurpose
performance mode for all file systems. File systems using themaxIO
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. ThemaxIO
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 isgeneralPurpose
. - provisioned
Throughput NumberIn Mibps - 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 toprovisioned
. 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 Property Map - Describes the replication configuration for a specific file system. Describes the replication configuration for a specific file system.
- throughput
Mode String - Specifies the throughput mode for the file system. The mode can be
bursting
,provisioned
, orelastic
. If you setThroughputMode
toprovisioned
, you must also set a value forProvisionedThroughputInMibps
. 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 isbursting
.
BackupPolicy, BackupPolicyArgs
- Status
string | Pulumi.
Azure Native. Aws Connector. Backup Policy Status - 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 | Backup
Policy Status - 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 | Backup
Policy Status - 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 | Backup
Policy Status - 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 | Backup
Policy Status - 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
- Backup
Policy Status DISABLED - DISABLEDBackupPolicyStatus enum DISABLED
- Backup
Policy Status 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
- "DISABLED"
- DISABLEDBackupPolicyStatus enum DISABLED
- "ENABLED"
- ENABLEDBackupPolicyStatus enum ENABLED
DeleteMarkerReplication, DeleteMarkerReplicationArgs
- Status
string | Pulumi.
Azure Native. Aws Connector. Delete Marker Replication Status - Indicates whether to replicate delete markers. Disabled by default.
- Status
string | Delete
Marker Replication Status - Indicates whether to replicate delete markers. Disabled by default.
- status
String | Delete
Marker Replication Status - Indicates whether to replicate delete markers. Disabled by default.
- status
string | Delete
Marker Replication Status - Indicates whether to replicate delete markers. Disabled by default.
- status
str | Delete
Marker Replication Status - 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
- Delete
Marker Replication Status Disabled - DisabledDeleteMarkerReplicationStatus enum Disabled
- Delete
Marker Replication Status 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
- "Disabled"
- DisabledDeleteMarkerReplicationStatus enum Disabled
- "Enabled"
- EnabledDeleteMarkerReplicationStatus enum Enabled
EfsFileSystemProperties, EfsFileSystemPropertiesArgs
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Efs File System Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsEfs File System Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsEfs File System Properties - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsEfs File System Properties - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsEfs File System Properties - AWS Properties
- aws_
region str - AWS Region
- aws_
source_ strschema - AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_
cloud_ strconnectors_ resource_ id - Public Cloud Connectors Resource ID
- public_
cloud_ strresource_ name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
EfsFileSystemPropertiesResponse, EfsFileSystemPropertiesResponseArgs
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Efs File System Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsEfs File System Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsEfs File System Properties Response - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- provisioning
State string - The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsEfs File System Properties Response - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning_
state str - The status of the last operation.
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsEfs File System Properties Response - AWS Properties
- aws_
region str - AWS Region
- aws_
source_ strschema - AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_
cloud_ strconnectors_ resource_ id - Public Cloud Connectors Resource ID
- public_
cloud_ strresource_ name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
ElasticFileSystemTag, ElasticFileSystemTagArgs
ElasticFileSystemTagResponse, ElasticFileSystemTagResponseArgs
EncryptionConfiguration, EncryptionConfigurationArgs
- Encryption
Type string | Pulumi.Azure Native. Aws Connector. Encryption Configuration Encryption Type - 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 theAES256
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 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. - Replica
Kms stringKey ID - 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 string | EncryptionConfiguration Encryption Type - 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 theAES256
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 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. - Replica
Kms stringKey ID - 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 String | EncryptionConfiguration Encryption Type - 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 theAES256
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 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. - replica
Kms StringKey ID - 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 string | EncryptionConfiguration Encryption Type - 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 theAES256
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 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. - replica
Kms stringKey ID - 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 | EncryptionConfiguration Encryption Type - 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 theAES256
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_ strkey_ id - 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 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 theAES256
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 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. - replica
Kms StringKey ID - 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
- Encryption
Configuration Encryption Type AES256 - AES256EncryptionConfigurationEncryptionType enum AES256
- Encryption
Configuration Encryption Type 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
- "AES256"
- AES256EncryptionConfigurationEncryptionType enum AES256
- "KMS"
- KMSEncryptionConfigurationEncryptionType enum KMS
EncryptionConfigurationResponse, EncryptionConfigurationResponseArgs
- Encryption
Type 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 theAES256
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 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. - Replica
Kms stringKey ID - 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 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 theAES256
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 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. - Replica
Kms stringKey ID - 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 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 theAES256
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 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. - replica
Kms StringKey ID - 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 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 theAES256
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 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. - replica
Kms stringKey ID - 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 theAES256
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_ strkey_ id - 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 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 theAES256
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 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. - replica
Kms StringKey ID - 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
- Replication
Overwrite string | Pulumi.Protection Azure Native. Aws Connector. File System Protection Replication Overwrite Protection - 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 isENABLED
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 string | FileProtection System Protection Replication Overwrite Protection - 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 isENABLED
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 String | FileProtection System Protection Replication Overwrite Protection - 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 isENABLED
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 string | FileProtection System Protection Replication Overwrite Protection - 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 isENABLED
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_ str | Fileprotection System Protection Replication Overwrite Protection - 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 isENABLED
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 String | "DISABLED" | "ENABLED"Protection - 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 isENABLED
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
- File
System Protection Replication Overwrite Protection DISABLED - DISABLEDFileSystemProtectionReplicationOverwriteProtection enum DISABLED
- File
System Protection Replication Overwrite Protection 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
- "DISABLED"
- DISABLEDFileSystemProtectionReplicationOverwriteProtection enum DISABLED
- "ENABLED"
- ENABLEDFileSystemProtectionReplicationOverwriteProtection enum ENABLED
FileSystemProtectionResponse, FileSystemProtectionResponseArgs
- Replication
Overwrite stringProtection - 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 isENABLED
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 stringProtection - 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 isENABLED
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 StringProtection - 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 isENABLED
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 stringProtection - 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 isENABLED
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_ strprotection - 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 isENABLED
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 StringProtection - 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 isENABLED
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
- Lifecycle
Policy stringText - The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
- Registry
Id 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.
- Transition
To stringArchive - 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 stringIA - 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 stringPrimary Storage Class - 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 stringText - The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
- Registry
Id 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.
- Transition
To stringArchive - 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 stringIA - 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 stringPrimary Storage Class - 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 StringText - The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
- registry
Id 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.
- transition
To StringArchive - 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 StringIA - 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 StringPrimary Storage Class - 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 stringText - The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
- registry
Id 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.
- transition
To stringArchive - 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 stringIA - 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 stringPrimary Storage Class - 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_ strtext - 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_ strarchive - 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_ stria - 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_ strprimary_ storage_ class - 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 StringText - The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
- registry
Id 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.
- transition
To StringArchive - 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 StringIA - 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 StringPrimary Storage Class - 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
- Lifecycle
Policy stringText - The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
- Registry
Id 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.
- Transition
To stringArchive - 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 stringIA - 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 stringPrimary Storage Class - 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 stringText - The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
- Registry
Id 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.
- Transition
To stringArchive - 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 stringIA - 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 stringPrimary Storage Class - 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 StringText - The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
- registry
Id 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.
- transition
To StringArchive - 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 StringIA - 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 StringPrimary Storage Class - 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 stringText - The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
- registry
Id 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.
- transition
To stringArchive - 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 stringIA - 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 stringPrimary Storage Class - 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_ strtext - 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_ strarchive - 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_ stria - 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_ strprimary_ storage_ class - 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 StringText - The JSON repository policy text to apply to the repository. The JSON repository policy text to apply to the repository.
- registry
Id 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.
- transition
To StringArchive - 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 StringIA - 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 StringPrimary Storage Class - 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
- Event
Threshold Pulumi.Azure Native. Aws Connector. Inputs. Replication Time Value - 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 metricsEventThreshold
. - Status
string | Pulumi.
Azure Native. Aws Connector. Metrics Status - Specifies whether the replication metrics are enabled.
- Event
Threshold ReplicationTime Value - 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 metricsEventThreshold
. - Status
string | Metrics
Status - Specifies whether the replication metrics are enabled.
- event
Threshold ReplicationTime Value - 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 metricsEventThreshold
. - status
String | Metrics
Status - Specifies whether the replication metrics are enabled.
- event
Threshold ReplicationTime Value - 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 metricsEventThreshold
. - status
string | Metrics
Status - Specifies whether the replication metrics are enabled.
- event_
threshold ReplicationTime Value - 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 metricsEventThreshold
. - status
str | Metrics
Status - Specifies whether the replication metrics are enabled.
- event
Threshold 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 metricsEventThreshold
. - status String | "Disabled" | "Enabled"
- Specifies whether the replication metrics are enabled.
MetricsResponse, MetricsResponseArgs
- Event
Threshold Pulumi.Azure Native. Aws Connector. Inputs. Replication Time Value Response - 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 metricsEventThreshold
. - Status string
- Specifies whether the replication metrics are enabled.
- Event
Threshold ReplicationTime Value Response - 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 metricsEventThreshold
. - Status string
- Specifies whether the replication metrics are enabled.
- event
Threshold ReplicationTime Value Response - 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 metricsEventThreshold
. - status String
- Specifies whether the replication metrics are enabled.
- event
Threshold ReplicationTime Value Response - 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 metricsEventThreshold
. - status string
- Specifies whether the replication metrics are enabled.
- event_
threshold ReplicationTime Value Response - 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 metricsEventThreshold
. - status str
- Specifies whether the replication metrics are enabled.
- event
Threshold 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 metricsEventThreshold
. - status String
- Specifies whether the replication metrics are enabled.
MetricsStatus, MetricsStatusArgs
- Disabled
- DisabledMetricsStatus enum Disabled
- Enabled
- EnabledMetricsStatus enum Enabled
- Metrics
Status Disabled - DisabledMetricsStatus enum Disabled
- Metrics
Status 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
- "Disabled"
- DisabledMetricsStatus enum Disabled
- "Enabled"
- EnabledMetricsStatus enum Enabled
ReplicaModifications, ReplicaModificationsArgs
- Status
string | Pulumi.
Azure Native. Aws Connector. Replica Modifications Status - Specifies whether Amazon S3 replicates modifications on replicas. Allowed values:
Enabled
|Disabled
- Status
string | Replica
Modifications Status - Specifies whether Amazon S3 replicates modifications on replicas. Allowed values:
Enabled
|Disabled
- status
String | Replica
Modifications Status - Specifies whether Amazon S3 replicates modifications on replicas. Allowed values:
Enabled
|Disabled
- status
string | Replica
Modifications Status - Specifies whether Amazon S3 replicates modifications on replicas. Allowed values:
Enabled
|Disabled
- status
str | Replica
Modifications Status - 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
- Replica
Modifications Status Disabled - DisabledReplicaModificationsStatus enum Disabled
- Replica
Modifications Status 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
- "Disabled"
- DisabledReplicaModificationsStatus enum Disabled
- "Enabled"
- EnabledReplicaModificationsStatus enum Enabled
ReplicationConfiguration, ReplicationConfigurationArgs
- Destinations
List<Pulumi.
Azure Native. Aws Connector. Inputs. Replication Destination> - 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.
Azure Native. Aws Connector. Inputs. Replication Rule> - 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
[]Replication
Destination - 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
[]Replication
Rule - 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<Replication
Destination> - 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<Replication
Rule> - 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
Replication
Destination[] - 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
Replication
Rule[] - 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[Replication
Destination] - 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[Replication
Rule] - 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.
Azure Native. Aws Connector. Inputs. Replication Destination Response> - 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.
Azure Native. Aws Connector. Inputs. Replication Rule Response> - 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
[]Replication
Destination Response - 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
[]Replication
Rule Response - 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<Replication
Destination Response> - 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<Replication
Rule Response> - 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
Replication
Destination Response[] - 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
Replication
Rule Response[] - 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[Replication
Destination Response] - 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[Replication
Rule Response] - 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
- Access
Control Pulumi.Translation Azure Native. Aws Connector. Inputs. Access Control Translation - 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 theAccessControlTranslation
property, theAccount
property is required. - Availability
Zone stringName - 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.
- Encryption
Configuration Pulumi.Azure Native. Aws Connector. Inputs. Encryption Configuration - Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
- File
System stringId - The ID of the destination Amazon EFS file system.
- Kms
Key stringId - The ID of an kms-key-long used to protect the encrypted file system.
- Metrics
Pulumi.
Azure Native. Aws Connector. 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.
- Replication
Time Pulumi.Azure Native. Aws Connector. Inputs. Replication Time - 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 aMetrics
block. - Storage
Class string | Pulumi.Azure Native. Aws Connector. Replication Destination Storage Class - 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 AccessTranslation Control Translation - 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 theAccessControlTranslation
property, theAccount
property is required. - Availability
Zone stringName - 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.
- 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 stringId - The ID of the destination Amazon EFS file system.
- Kms
Key stringId - 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.
- 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 aMetrics
block. - Storage
Class string | ReplicationDestination Storage Class - 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 AccessTranslation Control Translation - 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 theAccessControlTranslation
property, theAccount
property is required. - availability
Zone StringName - 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.
- 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 StringId - The ID of the destination Amazon EFS file system.
- kms
Key StringId - 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.
- 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 aMetrics
block. - storage
Class String | ReplicationDestination Storage Class - 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 AccessTranslation Control Translation - 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 theAccessControlTranslation
property, theAccount
property is required. - availability
Zone stringName - 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.
- 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 stringId - The ID of the destination Amazon EFS file system.
- kms
Key stringId - 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.
- 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 aMetrics
block. - storage
Class string | ReplicationDestination Storage Class - 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_ Accesstranslation Control Translation - 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 theAccessControlTranslation
property, theAccount
property is required. - availability_
zone_ strname - 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_ strid - The ID of the destination Amazon EFS file system.
- kms_
key_ strid - 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 aMetrics
block. - storage_
class str | ReplicationDestination Storage Class - 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 Property MapTranslation - 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 theAccessControlTranslation
property, theAccount
property is required. - availability
Zone StringName - 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.
- encryption
Configuration Property Map - Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
- file
System StringId - The ID of the destination Amazon EFS file system.
- kms
Key StringId - 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.
- replication
Time 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 aMetrics
block. - storage
Class 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
- Access
Control Pulumi.Translation Azure Native. Aws Connector. Inputs. Access Control Translation Response - 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 theAccessControlTranslation
property, theAccount
property is required. - Availability
Zone stringName - 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.
- Encryption
Configuration Pulumi.Azure Native. Aws Connector. Inputs. Encryption Configuration Response - Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
- File
System stringId - The ID of the destination Amazon EFS file system.
- Kms
Key stringId - The ID of an kms-key-long used to protect the encrypted file system.
- Metrics
Pulumi.
Azure Native. Aws Connector. Inputs. Metrics Response - 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.
- Replication
Time Pulumi.Azure Native. Aws Connector. Inputs. Replication Time Response - 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 aMetrics
block. - Storage
Class 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 AccessTranslation Control Translation Response - 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 theAccessControlTranslation
property, theAccount
property is required. - Availability
Zone stringName - 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.
- Encryption
Configuration EncryptionConfiguration Response - Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
- File
System stringId - The ID of the destination Amazon EFS file system.
- Kms
Key stringId - The ID of an kms-key-long used to protect the encrypted file system.
- Metrics
Metrics
Response - 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.
- Replication
Time ReplicationTime Response - 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 aMetrics
block. - Storage
Class 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 AccessTranslation Control Translation Response - 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 theAccessControlTranslation
property, theAccount
property is required. - availability
Zone StringName - 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.
- encryption
Configuration EncryptionConfiguration Response - Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
- file
System StringId - The ID of the destination Amazon EFS file system.
- kms
Key StringId - The ID of an kms-key-long used to protect the encrypted file system.
- metrics
Metrics
Response - 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.
- replication
Time ReplicationTime Response - 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 aMetrics
block. - storage
Class 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 AccessTranslation Control Translation Response - 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 theAccessControlTranslation
property, theAccount
property is required. - availability
Zone stringName - 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.
- encryption
Configuration EncryptionConfiguration Response - Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
- file
System stringId - The ID of the destination Amazon EFS file system.
- kms
Key stringId - The ID of an kms-key-long used to protect the encrypted file system.
- metrics
Metrics
Response - 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.
- replication
Time ReplicationTime Response - 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 aMetrics
block. - storage
Class 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_ Accesstranslation Control Translation Response - 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 theAccessControlTranslation
property, theAccount
property is required. - availability_
zone_ strname - 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 Response - Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
- file_
system_ strid - The ID of the destination Amazon EFS file system.
- kms_
key_ strid - The ID of an kms-key-long used to protect the encrypted file system.
- metrics
Metrics
Response - 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 Response - 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 aMetrics
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.
- access
Control Property MapTranslation - 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 theAccessControlTranslation
property, theAccount
property is required. - availability
Zone StringName - 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.
- encryption
Configuration Property Map - Specifies encryption-related information. Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
- file
System StringId - The ID of the destination Amazon EFS file system.
- kms
Key StringId - 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.
- replication
Time 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 aMetrics
block. - storage
Class 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
- Replication
Destination Storage Class_DEEP_ARCHIVE - DEEP_ARCHIVEReplicationDestinationStorageClass enum DEEP_ARCHIVE
- Replication
Destination Storage Class GLACIER - GLACIERReplicationDestinationStorageClass enum GLACIER
- Replication
Destination Storage Class_GLACIER_IR - GLACIER_IRReplicationDestinationStorageClass enum GLACIER_IR
- Replication
Destination Storage Class_INTELLIGENT_TIERING - INTELLIGENT_TIERINGReplicationDestinationStorageClass enum INTELLIGENT_TIERING
- Replication
Destination Storage Class_ONEZONE_IA - ONEZONE_IAReplicationDestinationStorageClass enum ONEZONE_IA
- Replication
Destination Storage Class_REDUCED_REDUNDANCY - REDUCED_REDUNDANCYReplicationDestinationStorageClass enum REDUCED_REDUNDANCY
- Replication
Destination Storage Class STANDARD - STANDARDReplicationDestinationStorageClass enum STANDARD
- Replication
Destination Storage Class_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
- Delete
Marker Pulumi.Replication Azure Native. Aws Connector. Inputs. Delete Marker Replication - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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.
Azure Native. Aws Connector. Inputs. Replication Destination - 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.
Azure Native. Aws Connector. Inputs. Replication Rule Filter - A filter that identifies the subset of objects to which the replication rule applies. A
Filter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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 Pulumi.Criteria Azure Native. Aws Connector. Inputs. Source Selection Criteria - 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.
Azure Native. Aws Connector. Replication Rule Status - Specifies whether the rule is enabled.
- Delete
Marker DeleteReplication Marker Replication - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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
Replication
Destination - 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
Replication
Rule Filter - A filter that identifies the subset of objects to which the replication rule applies. A
Filter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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 SourceCriteria Selection Criteria - 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 | Replication
Rule Status - Specifies whether the rule is enabled.
- delete
Marker DeleteReplication Marker Replication - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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
Replication
Destination - 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
Replication
Rule Filter - A filter that identifies the subset of objects to which the replication rule applies. A
Filter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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.
- source
Selection SourceCriteria Selection Criteria - 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 | Replication
Rule Status - Specifies whether the rule is enabled.
- delete
Marker DeleteReplication Marker Replication - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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
Replication
Destination - 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
Replication
Rule Filter - A filter that identifies the subset of objects to which the replication rule applies. A
Filter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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.
- source
Selection SourceCriteria Selection Criteria - 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 | Replication
Rule Status - Specifies whether the rule is enabled.
- delete_
marker_ Deletereplication Marker Replication - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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
Replication
Destination - 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
Replication
Rule Filter - A filter that identifies the subset of objects to which the replication rule applies. A
Filter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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_ Sourcecriteria Selection Criteria - 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 | Replication
Rule Status - Specifies whether the rule is enabled.
- delete
Marker Property MapReplication - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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.
- source
Selection Property MapCriteria - 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.
- Tag
Filters List<Pulumi.Azure Native. Aws Connector. Inputs. Tag Filter> - 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.
- Tag
Filters []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.
- tag
Filters 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.
- tag
Filters 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.
- tag
Filters 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.
- Tag
Filters List<Pulumi.Azure Native. Aws Connector. Inputs. Tag Filter Response> - 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.
- Tag
Filters []TagFilter Response - 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.
- tag
Filters List<TagFilter Response> - 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.
- tag
Filters TagFilter Response[] - 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 Response] - 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.
- tag
Filters List<Property Map> - An array of tags containing key and value pairs.
ReplicationRuleFilter, ReplicationRuleFilterArgs
- And
Pulumi.
Azure Native. Aws Connector. Inputs. Replication Rule And Operator - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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.
- Tag
Filter Pulumi.Azure Native. Aws Connector. Inputs. Tag Filter - 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
Replication
Rule And Operator - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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.
- 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
Replication
Rule And Operator - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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.
- 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
Replication
Rule And Operator - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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.
- 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_
Replication
Rule And Operator - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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.
- tag
Filter 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.
Azure Native. Aws Connector. Inputs. Replication Rule And Operator Response - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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.
- Tag
Filter Pulumi.Azure Native. Aws Connector. Inputs. Tag Filter Response - 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
Replication
Rule And Operator Response - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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.
- Tag
Filter TagFilter Response - 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
Replication
Rule And Operator Response - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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.
- tag
Filter TagFilter Response - 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
Replication
Rule And Operator Response - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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.
- tag
Filter TagFilter Response - 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_
Replication
Rule And Operator Response - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 Response - 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 aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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 aPrefix
and aTagFilter
, wrap these filters in anAnd
tag. + If you specify a filter based on multiple tags, wrap theTagFilter
elements in anAnd
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.
- tag
Filter 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
- Delete
Marker Pulumi.Replication Azure Native. Aws Connector. Inputs. Delete Marker Replication Response - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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.
Azure Native. Aws Connector. Inputs. Replication Destination Response - 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.
Azure Native. Aws Connector. Inputs. Replication Rule Filter Response - A filter that identifies the subset of objects to which the replication rule applies. A
Filter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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 Pulumi.Criteria Azure Native. Aws Connector. Inputs. Source Selection Criteria Response - 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 DeleteReplication Marker Replication Response - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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
Replication
Destination Response - 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
Replication
Rule Filter Response - A filter that identifies the subset of objects to which the replication rule applies. A
Filter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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 SourceCriteria Selection Criteria Response - 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 DeleteReplication Marker Replication Response - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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
Replication
Destination Response - 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
Replication
Rule Filter Response - A filter that identifies the subset of objects to which the replication rule applies. A
Filter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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.
- source
Selection SourceCriteria Selection Criteria Response - 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 DeleteReplication Marker Replication Response - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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
Replication
Destination Response - 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
Replication
Rule Filter Response - A filter that identifies the subset of objects to which the replication rule applies. A
Filter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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.
- source
Selection SourceCriteria Selection Criteria Response - 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_ Deletereplication Marker Replication Response - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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
Replication
Destination Response - 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
Replication
Rule Filter Response - A filter that identifies the subset of objects to which the replication rule applies. A
Filter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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_ Sourcecriteria Selection Criteria Response - 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.
- delete
Marker Property MapReplication - Specifies whether Amazon S3 replicates delete markers. If you specify a
Filter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 aFilter
in your replication configuration, you must also include aDeleteMarkerReplication
element. If yourFilter
includes aTag
element, theDeleteMarkerReplication
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 onePrefix
,TagFilter
, or anAnd
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 thePrefix
directly as a child element of theRule
element. A filter that identifies the subset of objects to which the replication rule applies. AFilter
must specify exactly onePrefix
,TagFilter
, or anAnd
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 theRule
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.
- source
Selection Property MapCriteria - 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
- Replication
Rule Status Disabled - DisabledReplicationRuleStatus enum Disabled
- Replication
Rule Status 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
- "Disabled"
- DisabledReplicationRuleStatus enum Disabled
- "Enabled"
- EnabledReplicationRuleStatus enum Enabled
ReplicationTime, ReplicationTimeArgs
- Status
string | Pulumi.
Azure Native. Aws Connector. Replication Time Status - Specifies whether the replication time is enabled.
- Time
Pulumi.
Azure Native. Aws Connector. Inputs. Replication Time Value - 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 | Replication
Time Status - Specifies whether the replication time is enabled.
- Time
Replication
Time Value - 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 | Replication
Time Status - Specifies whether the replication time is enabled.
- time
Replication
Time Value - 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 | Replication
Time Status - Specifies whether the replication time is enabled.
- time
Replication
Time Value - 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 | Replication
Time Status - Specifies whether the replication time is enabled.
- time
Replication
Time Value - 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.
Azure Native. Aws Connector. Inputs. Replication Time Value Response - 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
Replication
Time Value Response - 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
Replication
Time Value Response - 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
Replication
Time Value Response - 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
Replication
Time Value Response - 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
- Replication
Time Status Disabled - DisabledReplicationTimeStatus enum Disabled
- Replication
Time Status 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
- "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
- Replica
Modifications Pulumi.Azure Native. Aws Connector. Inputs. Replica Modifications - 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 Pulumi.Encrypted Objects Azure Native. Aws Connector. Inputs. Sse Kms Encrypted Objects - 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 SseEncrypted Objects Kms Encrypted Objects - 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 SseEncrypted Objects Kms Encrypted Objects - 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 SseEncrypted Objects Kms Encrypted Objects - 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_ Sseencrypted_ objects Kms Encrypted Objects - 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 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.
- sse
Kms Property MapEncrypted Objects - 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
- Replica
Modifications Pulumi.Azure Native. Aws Connector. Inputs. Replica Modifications Response - 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 Pulumi.Encrypted Objects Azure Native. Aws Connector. Inputs. Sse Kms Encrypted Objects Response - 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 Response - 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 SseEncrypted Objects Kms Encrypted Objects Response - 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 Response - 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 SseEncrypted Objects Kms Encrypted Objects Response - 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 Response - 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 SseEncrypted Objects Kms Encrypted Objects Response - 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 Response - 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_ Sseencrypted_ objects Kms Encrypted Objects Response - 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 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.
- sse
Kms Property MapEncrypted Objects - 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.
Azure Native. Aws Connector. Sse Kms Encrypted Objects Status - Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
- Status
string | Sse
Kms Encrypted Objects Status - Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
- status
String | Sse
Kms Encrypted Objects Status - Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
- status
string | Sse
Kms Encrypted Objects Status - Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
- status
str | Sse
Kms Encrypted Objects Status - 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
- Sse
Kms Encrypted Objects Status Disabled - DisabledSseKmsEncryptedObjectsStatus enum Disabled
- Sse
Kms Encrypted Objects Status 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
- "Disabled"
- DisabledSseKmsEncryptedObjectsStatus enum Disabled
- "Enabled"
- EnabledSseKmsEncryptedObjectsStatus enum Enabled
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
TagFilter, TagFilterArgs
TagFilterResponse, TagFilterResponseArgs
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