@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:08.103Z") @Stability(value=Stable) public class CfnFileSystem extends CfnResource implements IInspectable
The AWS::EFS::FileSystem resource creates a new, empty file system in Amazon Elastic File System ( Amazon EFS ). You must create a mount target ( AWS::EFS::MountTarget ) to mount your EFS file system on an Amazon EC2 or other AWS cloud compute resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.efs.*;
Object fileSystemPolicy;
CfnFileSystem cfnFileSystem = CfnFileSystem.Builder.create(this, "MyCfnFileSystem")
.availabilityZoneName("availabilityZoneName")
.backupPolicy(BackupPolicyProperty.builder()
.status("status")
.build())
.bypassPolicyLockoutSafetyCheck(false)
.encrypted(false)
.fileSystemPolicy(fileSystemPolicy)
.fileSystemTags(List.of(ElasticFileSystemTagProperty.builder()
.key("key")
.value("value")
.build()))
.kmsKeyId("kmsKeyId")
.lifecyclePolicies(List.of(LifecyclePolicyProperty.builder()
.transitionToIa("transitionToIa")
.transitionToPrimaryStorageClass("transitionToPrimaryStorageClass")
.build()))
.performanceMode("performanceMode")
.provisionedThroughputInMibps(123)
.throughputMode("throughputMode")
.build();
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnFileSystem.BackupPolicyProperty
The backup policy turns automatic backups for the file system on or off.
|
static class |
CfnFileSystem.Builder
A fluent builder for
CfnFileSystem. |
static interface |
CfnFileSystem.ElasticFileSystemTagProperty
A tag is a key-value pair attached to a file system.
|
static interface |
CfnFileSystem.LifecyclePolicyProperty
A policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage classes.
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFileSystem(Construct scope,
String id)
Create a new `AWS::EFS::FileSystem`.
|
|
CfnFileSystem(Construct scope,
String id,
CfnFileSystemProps props)
Create a new `AWS::EFS::FileSystem`.
|
protected |
CfnFileSystem(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFileSystem(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn()
The Amazon Resource Name (ARN) of the EFS file system.
|
String |
getAttrFileSystemId()
The ID of the EFS file system.
|
String |
getAvailabilityZoneName()
Used to create a file system that uses One Zone storage classes.
|
Object |
getBackupPolicy()
Use the `BackupPolicy` to turn automatic backups on or off for the file system.
|
Object |
getBypassPolicyLockoutSafetyCheck()
`AWS::EFS::FileSystem.BypassPolicyLockoutSafetyCheck`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getEncrypted()
A Boolean value that, if true, creates an encrypted file system.
|
Object |
getFileSystemPolicy()
The `FileSystemPolicy` for the EFS file system.
|
String |
getKmsKeyId()
The ID of the AWS KMS key to be used to protect the encrypted file system.
|
Object |
getLifecyclePolicies()
A list of one LifecyclePolicy that tells EFS lifecycle management when to transition files to the Infrequent Access (IA) storage classes.
|
String |
getPerformanceMode()
The performance mode of the file system.
|
Number |
getProvisionedThroughputInMibps()
The throughput, measured in MiB/s, that you want to provision for a file system that you're creating.
|
TagManager |
getTags()
Use to create one or more tags associated with the file system.
|
String |
getThroughputMode()
Specifies the throughput mode for the file system, either `bursting` or `provisioned` .
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAvailabilityZoneName(String value)
Used to create a file system that uses One Zone storage classes.
|
void |
setBackupPolicy(CfnFileSystem.BackupPolicyProperty value)
Use the `BackupPolicy` to turn automatic backups on or off for the file system.
|
void |
setBackupPolicy(IResolvable value)
Use the `BackupPolicy` to turn automatic backups on or off for the file system.
|
void |
setBypassPolicyLockoutSafetyCheck(Boolean value)
`AWS::EFS::FileSystem.BypassPolicyLockoutSafetyCheck`.
|
void |
setBypassPolicyLockoutSafetyCheck(IResolvable value)
`AWS::EFS::FileSystem.BypassPolicyLockoutSafetyCheck`.
|
void |
setEncrypted(Boolean value)
A Boolean value that, if true, creates an encrypted file system.
|
void |
setEncrypted(IResolvable value)
A Boolean value that, if true, creates an encrypted file system.
|
void |
setFileSystemPolicy(Object value)
The `FileSystemPolicy` for the EFS file system.
|
void |
setKmsKeyId(String value)
The ID of the AWS KMS key to be used to protect the encrypted file system.
|
void |
setLifecyclePolicies(IResolvable value)
A list of one LifecyclePolicy that tells EFS lifecycle management when to transition files to the Infrequent Access (IA) storage classes.
|
void |
setLifecyclePolicies(List<Object> value)
A list of one LifecyclePolicy that tells EFS lifecycle management when to transition files to the Infrequent Access (IA) storage classes.
|
void |
setPerformanceMode(String value)
The performance mode of the file system.
|
void |
setProvisionedThroughputInMibps(Number value)
The throughput, measured in MiB/s, that you want to provision for a file system that you're creating.
|
void |
setThroughputMode(String value)
Specifies the throughput mode for the file system, either `bursting` or `provisioned` .
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFileSystem(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFileSystem(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFileSystem(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
CfnFileSystemProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
For example: arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-12345678
@Stability(value=Stable) @NotNull public String getAttrFileSystemId()
For example: fs-12345678
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
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 AWS resources in the AWS General Reference Guide .
@Stability(value=Stable) @NotNull public Object getFileSystemPolicy()
A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using IAM to control NFS access to Amazon EFS in the Amazon EFS User Guide .
@Stability(value=Stable)
public void setFileSystemPolicy(@NotNull
Object value)
A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using IAM to control NFS access to Amazon EFS in the Amazon EFS User Guide .
@Stability(value=Stable) @Nullable public String getAvailabilityZoneName()
It specifies 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 storage classes, see Using EFS storage classes in the Amazon EFS User Guide .
One Zone storage classes are not available in all Availability Zones in AWS Regions where Amazon EFS is available.
@Stability(value=Stable)
public void setAvailabilityZoneName(@Nullable
String value)
It specifies 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 storage classes, see Using EFS storage classes in the Amazon EFS User Guide .
One Zone storage classes are not available in all Availability Zones in AWS Regions where Amazon EFS is available.
@Stability(value=Stable) @Nullable public Object getBackupPolicy()
@Stability(value=Stable)
public void setBackupPolicy(@Nullable
CfnFileSystem.BackupPolicyProperty value)
@Stability(value=Stable)
public void setBackupPolicy(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getBypassPolicyLockoutSafetyCheck()
@Stability(value=Stable)
public void setBypassPolicyLockoutSafetyCheck(@Nullable
Boolean value)
@Stability(value=Stable)
public void setBypassPolicyLockoutSafetyCheck(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getEncrypted()
When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing AWS KMS key . If you don't specify a KMS key , then the default KMS key for Amazon EFS , /aws/elasticfilesystem , is used to protect the encrypted file system.
@Stability(value=Stable)
public void setEncrypted(@Nullable
Boolean value)
When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing AWS KMS key . If you don't specify a KMS key , then the default KMS key for Amazon EFS , /aws/elasticfilesystem , is used to protect the encrypted file system.
@Stability(value=Stable)
public void setEncrypted(@Nullable
IResolvable value)
When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing AWS KMS key . If you don't specify a KMS key , then the default KMS key for Amazon EFS , /aws/elasticfilesystem , is used to protect the encrypted file system.
@Stability(value=Stable) @Nullable public String getKmsKeyId()
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 Amazon EFS is used. This ID can be in one of the following formats:
1234abcd-12ab-34cd-56ef-1234567890ab .arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab .alias/projectKey1 .arn:aws:kms:us-west-2:444455556666:alias/projectKey1 .
If KmsKeyId is specified, the Encrypted parameter must be set to true.
@Stability(value=Stable)
public void setKmsKeyId(@Nullable
String value)
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 Amazon EFS is used. This ID can be in one of the following formats:
1234abcd-12ab-34cd-56ef-1234567890ab .arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab .alias/projectKey1 .arn:aws:kms:us-west-2:444455556666:alias/projectKey1 .
If KmsKeyId is specified, the Encrypted parameter must be set to true.
@Stability(value=Stable) @Nullable public Object getLifecyclePolicies()
@Stability(value=Stable)
public void setLifecyclePolicies(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setLifecyclePolicies(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getPerformanceMode()
We recommend generalPurpose performance mode for most file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created.
The
maxIOmode is not supported on file systems using One Zone storage classes.
@Stability(value=Stable)
public void setPerformanceMode(@Nullable
String value)
We recommend generalPurpose performance mode for most file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created.
The
maxIOmode is not supported on file systems using One Zone storage classes.
@Stability(value=Stable) @Nullable public Number getProvisionedThroughputInMibps()
Valid values are 1-1024. Required if ThroughputMode is set to provisioned . The upper limit for throughput is 1024 MiB/s. To increase this limit, contact AWS Support . For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide .
@Stability(value=Stable)
public void setProvisionedThroughputInMibps(@Nullable
Number value)
Valid values are 1-1024. Required if ThroughputMode is set to provisioned . The upper limit for throughput is 1024 MiB/s. To increase this limit, contact AWS Support . For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide .
@Stability(value=Stable) @Nullable public String getThroughputMode()
If you set ThroughputMode to provisioned , you must also set a value for ProvisionedThroughputInMibps . After you create the file system, you can decrease your file system's throughput in Provisioned Throughput mode or change between the throughput modes, as long as it’s been more than 24 hours since the last decrease or throughput mode change. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide .
Default is bursting .
@Stability(value=Stable)
public void setThroughputMode(@Nullable
String value)
If you set ThroughputMode to provisioned , you must also set a value for ProvisionedThroughputInMibps . After you create the file system, you can decrease your file system's throughput in Provisioned Throughput mode or change between the throughput modes, as long as it’s been more than 24 hours since the last decrease or throughput mode change. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide .
Default is bursting .
Copyright © 2022. All rights reserved.