We recommend new projects start with resources from the AWS provider.
aws-native.efs.getFileSystem
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)
public static Output<GetFileSystemResult> getFileSystem(GetFileSystemArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:efs:getFileSystem
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FileSystem stringId 
- The ID of the EFS file system. For example: fs-abcdef0123456789a
- FileSystem stringId 
- The ID of the EFS file system. For example: fs-abcdef0123456789a
- fileSystem StringId 
- The ID of the EFS file system. For example: fs-abcdef0123456789a
- fileSystem 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
- fileSystem 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
- BackupPolicy Pulumi.Aws Native. Efs. Outputs. File System Backup Policy 
- Use the BackupPolicyto turn automatic backups on or off for the file system.
- FileSystem stringId 
- The ID of the EFS file system. For example: fs-abcdef0123456789a
- FileSystem objectPolicy 
- The - FileSystemPolicyfor 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::FileSystemfor more information about the expected schema for this property.
- FileSystem 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.
- LifecyclePolicies List<Pulumi.Aws Native. Efs. Outputs. File System Lifecycle Policy> 
- An array of - LifecyclePolicyobjects that define the file system's- LifecycleConfigurationobject. A- LifecycleConfigurationobject 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 - LifecyclePolicyobject have only a single transition. This means that in a request body,- LifecyclePoliciesneeds to be structured as an array of- LifecyclePolicyobjects, one object for each transition,- TransitionToIA,- TransitionToArchive````TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
- ProvisionedThroughput 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 ThroughputModeis 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.
- ReplicationConfiguration Pulumi.Aws Native. Efs. Outputs. File System Replication Configuration 
- Describes the replication configuration for a specific file system.
- ThroughputMode string
- Specifies the throughput mode for the file system. The mode can be bursting,provisioned, orelastic. If you setThroughputModetoprovisioned, 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
- BackupPolicy FileSystem Backup Policy 
- Use the BackupPolicyto turn automatic backups on or off for the file system.
- FileSystem stringId 
- The ID of the EFS file system. For example: fs-abcdef0123456789a
- FileSystem interface{}Policy 
- The - FileSystemPolicyfor 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::FileSystemfor more information about the expected schema for this property.
- FileSystem 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.
- LifecyclePolicies []FileSystem Lifecycle Policy 
- An array of - LifecyclePolicyobjects that define the file system's- LifecycleConfigurationobject. A- LifecycleConfigurationobject 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 - LifecyclePolicyobject have only a single transition. This means that in a request body,- LifecyclePoliciesneeds to be structured as an array of- LifecyclePolicyobjects, one object for each transition,- TransitionToIA,- TransitionToArchive````TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
- ProvisionedThroughput 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 ThroughputModeis 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.
- ReplicationConfiguration FileSystem Replication Configuration 
- Describes the replication configuration for a specific file system.
- ThroughputMode string
- Specifies the throughput mode for the file system. The mode can be bursting,provisioned, orelastic. If you setThroughputModetoprovisioned, 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
- backupPolicy FileSystem Backup Policy 
- Use the BackupPolicyto turn automatic backups on or off for the file system.
- fileSystem StringId 
- The ID of the EFS file system. For example: fs-abcdef0123456789a
- fileSystem ObjectPolicy 
- The - FileSystemPolicyfor 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::FileSystemfor more information about the expected schema for this property.
- fileSystem 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.
- lifecyclePolicies List<FileSystem Lifecycle Policy> 
- An array of - LifecyclePolicyobjects that define the file system's- LifecycleConfigurationobject. A- LifecycleConfigurationobject 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 - LifecyclePolicyobject have only a single transition. This means that in a request body,- LifecyclePoliciesneeds to be structured as an array of- LifecyclePolicyobjects, one object for each transition,- TransitionToIA,- TransitionToArchive````TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
- provisionedThroughput 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 ThroughputModeis 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.
- replicationConfiguration FileSystem Replication Configuration 
- Describes the replication configuration for a specific file system.
- throughputMode String
- Specifies the throughput mode for the file system. The mode can be bursting,provisioned, orelastic. If you setThroughputModetoprovisioned, 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
- backupPolicy FileSystem Backup Policy 
- Use the BackupPolicyto turn automatic backups on or off for the file system.
- fileSystem stringId 
- The ID of the EFS file system. For example: fs-abcdef0123456789a
- fileSystem anyPolicy 
- The - FileSystemPolicyfor 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::FileSystemfor more information about the expected schema for this property.
- fileSystem 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.
- lifecyclePolicies FileSystem Lifecycle Policy[] 
- An array of - LifecyclePolicyobjects that define the file system's- LifecycleConfigurationobject. A- LifecycleConfigurationobject 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 - LifecyclePolicyobject have only a single transition. This means that in a request body,- LifecyclePoliciesneeds to be structured as an array of- LifecyclePolicyobjects, one object for each transition,- TransitionToIA,- TransitionToArchive````TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
- provisionedThroughput 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 ThroughputModeis 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.
- replicationConfiguration FileSystem Replication Configuration 
- Describes the replication configuration for a specific file system.
- throughputMode string
- Specifies the throughput mode for the file system. The mode can be bursting,provisioned, orelastic. If you setThroughputModetoprovisioned, 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 BackupPolicyto 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 - FileSystemPolicyfor 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::FileSystemfor 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 - LifecyclePolicyobjects that define the file system's- LifecycleConfigurationobject. A- LifecycleConfigurationobject 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 - LifecyclePolicyobject have only a single transition. This means that in a request body,- LifecyclePoliciesneeds to be structured as an array of- LifecyclePolicyobjects, 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 ThroughputModeis 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 setThroughputModetoprovisioned, 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
- backupPolicy Property Map
- Use the BackupPolicyto turn automatic backups on or off for the file system.
- fileSystem StringId 
- The ID of the EFS file system. For example: fs-abcdef0123456789a
- fileSystem AnyPolicy 
- The - FileSystemPolicyfor 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::FileSystemfor more information about the expected schema for this property.
- fileSystem 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.
- lifecyclePolicies List<Property Map>
- An array of - LifecyclePolicyobjects that define the file system's- LifecycleConfigurationobject. A- LifecycleConfigurationobject 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 - LifecyclePolicyobject have only a single transition. This means that in a request body,- LifecyclePoliciesneeds to be structured as an array of- LifecyclePolicyobjects, one object for each transition,- TransitionToIA,- TransitionToArchive````TransitionToPrimaryStorageClass. See the example requests in the following section for more information.
- provisionedThroughput 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 ThroughputModeis 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.
- replicationConfiguration Property Map
- Describes the replication configuration for a specific file system.
- throughputMode String
- Specifies the throughput mode for the file system. The mode can be bursting,provisioned, orelastic. If you setThroughputModetoprovisioned, 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
FileSystem 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
FileSystem 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
FileSystem 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
FileSystem 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   
- TransitionTo 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.
- TransitionTo 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.
- TransitionTo 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.
- TransitionTo 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.
- TransitionTo 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.
- TransitionTo 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.
- transitionTo 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.
- transitionTo 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.
- transitionTo 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.
- transitionTo 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.
- transitionTo 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.
- transitionTo 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.
- transitionTo 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.
- transitionTo 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.
- transitionTo 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  
- ReplicationOverwrite 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 is- ENABLEDby 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 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. 
- ReplicationOverwrite 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 is- ENABLEDby 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 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. 
- replicationOverwrite 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 is- ENABLEDby 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 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. 
- replicationOverwrite 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 is- ENABLEDby 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 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 is- ENABLEDby 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 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. 
- replicationOverwrite "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 is- ENABLEDby 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 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
[]FileSystem Replication Destination 
- An array of destination objects. Only one destination object is supported.
- destinations
List<FileSystem Replication Destination> 
- An array of destination objects. Only one destination object is supported.
- destinations
FileSystem Replication Destination[] 
- An array of destination objects. Only one destination object is supported.
- destinations
Sequence[FileSystem 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   
- AvailabilityZone 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-1ato 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.
- FileSystem stringId 
- The ID of the destination Amazon EFS file system.
- KmsKey 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.
- RoleArn string
- The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
- Status string
- Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.
- StatusMessage string
- Message that provides details about the PAUSEDorERRRORstate of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.
- AvailabilityZone 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-1ato 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.
- FileSystem stringId 
- The ID of the destination Amazon EFS file system.
- KmsKey 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.
- RoleArn string
- The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
- Status string
- Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.
- StatusMessage string
- Message that provides details about the PAUSEDorERRRORstate of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.
- availabilityZone 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-1ato 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.
- fileSystem StringId 
- The ID of the destination Amazon EFS file system.
- kmsKey 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.
- roleArn String
- The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
- status String
- Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.
- statusMessage String
- Message that provides details about the PAUSEDorERRRORstate of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.
- availabilityZone 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-1ato 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.
- fileSystem stringId 
- The ID of the destination Amazon EFS file system.
- kmsKey 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.
- roleArn string
- The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
- status string
- Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.
- statusMessage string
- Message that provides details about the PAUSEDorERRRORstate of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.
- 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-1ato 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.
- role_arn str
- The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
- status str
- Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.
- status_message str
- Message that provides details about the PAUSEDorERRRORstate of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.
- availabilityZone 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-1ato 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.
- fileSystem StringId 
- The ID of the destination Amazon EFS file system.
- kmsKey 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.
- roleArn String
- The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
- status String
- Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.
- statusMessage String
- Message that provides details about the PAUSEDorERRRORstate of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.
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.
