Class CfnFileSystemProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFileSystemProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFileSystemProps
CfnFileSystemProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.efs.CfnFileSystemProps
CfnFileSystemProps.Builder, CfnFileSystemProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFileSystemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFileSystemProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringFor One Zone file systems, specify the AWS Availability Zone in which to create the file system.final ObjectUse theBackupPolicyto turn automatic backups on or off for the file system.final Object(Optional) A boolean that specifies whether or not to bypass theFileSystemPolicylockout safety check.final ObjectA Boolean value that, if true, creates an encrypted file system.final ObjectTheFileSystemPolicyfor the EFS file system.final ObjectDescribes the protection on the file system.Use to create one or more tags associated with the file system.final StringThe ID of the AWS KMS key to be used to protect the encrypted file system.final ObjectAn array ofLifecyclePolicyobjects that define the file system'sLifecycleConfigurationobject.final StringThe performance mode of the file system.final NumberThe throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.final ObjectDescribes the replication configuration for a specific file system.final StringSpecifies the throughput mode for the file system.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFileSystemProps.Builder.
-
-
Method Details
-
getAvailabilityZoneName
Description copied from interface:CfnFileSystemPropsFor One Zone file systems, specify the AWS Availability Zone in which to create the file system.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 systems are not available in all Availability Zones in AWS Regions where Amazon EFS is available.
- Specified by:
getAvailabilityZoneNamein interfaceCfnFileSystemProps- See Also:
-
getBackupPolicy
Description copied from interface:CfnFileSystemPropsUse theBackupPolicyto turn automatic backups on or off for the file system.Returns union: either
IResolvableorCfnFileSystem.BackupPolicyProperty- Specified by:
getBackupPolicyin interfaceCfnFileSystemProps- See Also:
-
getBypassPolicyLockoutSafetyCheck
Description copied from interface:CfnFileSystemProps(Optional) A boolean that specifies whether or not to bypass theFileSystemPolicylockout safety check.The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM principal that is making the request from making future
PutFileSystemPolicyrequests on this file system. SetBypassPolicyLockoutSafetyChecktoTrueonly when you intend to prevent the IAM principal that is making the request from making subsequentPutFileSystemPolicyrequests on this file system. The default value isFalse.Returns union: either
BooleanorIResolvable- Specified by:
getBypassPolicyLockoutSafetyCheckin interfaceCfnFileSystemProps- See Also:
-
getEncrypted
Description copied from interface:CfnFileSystemPropsA Boolean value that, if true, creates an encrypted file system.When creating an encrypted file system, you have the option of specifying a KmsKeyId for an existing 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.Returns union: either
BooleanorIResolvable- Specified by:
getEncryptedin interfaceCfnFileSystemProps- See Also:
-
getFileSystemPolicy
Description copied from interface:CfnFileSystemPropsTheFileSystemPolicyfor 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 IAM to control NFS access to Amazon EFS in the Amazon EFS User Guide .
- Specified by:
getFileSystemPolicyin interfaceCfnFileSystemProps- See Also:
-
getFileSystemProtection
Description copied from interface:CfnFileSystemPropsDescribes the protection on the file system.Returns union: either
IResolvableorCfnFileSystem.FileSystemProtectionProperty- Specified by:
getFileSystemProtectionin interfaceCfnFileSystemProps- See Also:
-
getFileSystemTags
Description copied from interface:CfnFileSystemPropsUse 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 AWS resources in the AWS General Reference Guide .- Specified by:
getFileSystemTagsin interfaceCfnFileSystemProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnFileSystemPropsThe ID of the AWS KMS key to be used to protect the encrypted file system.This parameter is only required if you want to use a nondefault KMS key . If this parameter is not specified, the default KMS key for Amazon EFS is used. This ID can be in one of the following formats:
- Key ID - A unique identifier of the key, for example
1234abcd-12ab-34cd-56ef-1234567890ab. - ARN - An Amazon Resource Name (ARN) for the key, for example
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. - Key alias - A previously created display name for a key, for example
alias/projectKey1. - Key alias ARN - An ARN for a key alias, for example
arn:aws:kms:us-west-2:444455556666:alias/projectKey1.
If
KmsKeyIdis specified, theEncryptedparameter must be set to true.- Specified by:
getKmsKeyIdin interfaceCfnFileSystemProps- See Also:
- Key ID - A unique identifier of the key, for example
-
getLifecyclePolicies
Description copied from interface:CfnFileSystemPropsAn array ofLifecyclePolicyobjects that define the file system'sLifecycleConfigurationobject.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.
Amazon EFS requires that each
LifecyclePolicyobject have only a single transition. This means that in a request body,LifecyclePoliciesneeds to be structured as an array ofLifecyclePolicyobjects, one object for each transition,TransitionToIA,TransitionToArchiveTransitionToPrimaryStorageClass. See the example requests in the following section for more information.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFileSystem.LifecyclePolicyProperty>- Specified by:
getLifecyclePoliciesin interfaceCfnFileSystemProps- See Also:
-
getPerformanceMode
Description copied from interface:CfnFileSystemPropsThe performance mode of the file system.We recommend
generalPurposeperformance mode for all file systems. File systems using themaxIOperformance 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. ThemaxIOmode is not supported on One Zone file systems.Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems.
Default is
generalPurpose.- Specified by:
getPerformanceModein interfaceCfnFileSystemProps- See Also:
-
getProvisionedThroughputInMibps
Description copied from interface:CfnFileSystemPropsThe 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 Support . For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide .- Specified by:
getProvisionedThroughputInMibpsin interfaceCfnFileSystemProps- See Also:
-
getReplicationConfiguration
Description copied from interface:CfnFileSystemPropsDescribes the replication configuration for a specific file system.Returns union: either
IResolvableorCfnFileSystem.ReplicationConfigurationProperty- Specified by:
getReplicationConfigurationin interfaceCfnFileSystemProps- See Also:
-
getThroughputMode
Description copied from interface:CfnFileSystemPropsSpecifies 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 is
bursting.- Specified by:
getThroughputModein interfaceCfnFileSystemProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-