Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.efs package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.efs package.
(access-point-attributes-builder id config)
Creates a AccessPointAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `AccessPointAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(access-point-builder scope id config)
Creates a AccessPoint$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `AccessPoint$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(access-point-options-builder id config)
Creates a AccessPointOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `AccessPointOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(access-point-props-builder id config)
Creates a AccessPointProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `AccessPointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(acl-builder id config)
Creates a Acl$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `Acl$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(build-access-point-attributes-builder builder id config)
The build-access-point-attributes-builder function updates a AccessPointAttributes$Builder instance using the provided configuration. The function takes the AccessPointAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessPointArn | java.lang.String | cdk.support/lookup-entry | :access-point-arn |
accessPointId | java.lang.String | cdk.support/lookup-entry | :access-point-id |
fileSystem | software.amazon.awscdk.services.efs.IFileSystem | cdk.support/lookup-entry | :file-system |
The build-access-point-attributes-builder function updates a AccessPointAttributes$Builder instance using the provided configuration. The function takes the AccessPointAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessPointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-point-arn` | | `accessPointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-point-id` | | `fileSystem` | software.amazon.awscdk.services.efs.IFileSystem | [[cdk.support/lookup-entry]] | `:file-system` |
(build-access-point-builder builder id config)
The build-access-point-builder function updates a AccessPoint$Builder instance using the provided configuration. The function takes the AccessPoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
createAcl | software.amazon.awscdk.services.efs.Acl | cdk.support/lookup-entry | :create-acl |
fileSystem | software.amazon.awscdk.services.efs.IFileSystem | cdk.support/lookup-entry | :file-system |
path | java.lang.String | cdk.support/lookup-entry | :path |
posixUser | software.amazon.awscdk.services.efs.PosixUser | cdk.support/lookup-entry | :posix-user |
The build-access-point-builder function updates a AccessPoint$Builder instance using the provided configuration. The function takes the AccessPoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `createAcl` | software.amazon.awscdk.services.efs.Acl | [[cdk.support/lookup-entry]] | `:create-acl` | | `fileSystem` | software.amazon.awscdk.services.efs.IFileSystem | [[cdk.support/lookup-entry]] | `:file-system` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` | | `posixUser` | software.amazon.awscdk.services.efs.PosixUser | [[cdk.support/lookup-entry]] | `:posix-user` |
(build-access-point-options-builder builder id config)
The build-access-point-options-builder function updates a AccessPointOptions$Builder instance using the provided configuration. The function takes the AccessPointOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
createAcl | software.amazon.awscdk.services.efs.Acl | cdk.support/lookup-entry | :create-acl |
path | java.lang.String | cdk.support/lookup-entry | :path |
posixUser | software.amazon.awscdk.services.efs.PosixUser | cdk.support/lookup-entry | :posix-user |
The build-access-point-options-builder function updates a AccessPointOptions$Builder instance using the provided configuration. The function takes the AccessPointOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `createAcl` | software.amazon.awscdk.services.efs.Acl | [[cdk.support/lookup-entry]] | `:create-acl` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` | | `posixUser` | software.amazon.awscdk.services.efs.PosixUser | [[cdk.support/lookup-entry]] | `:posix-user` |
(build-access-point-props-builder builder id config)
The build-access-point-props-builder function updates a AccessPointProps$Builder instance using the provided configuration. The function takes the AccessPointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
createAcl | software.amazon.awscdk.services.efs.Acl | cdk.support/lookup-entry | :create-acl |
fileSystem | software.amazon.awscdk.services.efs.IFileSystem | cdk.support/lookup-entry | :file-system |
path | java.lang.String | cdk.support/lookup-entry | :path |
posixUser | software.amazon.awscdk.services.efs.PosixUser | cdk.support/lookup-entry | :posix-user |
The build-access-point-props-builder function updates a AccessPointProps$Builder instance using the provided configuration. The function takes the AccessPointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `createAcl` | software.amazon.awscdk.services.efs.Acl | [[cdk.support/lookup-entry]] | `:create-acl` | | `fileSystem` | software.amazon.awscdk.services.efs.IFileSystem | [[cdk.support/lookup-entry]] | `:file-system` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` | | `posixUser` | software.amazon.awscdk.services.efs.PosixUser | [[cdk.support/lookup-entry]] | `:posix-user` |
(build-acl-builder builder id config)
The build-acl-builder function updates a Acl$Builder instance using the provided configuration. The function takes the Acl$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ownerGid | java.lang.String | cdk.support/lookup-entry | :owner-gid |
ownerUid | java.lang.String | cdk.support/lookup-entry | :owner-uid |
permissions | java.lang.String | cdk.support/lookup-entry | :permissions |
The build-acl-builder function updates a Acl$Builder instance using the provided configuration. The function takes the Acl$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ownerGid` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-gid` | | `ownerUid` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-uid` | | `permissions` | java.lang.String | [[cdk.support/lookup-entry]] | `:permissions` |
(build-cfn-access-point-access-point-tag-property-builder builder id config)
The build-cfn-access-point-access-point-tag-property-builder function updates a CfnAccessPoint$AccessPointTagProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$AccessPointTagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-access-point-access-point-tag-property-builder function updates a CfnAccessPoint$AccessPointTagProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$AccessPointTagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-access-point-builder builder id config)
The build-cfn-access-point-builder function updates a CfnAccessPoint$Builder instance using the provided configuration. The function takes the CfnAccessPoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessPointTags | java.util.List | cdk.support/lookup-entry | :access-point-tags |
clientToken | java.lang.String | cdk.support/lookup-entry | :client-token |
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
posixUser | software.amazon.awscdk.services.efs.CfnAccessPoint$PosixUserProperty | cdk.support/lookup-entry | :posix-user |
rootDirectory | software.amazon.awscdk.services.efs.CfnAccessPoint$RootDirectoryProperty | cdk.support/lookup-entry | :root-directory |
The build-cfn-access-point-builder function updates a CfnAccessPoint$Builder instance using the provided configuration. The function takes the CfnAccessPoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessPointTags` | java.util.List | [[cdk.support/lookup-entry]] | `:access-point-tags` | | `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` | | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `posixUser` | software.amazon.awscdk.services.efs.CfnAccessPoint$PosixUserProperty | [[cdk.support/lookup-entry]] | `:posix-user` | | `rootDirectory` | software.amazon.awscdk.services.efs.CfnAccessPoint$RootDirectoryProperty | [[cdk.support/lookup-entry]] | `:root-directory` |
(build-cfn-access-point-creation-info-property-builder builder id config)
The build-cfn-access-point-creation-info-property-builder function updates a CfnAccessPoint$CreationInfoProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$CreationInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ownerGid | java.lang.String | cdk.support/lookup-entry | :owner-gid |
ownerUid | java.lang.String | cdk.support/lookup-entry | :owner-uid |
permissions | java.lang.String | cdk.support/lookup-entry | :permissions |
The build-cfn-access-point-creation-info-property-builder function updates a CfnAccessPoint$CreationInfoProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$CreationInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ownerGid` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-gid` | | `ownerUid` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-uid` | | `permissions` | java.lang.String | [[cdk.support/lookup-entry]] | `:permissions` |
(build-cfn-access-point-posix-user-property-builder builder id config)
The build-cfn-access-point-posix-user-property-builder function updates a CfnAccessPoint$PosixUserProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$PosixUserProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
gid | java.lang.String | cdk.support/lookup-entry | :gid |
secondaryGids | java.util.List | cdk.support/lookup-entry | :secondary-gids |
uid | java.lang.String | cdk.support/lookup-entry | :uid |
The build-cfn-access-point-posix-user-property-builder function updates a CfnAccessPoint$PosixUserProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$PosixUserProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `gid` | java.lang.String | [[cdk.support/lookup-entry]] | `:gid` | | `secondaryGids` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-gids` | | `uid` | java.lang.String | [[cdk.support/lookup-entry]] | `:uid` |
(build-cfn-access-point-props-builder builder id config)
The build-cfn-access-point-props-builder function updates a CfnAccessPointProps$Builder instance using the provided configuration. The function takes the CfnAccessPointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessPointTags | java.util.List | cdk.support/lookup-entry | :access-point-tags |
clientToken | java.lang.String | cdk.support/lookup-entry | :client-token |
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
posixUser | software.amazon.awscdk.services.efs.CfnAccessPoint$PosixUserProperty | cdk.support/lookup-entry | :posix-user |
rootDirectory | software.amazon.awscdk.services.efs.CfnAccessPoint$RootDirectoryProperty | cdk.support/lookup-entry | :root-directory |
The build-cfn-access-point-props-builder function updates a CfnAccessPointProps$Builder instance using the provided configuration. The function takes the CfnAccessPointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessPointTags` | java.util.List | [[cdk.support/lookup-entry]] | `:access-point-tags` | | `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` | | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `posixUser` | software.amazon.awscdk.services.efs.CfnAccessPoint$PosixUserProperty | [[cdk.support/lookup-entry]] | `:posix-user` | | `rootDirectory` | software.amazon.awscdk.services.efs.CfnAccessPoint$RootDirectoryProperty | [[cdk.support/lookup-entry]] | `:root-directory` |
(build-cfn-access-point-root-directory-property-builder builder id config)
The build-cfn-access-point-root-directory-property-builder function updates a CfnAccessPoint$RootDirectoryProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$RootDirectoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
creationInfo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :creation-info |
path | java.lang.String | cdk.support/lookup-entry | :path |
The build-cfn-access-point-root-directory-property-builder function updates a CfnAccessPoint$RootDirectoryProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$RootDirectoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `creationInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:creation-info` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
(build-cfn-file-system-backup-policy-property-builder builder id config)
The build-cfn-file-system-backup-policy-property-builder function updates a CfnFileSystem$BackupPolicyProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$BackupPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-file-system-backup-policy-property-builder function updates a CfnFileSystem$BackupPolicyProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$BackupPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-file-system-builder builder id config)
The build-cfn-file-system-builder function updates a CfnFileSystem$Builder instance using the provided configuration. The function takes the CfnFileSystem$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZoneName | java.lang.String | cdk.support/lookup-entry | :availability-zone-name |
backupPolicy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :backup-policy |
bypassPolicyLockoutSafetyCheck | java.lang.Boolean | cdk.support/lookup-entry | :bypass-policy-lockout-safety-check |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
fileSystemPolicy | java.lang.Object | cdk.support/lookup-entry | :file-system-policy |
fileSystemProtection | software.amazon.awscdk.services.efs.CfnFileSystem$FileSystemProtectionProperty | cdk.support/lookup-entry | :file-system-protection |
fileSystemTags | java.util.List | cdk.support/lookup-entry | :file-system-tags |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
lifecyclePolicies | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :lifecycle-policies |
performanceMode | java.lang.String | cdk.support/lookup-entry | :performance-mode |
provisionedThroughputInMibps | java.lang.Number | cdk.support/lookup-entry | :provisioned-throughput-in-mibps |
replicationConfiguration | software.amazon.awscdk.services.efs.CfnFileSystem$ReplicationConfigurationProperty | cdk.support/lookup-entry | :replication-configuration |
throughputMode | java.lang.String | cdk.support/lookup-entry | :throughput-mode |
The build-cfn-file-system-builder function updates a CfnFileSystem$Builder instance using the provided configuration. The function takes the CfnFileSystem$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone-name` | | `backupPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:backup-policy` | | `bypassPolicyLockoutSafetyCheck` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:bypass-policy-lockout-safety-check` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `fileSystemPolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:file-system-policy` | | `fileSystemProtection` | software.amazon.awscdk.services.efs.CfnFileSystem$FileSystemProtectionProperty | [[cdk.support/lookup-entry]] | `:file-system-protection` | | `fileSystemTags` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-tags` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `lifecyclePolicies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lifecycle-policies` | | `performanceMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:performance-mode` | | `provisionedThroughputInMibps` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-throughput-in-mibps` | | `replicationConfiguration` | software.amazon.awscdk.services.efs.CfnFileSystem$ReplicationConfigurationProperty | [[cdk.support/lookup-entry]] | `:replication-configuration` | | `throughputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:throughput-mode` |
(build-cfn-file-system-elastic-file-system-tag-property-builder builder
id
config)
The build-cfn-file-system-elastic-file-system-tag-property-builder function updates a CfnFileSystem$ElasticFileSystemTagProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$ElasticFileSystemTagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-file-system-elastic-file-system-tag-property-builder function updates a CfnFileSystem$ElasticFileSystemTagProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$ElasticFileSystemTagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-file-system-file-system-protection-property-builder builder
id
config)
The build-cfn-file-system-file-system-protection-property-builder function updates a CfnFileSystem$FileSystemProtectionProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$FileSystemProtectionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
replicationOverwriteProtection | java.lang.String | cdk.support/lookup-entry | :replication-overwrite-protection |
The build-cfn-file-system-file-system-protection-property-builder function updates a CfnFileSystem$FileSystemProtectionProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$FileSystemProtectionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `replicationOverwriteProtection` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-overwrite-protection` |
(build-cfn-file-system-lifecycle-policy-property-builder builder id config)
The build-cfn-file-system-lifecycle-policy-property-builder function updates a CfnFileSystem$LifecyclePolicyProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$LifecyclePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
transitionToArchive | java.lang.String | cdk.support/lookup-entry | :transition-to-archive |
transitionToIa | java.lang.String | cdk.support/lookup-entry | :transition-to-ia |
transitionToPrimaryStorageClass | java.lang.String | cdk.support/lookup-entry | :transition-to-primary-storage-class |
The build-cfn-file-system-lifecycle-policy-property-builder function updates a CfnFileSystem$LifecyclePolicyProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$LifecyclePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `transitionToArchive` | java.lang.String | [[cdk.support/lookup-entry]] | `:transition-to-archive` | | `transitionToIa` | java.lang.String | [[cdk.support/lookup-entry]] | `:transition-to-ia` | | `transitionToPrimaryStorageClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:transition-to-primary-storage-class` |
(build-cfn-file-system-props-builder builder id config)
The build-cfn-file-system-props-builder function updates a CfnFileSystemProps$Builder instance using the provided configuration. The function takes the CfnFileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZoneName | java.lang.String | cdk.support/lookup-entry | :availability-zone-name |
backupPolicy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :backup-policy |
bypassPolicyLockoutSafetyCheck | java.lang.Boolean | cdk.support/lookup-entry | :bypass-policy-lockout-safety-check |
encrypted | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encrypted |
fileSystemPolicy | java.lang.Object | cdk.support/lookup-entry | :file-system-policy |
fileSystemProtection | software.amazon.awscdk.services.efs.CfnFileSystem$FileSystemProtectionProperty | cdk.support/lookup-entry | :file-system-protection |
fileSystemTags | java.util.List | cdk.support/lookup-entry | :file-system-tags |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
lifecyclePolicies | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :lifecycle-policies |
performanceMode | java.lang.String | cdk.support/lookup-entry | :performance-mode |
provisionedThroughputInMibps | java.lang.Number | cdk.support/lookup-entry | :provisioned-throughput-in-mibps |
replicationConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :replication-configuration |
throughputMode | java.lang.String | cdk.support/lookup-entry | :throughput-mode |
The build-cfn-file-system-props-builder function updates a CfnFileSystemProps$Builder instance using the provided configuration. The function takes the CfnFileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone-name` | | `backupPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:backup-policy` | | `bypassPolicyLockoutSafetyCheck` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:bypass-policy-lockout-safety-check` | | `encrypted` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encrypted` | | `fileSystemPolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:file-system-policy` | | `fileSystemProtection` | software.amazon.awscdk.services.efs.CfnFileSystem$FileSystemProtectionProperty | [[cdk.support/lookup-entry]] | `:file-system-protection` | | `fileSystemTags` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-tags` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `lifecyclePolicies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lifecycle-policies` | | `performanceMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:performance-mode` | | `provisionedThroughputInMibps` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-throughput-in-mibps` | | `replicationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:replication-configuration` | | `throughputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:throughput-mode` |
(build-cfn-file-system-replication-configuration-property-builder builder
id
config)
The build-cfn-file-system-replication-configuration-property-builder function updates a CfnFileSystem$ReplicationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$ReplicationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinations | java.util.List | cdk.support/lookup-entry | :destinations |
The build-cfn-file-system-replication-configuration-property-builder function updates a CfnFileSystem$ReplicationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$ReplicationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinations` | java.util.List | [[cdk.support/lookup-entry]] | `:destinations` |
(build-cfn-file-system-replication-destination-property-builder builder
id
config)
The build-cfn-file-system-replication-destination-property-builder function updates a CfnFileSystem$ReplicationDestinationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$ReplicationDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZoneName | java.lang.String | cdk.support/lookup-entry | :availability-zone-name |
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
region | java.lang.String | cdk.support/lookup-entry | :region |
The build-cfn-file-system-replication-destination-property-builder function updates a CfnFileSystem$ReplicationDestinationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$ReplicationDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone-name` | | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
(build-cfn-mount-target-builder builder id config)
The build-cfn-mount-target-builder function updates a CfnMountTarget$Builder instance using the provided configuration. The function takes the CfnMountTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
ipAddress | java.lang.String | cdk.support/lookup-entry | :ip-address |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-mount-target-builder function updates a CfnMountTarget$Builder instance using the provided configuration. The function takes the CfnMountTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `ipAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-mount-target-props-builder builder id config)
The build-cfn-mount-target-props-builder function updates a CfnMountTargetProps$Builder instance using the provided configuration. The function takes the CfnMountTargetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
ipAddress | java.lang.String | cdk.support/lookup-entry | :ip-address |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-mount-target-props-builder function updates a CfnMountTargetProps$Builder instance using the provided configuration. The function takes the CfnMountTargetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `ipAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-existing-file-system-props-builder builder id config)
The build-existing-file-system-props-builder function updates a ExistingFileSystemProps$Builder instance using the provided configuration. The function takes the ExistingFileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationFileSystem | software.amazon.awscdk.services.efs.IFileSystem | cdk.support/lookup-entry | :destination-file-system |
The build-existing-file-system-props-builder function updates a ExistingFileSystemProps$Builder instance using the provided configuration. The function takes the ExistingFileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinationFileSystem` | software.amazon.awscdk.services.efs.IFileSystem | [[cdk.support/lookup-entry]] | `:destination-file-system` |
(build-file-system-attributes-builder builder id config)
The build-file-system-attributes-builder function updates a FileSystemAttributes$Builder instance using the provided configuration. The function takes the FileSystemAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fileSystemArn | java.lang.String | cdk.support/lookup-entry | :file-system-arn |
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
The build-file-system-attributes-builder function updates a FileSystemAttributes$Builder instance using the provided configuration. The function takes the FileSystemAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fileSystemArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-arn` | | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` |
(build-file-system-builder builder id config)
The build-file-system-builder function updates a FileSystem$Builder instance using the provided configuration. The function takes the FileSystem$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAnonymousAccess | java.lang.Boolean | cdk.support/lookup-entry | :allow-anonymous-access |
enableAutomaticBackups | java.lang.Boolean | cdk.support/lookup-entry | :enable-automatic-backups |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
fileSystemName | java.lang.String | cdk.support/lookup-entry | :file-system-name |
fileSystemPolicy | software.amazon.awscdk.services.iam.PolicyDocument | cdk.support/lookup-entry | :file-system-policy |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
lifecyclePolicy | software.amazon.awscdk.services.efs.LifecyclePolicy | cdk.api.services.efs/lifecycle-policy | :lifecycle-policy |
oneZone | java.lang.Boolean | cdk.support/lookup-entry | :one-zone |
outOfInfrequentAccessPolicy | software.amazon.awscdk.services.efs.OutOfInfrequentAccessPolicy | cdk.api.services.efs/out-of-infrequent-access-policy | :out-of-infrequent-access-policy |
performanceMode | software.amazon.awscdk.services.efs.PerformanceMode | cdk.api.services.efs/performance-mode | :performance-mode |
provisionedThroughputPerSecond | software.amazon.awscdk.Size | cdk.support/lookup-entry | :provisioned-throughput-per-second |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
replicationConfiguration | software.amazon.awscdk.services.efs.ReplicationConfiguration | cdk.support/lookup-entry | :replication-configuration |
replicationOverwriteProtection | software.amazon.awscdk.services.efs.ReplicationOverwriteProtection | cdk.api.services.efs/replication-overwrite-protection | :replication-overwrite-protection |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
throughputMode | software.amazon.awscdk.services.efs.ThroughputMode | cdk.api.services.efs/throughput-mode | :throughput-mode |
transitionToArchivePolicy | software.amazon.awscdk.services.efs.LifecyclePolicy | cdk.api.services.efs/lifecycle-policy | :transition-to-archive-policy |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcSubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :vpc-subnets |
The build-file-system-builder function updates a FileSystem$Builder instance using the provided configuration. The function takes the FileSystem$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAnonymousAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-anonymous-access` | | `enableAutomaticBackups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-automatic-backups` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `fileSystemName` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-name` | | `fileSystemPolicy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:file-system-policy` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `lifecyclePolicy` | software.amazon.awscdk.services.efs.LifecyclePolicy | [[cdk.api.services.efs/lifecycle-policy]] | `:lifecycle-policy` | | `oneZone` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:one-zone` | | `outOfInfrequentAccessPolicy` | software.amazon.awscdk.services.efs.OutOfInfrequentAccessPolicy | [[cdk.api.services.efs/out-of-infrequent-access-policy]] | `:out-of-infrequent-access-policy` | | `performanceMode` | software.amazon.awscdk.services.efs.PerformanceMode | [[cdk.api.services.efs/performance-mode]] | `:performance-mode` | | `provisionedThroughputPerSecond` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:provisioned-throughput-per-second` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `replicationConfiguration` | software.amazon.awscdk.services.efs.ReplicationConfiguration | [[cdk.support/lookup-entry]] | `:replication-configuration` | | `replicationOverwriteProtection` | software.amazon.awscdk.services.efs.ReplicationOverwriteProtection | [[cdk.api.services.efs/replication-overwrite-protection]] | `:replication-overwrite-protection` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `throughputMode` | software.amazon.awscdk.services.efs.ThroughputMode | [[cdk.api.services.efs/throughput-mode]] | `:throughput-mode` | | `transitionToArchivePolicy` | software.amazon.awscdk.services.efs.LifecyclePolicy | [[cdk.api.services.efs/lifecycle-policy]] | `:transition-to-archive-policy` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
(build-file-system-props-builder builder id config)
The build-file-system-props-builder function updates a FileSystemProps$Builder instance using the provided configuration. The function takes the FileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAnonymousAccess | java.lang.Boolean | cdk.support/lookup-entry | :allow-anonymous-access |
enableAutomaticBackups | java.lang.Boolean | cdk.support/lookup-entry | :enable-automatic-backups |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
fileSystemName | java.lang.String | cdk.support/lookup-entry | :file-system-name |
fileSystemPolicy | software.amazon.awscdk.services.iam.PolicyDocument | cdk.support/lookup-entry | :file-system-policy |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
lifecyclePolicy | software.amazon.awscdk.services.efs.LifecyclePolicy | cdk.api.services.efs/lifecycle-policy | :lifecycle-policy |
oneZone | java.lang.Boolean | cdk.support/lookup-entry | :one-zone |
outOfInfrequentAccessPolicy | software.amazon.awscdk.services.efs.OutOfInfrequentAccessPolicy | cdk.api.services.efs/out-of-infrequent-access-policy | :out-of-infrequent-access-policy |
performanceMode | software.amazon.awscdk.services.efs.PerformanceMode | cdk.api.services.efs/performance-mode | :performance-mode |
provisionedThroughputPerSecond | software.amazon.awscdk.Size | cdk.support/lookup-entry | :provisioned-throughput-per-second |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
replicationConfiguration | software.amazon.awscdk.services.efs.ReplicationConfiguration | cdk.support/lookup-entry | :replication-configuration |
replicationOverwriteProtection | software.amazon.awscdk.services.efs.ReplicationOverwriteProtection | cdk.api.services.efs/replication-overwrite-protection | :replication-overwrite-protection |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
throughputMode | software.amazon.awscdk.services.efs.ThroughputMode | cdk.api.services.efs/throughput-mode | :throughput-mode |
transitionToArchivePolicy | software.amazon.awscdk.services.efs.LifecyclePolicy | cdk.api.services.efs/lifecycle-policy | :transition-to-archive-policy |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcSubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :vpc-subnets |
The build-file-system-props-builder function updates a FileSystemProps$Builder instance using the provided configuration. The function takes the FileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAnonymousAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-anonymous-access` | | `enableAutomaticBackups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-automatic-backups` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `fileSystemName` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-name` | | `fileSystemPolicy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:file-system-policy` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `lifecyclePolicy` | software.amazon.awscdk.services.efs.LifecyclePolicy | [[cdk.api.services.efs/lifecycle-policy]] | `:lifecycle-policy` | | `oneZone` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:one-zone` | | `outOfInfrequentAccessPolicy` | software.amazon.awscdk.services.efs.OutOfInfrequentAccessPolicy | [[cdk.api.services.efs/out-of-infrequent-access-policy]] | `:out-of-infrequent-access-policy` | | `performanceMode` | software.amazon.awscdk.services.efs.PerformanceMode | [[cdk.api.services.efs/performance-mode]] | `:performance-mode` | | `provisionedThroughputPerSecond` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:provisioned-throughput-per-second` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `replicationConfiguration` | software.amazon.awscdk.services.efs.ReplicationConfiguration | [[cdk.support/lookup-entry]] | `:replication-configuration` | | `replicationOverwriteProtection` | software.amazon.awscdk.services.efs.ReplicationOverwriteProtection | [[cdk.api.services.efs/replication-overwrite-protection]] | `:replication-overwrite-protection` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `throughputMode` | software.amazon.awscdk.services.efs.ThroughputMode | [[cdk.api.services.efs/throughput-mode]] | `:throughput-mode` | | `transitionToArchivePolicy` | software.amazon.awscdk.services.efs.LifecyclePolicy | [[cdk.api.services.efs/lifecycle-policy]] | `:transition-to-archive-policy` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
(build-one-zone-file-system-props-builder builder id config)
The build-one-zone-file-system-props-builder function updates a OneZoneFileSystemProps$Builder instance using the provided configuration. The function takes the OneZoneFileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
region | java.lang.String | cdk.support/lookup-entry | :region |
The build-one-zone-file-system-props-builder function updates a OneZoneFileSystemProps$Builder instance using the provided configuration. The function takes the OneZoneFileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
(build-posix-user-builder builder id config)
The build-posix-user-builder function updates a PosixUser$Builder instance using the provided configuration. The function takes the PosixUser$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
gid | java.lang.String | cdk.support/lookup-entry | :gid |
secondaryGids | java.util.List | cdk.support/lookup-entry | :secondary-gids |
uid | java.lang.String | cdk.support/lookup-entry | :uid |
The build-posix-user-builder function updates a PosixUser$Builder instance using the provided configuration. The function takes the PosixUser$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `gid` | java.lang.String | [[cdk.support/lookup-entry]] | `:gid` | | `secondaryGids` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-gids` | | `uid` | java.lang.String | [[cdk.support/lookup-entry]] | `:uid` |
(build-regional-file-system-props-builder builder id config)
The build-regional-file-system-props-builder function updates a RegionalFileSystemProps$Builder instance using the provided configuration. The function takes the RegionalFileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
region | java.lang.String | cdk.support/lookup-entry | :region |
The build-regional-file-system-props-builder function updates a RegionalFileSystemProps$Builder instance using the provided configuration. The function takes the RegionalFileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
(build-replication-configuration-props-builder builder id config)
The build-replication-configuration-props-builder function updates a ReplicationConfigurationProps$Builder instance using the provided configuration. The function takes the ReplicationConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
destinationFileSystem | software.amazon.awscdk.services.efs.IFileSystem | cdk.support/lookup-entry | :destination-file-system |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
region | java.lang.String | cdk.support/lookup-entry | :region |
The build-replication-configuration-props-builder function updates a ReplicationConfigurationProps$Builder instance using the provided configuration. The function takes the ReplicationConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `destinationFileSystem` | software.amazon.awscdk.services.efs.IFileSystem | [[cdk.support/lookup-entry]] | `:destination-file-system` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
(cfn-access-point-access-point-tag-property-builder id config)
Creates a CfnAccessPoint$AccessPointTagProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnAccessPoint$AccessPointTagProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-access-point-builder scope id config)
Creates a CfnAccessPoint$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnAccessPoint$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-access-point-creation-info-property-builder id config)
Creates a CfnAccessPoint$CreationInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnAccessPoint$CreationInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-access-point-posix-user-property-builder id config)
Creates a CfnAccessPoint$PosixUserProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnAccessPoint$PosixUserProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-access-point-props-builder id config)
Creates a CfnAccessPointProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnAccessPointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-access-point-root-directory-property-builder id config)
Creates a CfnAccessPoint$RootDirectoryProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnAccessPoint$RootDirectoryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-backup-policy-property-builder id config)
Creates a CfnFileSystem$BackupPolicyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$BackupPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-builder scope id config)
Creates a CfnFileSystem$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnFileSystem$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-elastic-file-system-tag-property-builder id config)
Creates a CfnFileSystem$ElasticFileSystemTagProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$ElasticFileSystemTagProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-file-system-protection-property-builder id config)
Creates a CfnFileSystem$FileSystemProtectionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$FileSystemProtectionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-lifecycle-policy-property-builder id config)
Creates a CfnFileSystem$LifecyclePolicyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$LifecyclePolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-props-builder id config)
Creates a CfnFileSystemProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystemProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-replication-configuration-property-builder id config)
Creates a CfnFileSystem$ReplicationConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$ReplicationConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-replication-destination-property-builder id config)
Creates a CfnFileSystem$ReplicationDestinationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$ReplicationDestinationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-mount-target-builder scope id config)
Creates a CfnMountTarget$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnMountTarget$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-mount-target-props-builder id config)
Creates a CfnMountTargetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnMountTargetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(existing-file-system-props-builder id config)
Creates a ExistingFileSystemProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ExistingFileSystemProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(file-system-attributes-builder id config)
Creates a FileSystemAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `FileSystemAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(file-system-builder scope id config)
Creates a FileSystem$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `FileSystem$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(file-system-props-builder id config)
Creates a FileSystemProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `FileSystemProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(lifecycle-policy config id item-key)
The lifecycle-policy
function data interprets values in the provided config data into a
LifecyclePolicy
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
LifecyclePolicy
- the value is returned.:after-270-days
- LifecyclePolicy/AFTER_270_DAYS
is returned:after-1-day
- LifecyclePolicy/AFTER_1_DAY
is returned:after-30-days
- LifecyclePolicy/AFTER_30_DAYS
is returned:after-180-days
- LifecyclePolicy/AFTER_180_DAYS
is returned:after-90-days
- LifecyclePolicy/AFTER_90_DAYS
is returned:after-14-days
- LifecyclePolicy/AFTER_14_DAYS
is returned:after-7-days
- LifecyclePolicy/AFTER_7_DAYS
is returned:after-365-days
- LifecyclePolicy/AFTER_365_DAYS
is returned:after-60-days
- LifecyclePolicy/AFTER_60_DAYS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `lifecycle-policy` function data interprets values in the provided config data into a `LifecyclePolicy` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `LifecyclePolicy` - the value is returned. * is `:after-270-days` - `LifecyclePolicy/AFTER_270_DAYS` is returned * is `:after-1-day` - `LifecyclePolicy/AFTER_1_DAY` is returned * is `:after-30-days` - `LifecyclePolicy/AFTER_30_DAYS` is returned * is `:after-180-days` - `LifecyclePolicy/AFTER_180_DAYS` is returned * is `:after-90-days` - `LifecyclePolicy/AFTER_90_DAYS` is returned * is `:after-14-days` - `LifecyclePolicy/AFTER_14_DAYS` is returned * is `:after-7-days` - `LifecyclePolicy/AFTER_7_DAYS` is returned * is `:after-365-days` - `LifecyclePolicy/AFTER_365_DAYS` is returned * is `:after-60-days` - `LifecyclePolicy/AFTER_60_DAYS` is returned If a value is not found or matches the above criteria, nil is returned.
(one-zone-file-system-props-builder id config)
Creates a OneZoneFileSystemProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `OneZoneFileSystemProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(out-of-infrequent-access-policy config id item-key)
The out-of-infrequent-access-policy
function data interprets values in the provided config data into a
OutOfInfrequentAccessPolicy
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
OutOfInfrequentAccessPolicy
- the value is returned.:after-1-access
- OutOfInfrequentAccessPolicy/AFTER_1_ACCESS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `out-of-infrequent-access-policy` function data interprets values in the provided config data into a `OutOfInfrequentAccessPolicy` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `OutOfInfrequentAccessPolicy` - the value is returned. * is `:after-1-access` - `OutOfInfrequentAccessPolicy/AFTER_1_ACCESS` is returned If a value is not found or matches the above criteria, nil is returned.
(performance-mode config id item-key)
The performance-mode
function data interprets values in the provided config data into a
PerformanceMode
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
PerformanceMode
- the value is returned.:general-purpose
- PerformanceMode/GENERAL_PURPOSE
is returned:max-io
- PerformanceMode/MAX_IO
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `performance-mode` function data interprets values in the provided config data into a `PerformanceMode` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `PerformanceMode` - the value is returned. * is `:general-purpose` - `PerformanceMode/GENERAL_PURPOSE` is returned * is `:max-io` - `PerformanceMode/MAX_IO` is returned If a value is not found or matches the above criteria, nil is returned.
(posix-user-builder id config)
Creates a PosixUser$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `PosixUser$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(regional-file-system-props-builder id config)
Creates a RegionalFileSystemProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `RegionalFileSystemProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(replication-configuration-props-builder id config)
Creates a ReplicationConfigurationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ReplicationConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(replication-overwrite-protection config id item-key)
The replication-overwrite-protection
function data interprets values in the provided config data into a
ReplicationOverwriteProtection
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ReplicationOverwriteProtection
- the value is returned.:enabled
- ReplicationOverwriteProtection/ENABLED
is returned:disabled
- ReplicationOverwriteProtection/DISABLED
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `replication-overwrite-protection` function data interprets values in the provided config data into a `ReplicationOverwriteProtection` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ReplicationOverwriteProtection` - the value is returned. * is `:enabled` - `ReplicationOverwriteProtection/ENABLED` is returned * is `:disabled` - `ReplicationOverwriteProtection/DISABLED` is returned If a value is not found or matches the above criteria, nil is returned.
(throughput-mode config id item-key)
The throughput-mode
function data interprets values in the provided config data into a
ThroughputMode
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ThroughputMode
- the value is returned.:elastic
- ThroughputMode/ELASTIC
is returned:bursting
- ThroughputMode/BURSTING
is returned:provisioned
- ThroughputMode/PROVISIONED
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `throughput-mode` function data interprets values in the provided config data into a `ThroughputMode` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ThroughputMode` - the value is returned. * is `:elastic` - `ThroughputMode/ELASTIC` is returned * is `:bursting` - `ThroughputMode/BURSTING` is returned * is `:provisioned` - `ThroughputMode/PROVISIONED` is returned If a value is not found or matches the above criteria, nil is returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close