We recommend new projects start with resources from the AWS provider.
aws-native.efs.getFileSystem
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::EFS::FileSystem
resource creates a new, empty file system in EFSlong (EFS). You must create a mount target (AWS::EFS::MountTarget) to mount your EFS file system on an EC2 or other AWS cloud compute resource.
Using getFileSystem
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFileSystem(args: GetFileSystemArgs, opts?: InvokeOptions): Promise<GetFileSystemResult>
function getFileSystemOutput(args: GetFileSystemOutputArgs, opts?: InvokeOptions): Output<GetFileSystemResult>
def get_file_system(file_system_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFileSystemResult
def get_file_system_output(file_system_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFileSystemResult]
func LookupFileSystem(ctx *Context, args *LookupFileSystemArgs, opts ...InvokeOption) (*LookupFileSystemResult, error)
func LookupFileSystemOutput(ctx *Context, args *LookupFileSystemOutputArgs, opts ...InvokeOption) LookupFileSystemResultOutput
> Note: This function is named LookupFileSystem
in the Go SDK.
public static class GetFileSystem
{
public static Task<GetFileSystemResult> InvokeAsync(GetFileSystemArgs args, InvokeOptions? opts = null)
public static Output<GetFileSystemResult> Invoke(GetFileSystemInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFileSystemResult> getFileSystem(GetFileSystemArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:efs:getFileSystem
arguments:
# arguments dictionary
The following arguments are supported:
- File
System stringId - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- File
System stringId - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- file
System StringId - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- file
System stringId - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- file_
system_ strid - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- file
System StringId - The ID of the EFS file system. For example:
fs-abcdef0123456789a
getFileSystem Result
The following output properties are available:
- Arn string
The Amazon Resource Name (ARN) of the EFS file system.
Example:
arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-0123456789abcdef8
- Backup
Policy Pulumi.Aws Native. Efs. Outputs. File System Backup Policy - Use the
BackupPolicy
to turn automatic backups on or off for the file system. - File
System stringId - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- 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.Search the CloudFormation User Guide for
AWS::EFS::FileSystem
for more information about the expected schema for this property.- File
System Pulumi.Protection Aws Native. Efs. Outputs. File System Protection - Describes the protection on the file system.
- List<Pulumi.
Aws Native. Outputs. 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. - Lifecycle
Policies List<Pulumi.Aws Native. Efs. Outputs. File System 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 each
LifecyclePolicy
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.- Provisioned
Throughput doubleIn 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.Aws Native. Efs. Outputs. File System Replication Configuration - 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
The Amazon Resource Name (ARN) of the EFS file system.
Example:
arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-0123456789abcdef8
- Backup
Policy FileSystem Backup Policy - Use the
BackupPolicy
to turn automatic backups on or off for the file system. - File
System stringId - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- 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.Search the CloudFormation User Guide for
AWS::EFS::FileSystem
for more information about the expected schema for this property.- File
System FileProtection System Protection - Describes the protection on the 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. - Lifecycle
Policies []FileSystem 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 each
LifecyclePolicy
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.- Provisioned
Throughput float64In 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 FileSystem Replication Configuration - 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
The Amazon Resource Name (ARN) of the EFS file system.
Example:
arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-0123456789abcdef8
- backup
Policy FileSystem Backup Policy - Use the
BackupPolicy
to turn automatic backups on or off for the file system. - file
System StringId - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- 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.Search the CloudFormation User Guide for
AWS::EFS::FileSystem
for more information about the expected schema for this property.- file
System FileProtection System Protection - Describes the protection on the file system.
- List<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. - lifecycle
Policies List<FileSystem 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 each
LifecyclePolicy
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.- provisioned
Throughput DoubleIn 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 FileSystem Replication Configuration - 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
The Amazon Resource Name (ARN) of the EFS file system.
Example:
arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-0123456789abcdef8
- backup
Policy FileSystem Backup Policy - Use the
BackupPolicy
to turn automatic backups on or off for the file system. - file
System stringId - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- 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.Search the CloudFormation User Guide for
AWS::EFS::FileSystem
for more information about the expected schema for this property.- file
System FileProtection System Protection - Describes the protection on the 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. - lifecycle
Policies FileSystem 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 each
LifecyclePolicy
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.- 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 FileSystem Replication Configuration - 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
The Amazon Resource Name (ARN) of the EFS file system.
Example:
arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-0123456789abcdef8
- backup_
policy FileSystem Backup Policy - Use the
BackupPolicy
to turn automatic backups on or off for the file system. - file_
system_ strid - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- 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.Search the CloudFormation User Guide for
AWS::EFS::FileSystem
for more information about the expected schema for this property.- file_
system_ Fileprotection System Protection - Describes the protection on the file system.
- Sequence[root_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. - lifecycle_
policies Sequence[FileSystem 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 each
LifecyclePolicy
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.- provisioned_
throughput_ floatin_ 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 FileSystem Replication Configuration - 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
The Amazon Resource Name (ARN) of the EFS file system.
Example:
arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-0123456789abcdef8
- backup
Policy Property Map - Use the
BackupPolicy
to turn automatic backups on or off for the file system. - file
System StringId - The ID of the EFS file system. For example:
fs-abcdef0123456789a
- 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.Search the CloudFormation User Guide for
AWS::EFS::FileSystem
for more information about the expected schema for this property.- file
System Property MapProtection - 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. - 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 each
LifecyclePolicy
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.- 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.
- 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
.
Supporting Types
FileSystemBackupPolicy
- Status
Pulumi.
Aws Native. Efs. File System 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
File
System 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
File
System 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
File
System 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
File
System 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 "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.
FileSystemBackupPolicyStatus
FileSystemLifecyclePolicy
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
FileSystemProtection
- Replication
Overwrite Pulumi.Protection Aws Native. Efs. 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 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 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 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_ 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 "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
FileSystemReplicationConfiguration
- Destinations
List<Pulumi.
Aws Native. Efs. Inputs. File System Replication Destination> - An array of destination objects. Only one destination object is supported.
- Destinations
[]File
System Replication Destination - An array of destination objects. Only one destination object is supported.
- destinations
List<File
System Replication Destination> - An array of destination objects. Only one destination object is supported.
- destinations
File
System Replication Destination[] - An array of destination objects. Only one destination object is supported.
- destinations
Sequence[File
System Replication Destination] - An array of destination objects. Only one destination object is supported.
- destinations List<Property Map>
- An array of destination objects. Only one destination object is supported.
FileSystemReplicationDestination
- Availability
Zone stringName - 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. - 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.
- 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.
- Availability
Zone stringName - 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. - 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.
- 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.
- availability
Zone StringName - 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. - 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.
- 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.
- availability
Zone stringName - 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. - 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.
- 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.
- availability_
zone_ strname - 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. - 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.
- 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.
- availability
Zone StringName - 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. - 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.
- 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.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.