Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.efs

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. 
raw docstring

access-point-attributes-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

access-point-builderclj

(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 |
sourceraw docstring

access-point-options-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

access-point-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

acl-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

build-access-point-attributes-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accessPointArnjava.lang.Stringcdk.support/lookup-entry:access-point-arn
accessPointIdjava.lang.Stringcdk.support/lookup-entry:access-point-id
fileSystemsoftware.amazon.awscdk.services.efs.IFileSystemcdk.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` |
sourceraw docstring

build-access-point-builderclj

(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:

FieldDataTypeLookup FunctionData Key
createAclsoftware.amazon.awscdk.services.efs.Aclcdk.support/lookup-entry:create-acl
fileSystemsoftware.amazon.awscdk.services.efs.IFileSystemcdk.support/lookup-entry:file-system
pathjava.lang.Stringcdk.support/lookup-entry:path
posixUsersoftware.amazon.awscdk.services.efs.PosixUsercdk.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` |
sourceraw docstring

build-access-point-options-builderclj

(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:

FieldDataTypeLookup FunctionData Key
createAclsoftware.amazon.awscdk.services.efs.Aclcdk.support/lookup-entry:create-acl
pathjava.lang.Stringcdk.support/lookup-entry:path
posixUsersoftware.amazon.awscdk.services.efs.PosixUsercdk.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` |
sourceraw docstring

build-access-point-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
createAclsoftware.amazon.awscdk.services.efs.Aclcdk.support/lookup-entry:create-acl
fileSystemsoftware.amazon.awscdk.services.efs.IFileSystemcdk.support/lookup-entry:file-system
pathjava.lang.Stringcdk.support/lookup-entry:path
posixUsersoftware.amazon.awscdk.services.efs.PosixUsercdk.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` |
sourceraw docstring

build-acl-builderclj

(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:

FieldDataTypeLookup FunctionData Key
ownerGidjava.lang.Stringcdk.support/lookup-entry:owner-gid
ownerUidjava.lang.Stringcdk.support/lookup-entry:owner-uid
permissionsjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-access-point-access-point-tag-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-access-point-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accessPointTagsjava.util.Listcdk.support/lookup-entry:access-point-tags
clientTokenjava.lang.Stringcdk.support/lookup-entry:client-token
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
posixUsersoftware.amazon.awscdk.services.efs.CfnAccessPoint$PosixUserPropertycdk.support/lookup-entry:posix-user
rootDirectorysoftware.amazon.awscdk.services.efs.CfnAccessPoint$RootDirectoryPropertycdk.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` |
sourceraw docstring

build-cfn-access-point-creation-info-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
ownerGidjava.lang.Stringcdk.support/lookup-entry:owner-gid
ownerUidjava.lang.Stringcdk.support/lookup-entry:owner-uid
permissionsjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-access-point-posix-user-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
gidjava.lang.Stringcdk.support/lookup-entry:gid
secondaryGidsjava.util.Listcdk.support/lookup-entry:secondary-gids
uidjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-access-point-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accessPointTagsjava.util.Listcdk.support/lookup-entry:access-point-tags
clientTokenjava.lang.Stringcdk.support/lookup-entry:client-token
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
posixUsersoftware.amazon.awscdk.services.efs.CfnAccessPoint$PosixUserPropertycdk.support/lookup-entry:posix-user
rootDirectorysoftware.amazon.awscdk.services.efs.CfnAccessPoint$RootDirectoryPropertycdk.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` |
sourceraw docstring

build-cfn-access-point-root-directory-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
creationInfosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:creation-info
pathjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-file-system-backup-policy-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
statusjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-file-system-builderclj

(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:

FieldDataTypeLookup FunctionData Key
availabilityZoneNamejava.lang.Stringcdk.support/lookup-entry:availability-zone-name
backupPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:backup-policy
bypassPolicyLockoutSafetyCheckjava.lang.Booleancdk.support/lookup-entry:bypass-policy-lockout-safety-check
encryptedjava.lang.Booleancdk.support/lookup-entry:encrypted
fileSystemPolicyjava.lang.Objectcdk.support/lookup-entry:file-system-policy
fileSystemProtectionsoftware.amazon.awscdk.services.efs.CfnFileSystem$FileSystemProtectionPropertycdk.support/lookup-entry:file-system-protection
fileSystemTagsjava.util.Listcdk.support/lookup-entry:file-system-tags
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
lifecyclePoliciessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lifecycle-policies
performanceModejava.lang.Stringcdk.support/lookup-entry:performance-mode
provisionedThroughputInMibpsjava.lang.Numbercdk.support/lookup-entry:provisioned-throughput-in-mibps
replicationConfigurationsoftware.amazon.awscdk.services.efs.CfnFileSystem$ReplicationConfigurationPropertycdk.support/lookup-entry:replication-configuration
throughputModejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-file-system-elastic-file-system-tag-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-file-system-file-system-protection-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
replicationOverwriteProtectionjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-file-system-lifecycle-policy-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
transitionToArchivejava.lang.Stringcdk.support/lookup-entry:transition-to-archive
transitionToIajava.lang.Stringcdk.support/lookup-entry:transition-to-ia
transitionToPrimaryStorageClassjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-file-system-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
availabilityZoneNamejava.lang.Stringcdk.support/lookup-entry:availability-zone-name
backupPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:backup-policy
bypassPolicyLockoutSafetyCheckjava.lang.Booleancdk.support/lookup-entry:bypass-policy-lockout-safety-check
encryptedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encrypted
fileSystemPolicyjava.lang.Objectcdk.support/lookup-entry:file-system-policy
fileSystemProtectionsoftware.amazon.awscdk.services.efs.CfnFileSystem$FileSystemProtectionPropertycdk.support/lookup-entry:file-system-protection
fileSystemTagsjava.util.Listcdk.support/lookup-entry:file-system-tags
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
lifecyclePoliciessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lifecycle-policies
performanceModejava.lang.Stringcdk.support/lookup-entry:performance-mode
provisionedThroughputInMibpsjava.lang.Numbercdk.support/lookup-entry:provisioned-throughput-in-mibps
replicationConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:replication-configuration
throughputModejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-file-system-replication-configuration-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
destinationsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-file-system-replication-destination-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
availabilityZoneNamejava.lang.Stringcdk.support/lookup-entry:availability-zone-name
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
regionjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-mount-target-builderclj

(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:

FieldDataTypeLookup FunctionData Key
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
ipAddressjava.lang.Stringcdk.support/lookup-entry:ip-address
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
subnetIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-mount-target-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
ipAddressjava.lang.Stringcdk.support/lookup-entry:ip-address
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
subnetIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-existing-file-system-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
destinationFileSystemsoftware.amazon.awscdk.services.efs.IFileSystemcdk.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` |
sourceraw docstring

build-file-system-attributes-builderclj

(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:

FieldDataTypeLookup FunctionData Key
fileSystemArnjava.lang.Stringcdk.support/lookup-entry:file-system-arn
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
securityGroupsoftware.amazon.awscdk.services.ec2.ISecurityGroupcdk.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` |
sourceraw docstring

build-file-system-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowAnonymousAccessjava.lang.Booleancdk.support/lookup-entry:allow-anonymous-access
enableAutomaticBackupsjava.lang.Booleancdk.support/lookup-entry:enable-automatic-backups
encryptedjava.lang.Booleancdk.support/lookup-entry:encrypted
fileSystemNamejava.lang.Stringcdk.support/lookup-entry:file-system-name
fileSystemPolicysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:file-system-policy
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
lifecyclePolicysoftware.amazon.awscdk.services.efs.LifecyclePolicycdk.api.services.efs/lifecycle-policy:lifecycle-policy
oneZonejava.lang.Booleancdk.support/lookup-entry:one-zone
outOfInfrequentAccessPolicysoftware.amazon.awscdk.services.efs.OutOfInfrequentAccessPolicycdk.api.services.efs/out-of-infrequent-access-policy:out-of-infrequent-access-policy
performanceModesoftware.amazon.awscdk.services.efs.PerformanceModecdk.api.services.efs/performance-mode:performance-mode
provisionedThroughputPerSecondsoftware.amazon.awscdk.Sizecdk.support/lookup-entry:provisioned-throughput-per-second
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
replicationConfigurationsoftware.amazon.awscdk.services.efs.ReplicationConfigurationcdk.support/lookup-entry:replication-configuration
replicationOverwriteProtectionsoftware.amazon.awscdk.services.efs.ReplicationOverwriteProtectioncdk.api.services.efs/replication-overwrite-protection:replication-overwrite-protection
securityGroupsoftware.amazon.awscdk.services.ec2.ISecurityGroupcdk.support/lookup-entry:security-group
throughputModesoftware.amazon.awscdk.services.efs.ThroughputModecdk.api.services.efs/throughput-mode:throughput-mode
transitionToArchivePolicysoftware.amazon.awscdk.services.efs.LifecyclePolicycdk.api.services.efs/lifecycle-policy:transition-to-archive-policy
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.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` |
sourceraw docstring

build-file-system-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowAnonymousAccessjava.lang.Booleancdk.support/lookup-entry:allow-anonymous-access
enableAutomaticBackupsjava.lang.Booleancdk.support/lookup-entry:enable-automatic-backups
encryptedjava.lang.Booleancdk.support/lookup-entry:encrypted
fileSystemNamejava.lang.Stringcdk.support/lookup-entry:file-system-name
fileSystemPolicysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:file-system-policy
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
lifecyclePolicysoftware.amazon.awscdk.services.efs.LifecyclePolicycdk.api.services.efs/lifecycle-policy:lifecycle-policy
oneZonejava.lang.Booleancdk.support/lookup-entry:one-zone
outOfInfrequentAccessPolicysoftware.amazon.awscdk.services.efs.OutOfInfrequentAccessPolicycdk.api.services.efs/out-of-infrequent-access-policy:out-of-infrequent-access-policy
performanceModesoftware.amazon.awscdk.services.efs.PerformanceModecdk.api.services.efs/performance-mode:performance-mode
provisionedThroughputPerSecondsoftware.amazon.awscdk.Sizecdk.support/lookup-entry:provisioned-throughput-per-second
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
replicationConfigurationsoftware.amazon.awscdk.services.efs.ReplicationConfigurationcdk.support/lookup-entry:replication-configuration
replicationOverwriteProtectionsoftware.amazon.awscdk.services.efs.ReplicationOverwriteProtectioncdk.api.services.efs/replication-overwrite-protection:replication-overwrite-protection
securityGroupsoftware.amazon.awscdk.services.ec2.ISecurityGroupcdk.support/lookup-entry:security-group
throughputModesoftware.amazon.awscdk.services.efs.ThroughputModecdk.api.services.efs/throughput-mode:throughput-mode
transitionToArchivePolicysoftware.amazon.awscdk.services.efs.LifecyclePolicycdk.api.services.efs/lifecycle-policy:transition-to-archive-policy
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.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` |
sourceraw docstring

build-one-zone-file-system-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
regionjava.lang.Stringcdk.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` |
sourceraw docstring

build-posix-user-builderclj

(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:

FieldDataTypeLookup FunctionData Key
gidjava.lang.Stringcdk.support/lookup-entry:gid
secondaryGidsjava.util.Listcdk.support/lookup-entry:secondary-gids
uidjava.lang.Stringcdk.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` |
sourceraw docstring

build-regional-file-system-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
regionjava.lang.Stringcdk.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` |
sourceraw docstring

build-replication-configuration-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
destinationFileSystemsoftware.amazon.awscdk.services.efs.IFileSystemcdk.support/lookup-entry:destination-file-system
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
regionjava.lang.Stringcdk.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` |
sourceraw docstring

cfn-access-point-access-point-tag-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-access-point-builderclj

(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 |
sourceraw docstring

cfn-access-point-creation-info-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-access-point-posix-user-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-access-point-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-access-point-root-directory-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-file-system-backup-policy-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-file-system-builderclj

(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 |
sourceraw docstring

cfn-file-system-elastic-file-system-tag-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-file-system-file-system-protection-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-file-system-lifecycle-policy-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-file-system-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-file-system-replication-configuration-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-file-system-replication-destination-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-mount-target-builderclj

(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 |
sourceraw docstring

cfn-mount-target-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

existing-file-system-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

file-system-attributes-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

file-system-builderclj

(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 |
sourceraw docstring

file-system-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

lifecycle-policyclj

(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:

  • 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.

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.
sourceraw docstring

one-zone-file-system-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

out-of-infrequent-access-policyclj

(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:

  • 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.

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.
sourceraw docstring

performance-modeclj

(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:

  • 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.

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.
sourceraw docstring

posix-user-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

regional-file-system-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

replication-configuration-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

replication-overwrite-protectionclj

(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:

  • 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.

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.
sourceraw docstring

throughput-modeclj

(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:

  • 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.

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close