Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.fsx package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.fsx package.
(build-cfn-data-repository-association-auto-export-policy-property-builder
builder
id
config)
The build-cfn-data-repository-association-auto-export-policy-property-builder function updates a CfnDataRepositoryAssociation$AutoExportPolicyProperty$Builder instance using the provided configuration. The function takes the CfnDataRepositoryAssociation$AutoExportPolicyProperty$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 |
---|---|---|---|
events | java.util.List | cdk.support/lookup-entry | :events |
The build-cfn-data-repository-association-auto-export-policy-property-builder function updates a CfnDataRepositoryAssociation$AutoExportPolicyProperty$Builder instance using the provided configuration. The function takes the CfnDataRepositoryAssociation$AutoExportPolicyProperty$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 | |---|---|---|---| | `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
(build-cfn-data-repository-association-auto-import-policy-property-builder
builder
id
config)
The build-cfn-data-repository-association-auto-import-policy-property-builder function updates a CfnDataRepositoryAssociation$AutoImportPolicyProperty$Builder instance using the provided configuration. The function takes the CfnDataRepositoryAssociation$AutoImportPolicyProperty$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 |
---|---|---|---|
events | java.util.List | cdk.support/lookup-entry | :events |
The build-cfn-data-repository-association-auto-import-policy-property-builder function updates a CfnDataRepositoryAssociation$AutoImportPolicyProperty$Builder instance using the provided configuration. The function takes the CfnDataRepositoryAssociation$AutoImportPolicyProperty$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 | |---|---|---|---| | `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
(build-cfn-data-repository-association-builder builder id config)
The build-cfn-data-repository-association-builder function updates a CfnDataRepositoryAssociation$Builder instance using the provided configuration. The function takes the CfnDataRepositoryAssociation$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 |
---|---|---|---|
batchImportMetaDataOnCreate | java.lang.Boolean | cdk.support/lookup-entry | :batch-import-meta-data-on-create |
dataRepositoryPath | java.lang.String | cdk.support/lookup-entry | :data-repository-path |
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
fileSystemPath | java.lang.String | cdk.support/lookup-entry | :file-system-path |
importedFileChunkSize | java.lang.Number | cdk.support/lookup-entry | :imported-file-chunk-size |
s3 | software.amazon.awscdk.services.fsx.CfnDataRepositoryAssociation$S3Property | cdk.support/lookup-entry | :s3 |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-data-repository-association-builder function updates a CfnDataRepositoryAssociation$Builder instance using the provided configuration. The function takes the CfnDataRepositoryAssociation$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 | |---|---|---|---| | `batchImportMetaDataOnCreate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:batch-import-meta-data-on-create` | | `dataRepositoryPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-repository-path` | | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `fileSystemPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-path` | | `importedFileChunkSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:imported-file-chunk-size` | | `s3` | software.amazon.awscdk.services.fsx.CfnDataRepositoryAssociation$S3Property | [[cdk.support/lookup-entry]] | `:s3` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-data-repository-association-props-builder builder id config)
The build-cfn-data-repository-association-props-builder function updates a CfnDataRepositoryAssociationProps$Builder instance using the provided configuration. The function takes the CfnDataRepositoryAssociationProps$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 |
---|---|---|---|
batchImportMetaDataOnCreate | java.lang.Boolean | cdk.support/lookup-entry | :batch-import-meta-data-on-create |
dataRepositoryPath | java.lang.String | cdk.support/lookup-entry | :data-repository-path |
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
fileSystemPath | java.lang.String | cdk.support/lookup-entry | :file-system-path |
importedFileChunkSize | java.lang.Number | cdk.support/lookup-entry | :imported-file-chunk-size |
s3 | software.amazon.awscdk.services.fsx.CfnDataRepositoryAssociation$S3Property | cdk.support/lookup-entry | :s3 |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-data-repository-association-props-builder function updates a CfnDataRepositoryAssociationProps$Builder instance using the provided configuration. The function takes the CfnDataRepositoryAssociationProps$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 | |---|---|---|---| | `batchImportMetaDataOnCreate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:batch-import-meta-data-on-create` | | `dataRepositoryPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-repository-path` | | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `fileSystemPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-path` | | `importedFileChunkSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:imported-file-chunk-size` | | `s3` | software.amazon.awscdk.services.fsx.CfnDataRepositoryAssociation$S3Property | [[cdk.support/lookup-entry]] | `:s3` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-data-repository-association-s3-property-builder builder id config)
The build-cfn-data-repository-association-s3-property-builder function updates a CfnDataRepositoryAssociation$S3Property$Builder instance using the provided configuration. The function takes the CfnDataRepositoryAssociation$S3Property$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 |
---|---|---|---|
autoExportPolicy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-export-policy |
autoImportPolicy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-import-policy |
The build-cfn-data-repository-association-s3-property-builder function updates a CfnDataRepositoryAssociation$S3Property$Builder instance using the provided configuration. The function takes the CfnDataRepositoryAssociation$S3Property$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 | |---|---|---|---| | `autoExportPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-export-policy` | | `autoImportPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-import-policy` |
(build-cfn-file-system-audit-log-configuration-property-builder builder
id
config)
The build-cfn-file-system-audit-log-configuration-property-builder function updates a CfnFileSystem$AuditLogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$AuditLogConfigurationProperty$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 |
---|---|---|---|
auditLogDestination | java.lang.String | cdk.support/lookup-entry | :audit-log-destination |
fileAccessAuditLogLevel | java.lang.String | cdk.support/lookup-entry | :file-access-audit-log-level |
fileShareAccessAuditLogLevel | java.lang.String | cdk.support/lookup-entry | :file-share-access-audit-log-level |
The build-cfn-file-system-audit-log-configuration-property-builder function updates a CfnFileSystem$AuditLogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$AuditLogConfigurationProperty$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 | |---|---|---|---| | `auditLogDestination` | java.lang.String | [[cdk.support/lookup-entry]] | `:audit-log-destination` | | `fileAccessAuditLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-access-audit-log-level` | | `fileShareAccessAuditLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-share-access-audit-log-level` |
(build-cfn-file-system-builder builder id config)
The build-cfn-file-system-builder function updates a CfnFileSystem$Builder instance using the provided configuration. The function takes the CfnFileSystem$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
backupId | java.lang.String | cdk.support/lookup-entry | :backup-id |
fileSystemType | java.lang.String | cdk.support/lookup-entry | :file-system-type |
fileSystemTypeVersion | java.lang.String | cdk.support/lookup-entry | :file-system-type-version |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
lustreConfiguration | software.amazon.awscdk.services.fsx.CfnFileSystem$LustreConfigurationProperty | cdk.support/lookup-entry | :lustre-configuration |
ontapConfiguration | software.amazon.awscdk.services.fsx.CfnFileSystem$OntapConfigurationProperty | cdk.support/lookup-entry | :ontap-configuration |
openZfsConfiguration | software.amazon.awscdk.services.fsx.CfnFileSystem$OpenZFSConfigurationProperty | cdk.support/lookup-entry | :open-zfs-configuration |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
storageCapacity | java.lang.Number | cdk.support/lookup-entry | :storage-capacity |
storageType | java.lang.String | cdk.support/lookup-entry | :storage-type |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
windowsConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :windows-configuration |
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 | |---|---|---|---| | `backupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:backup-id` | | `fileSystemType` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-type` | | `fileSystemTypeVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-type-version` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `lustreConfiguration` | software.amazon.awscdk.services.fsx.CfnFileSystem$LustreConfigurationProperty | [[cdk.support/lookup-entry]] | `:lustre-configuration` | | `ontapConfiguration` | software.amazon.awscdk.services.fsx.CfnFileSystem$OntapConfigurationProperty | [[cdk.support/lookup-entry]] | `:ontap-configuration` | | `openZfsConfiguration` | software.amazon.awscdk.services.fsx.CfnFileSystem$OpenZFSConfigurationProperty | [[cdk.support/lookup-entry]] | `:open-zfs-configuration` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `storageCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:storage-capacity` | | `storageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-type` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `windowsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:windows-configuration` |
(build-cfn-file-system-client-configurations-property-builder builder id config)
The build-cfn-file-system-client-configurations-property-builder function updates a CfnFileSystem$ClientConfigurationsProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$ClientConfigurationsProperty$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 |
---|---|---|---|
clients | java.lang.String | cdk.support/lookup-entry | :clients |
options | java.util.List | cdk.support/lookup-entry | :options |
The build-cfn-file-system-client-configurations-property-builder function updates a CfnFileSystem$ClientConfigurationsProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$ClientConfigurationsProperty$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 | |---|---|---|---| | `clients` | java.lang.String | [[cdk.support/lookup-entry]] | `:clients` | | `options` | java.util.List | [[cdk.support/lookup-entry]] | `:options` |
(build-cfn-file-system-disk-iops-configuration-property-builder builder
id
config)
The build-cfn-file-system-disk-iops-configuration-property-builder function updates a CfnFileSystem$DiskIopsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$DiskIopsConfigurationProperty$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 |
---|---|---|---|
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
mode | java.lang.String | cdk.support/lookup-entry | :mode |
The build-cfn-file-system-disk-iops-configuration-property-builder function updates a CfnFileSystem$DiskIopsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$DiskIopsConfigurationProperty$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 | |---|---|---|---| | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
(build-cfn-file-system-lustre-configuration-property-builder builder id config)
The build-cfn-file-system-lustre-configuration-property-builder function updates a CfnFileSystem$LustreConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$LustreConfigurationProperty$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 |
---|---|---|---|
autoImportPolicy | java.lang.String | cdk.support/lookup-entry | :auto-import-policy |
automaticBackupRetentionDays | java.lang.Number | cdk.support/lookup-entry | :automatic-backup-retention-days |
copyTagsToBackups | java.lang.Boolean | cdk.support/lookup-entry | :copy-tags-to-backups |
dailyAutomaticBackupStartTime | java.lang.String | cdk.support/lookup-entry | :daily-automatic-backup-start-time |
dataCompressionType | java.lang.String | cdk.support/lookup-entry | :data-compression-type |
deploymentType | java.lang.String | cdk.support/lookup-entry | :deployment-type |
driveCacheType | java.lang.String | cdk.support/lookup-entry | :drive-cache-type |
exportPath | java.lang.String | cdk.support/lookup-entry | :export-path |
importPath | java.lang.String | cdk.support/lookup-entry | :import-path |
importedFileChunkSize | java.lang.Number | cdk.support/lookup-entry | :imported-file-chunk-size |
perUnitStorageThroughput | java.lang.Number | cdk.support/lookup-entry | :per-unit-storage-throughput |
weeklyMaintenanceStartTime | java.lang.String | cdk.support/lookup-entry | :weekly-maintenance-start-time |
The build-cfn-file-system-lustre-configuration-property-builder function updates a CfnFileSystem$LustreConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$LustreConfigurationProperty$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 | |---|---|---|---| | `autoImportPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-import-policy` | | `automaticBackupRetentionDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:automatic-backup-retention-days` | | `copyTagsToBackups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:copy-tags-to-backups` | | `dailyAutomaticBackupStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:daily-automatic-backup-start-time` | | `dataCompressionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-compression-type` | | `deploymentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-type` | | `driveCacheType` | java.lang.String | [[cdk.support/lookup-entry]] | `:drive-cache-type` | | `exportPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:export-path` | | `importPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:import-path` | | `importedFileChunkSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:imported-file-chunk-size` | | `perUnitStorageThroughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:per-unit-storage-throughput` | | `weeklyMaintenanceStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:weekly-maintenance-start-time` |
(build-cfn-file-system-nfs-exports-property-builder builder id config)
The build-cfn-file-system-nfs-exports-property-builder function updates a CfnFileSystem$NfsExportsProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$NfsExportsProperty$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 |
---|---|---|---|
clientConfigurations | java.util.List | cdk.support/lookup-entry | :client-configurations |
The build-cfn-file-system-nfs-exports-property-builder function updates a CfnFileSystem$NfsExportsProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$NfsExportsProperty$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 | |---|---|---|---| | `clientConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:client-configurations` |
(build-cfn-file-system-ontap-configuration-property-builder builder id config)
The build-cfn-file-system-ontap-configuration-property-builder function updates a CfnFileSystem$OntapConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$OntapConfigurationProperty$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 |
---|---|---|---|
automaticBackupRetentionDays | java.lang.Number | cdk.support/lookup-entry | :automatic-backup-retention-days |
dailyAutomaticBackupStartTime | java.lang.String | cdk.support/lookup-entry | :daily-automatic-backup-start-time |
deploymentType | java.lang.String | cdk.support/lookup-entry | :deployment-type |
diskIopsConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :disk-iops-configuration |
endpointIpAddressRange | java.lang.String | cdk.support/lookup-entry | :endpoint-ip-address-range |
fsxAdminPassword | java.lang.String | cdk.support/lookup-entry | :fsx-admin-password |
haPairs | java.lang.Number | cdk.support/lookup-entry | :ha-pairs |
preferredSubnetId | java.lang.String | cdk.support/lookup-entry | :preferred-subnet-id |
routeTableIds | java.util.List | cdk.support/lookup-entry | :route-table-ids |
throughputCapacity | java.lang.Number | cdk.support/lookup-entry | :throughput-capacity |
throughputCapacityPerHaPair | java.lang.Number | cdk.support/lookup-entry | :throughput-capacity-per-ha-pair |
weeklyMaintenanceStartTime | java.lang.String | cdk.support/lookup-entry | :weekly-maintenance-start-time |
The build-cfn-file-system-ontap-configuration-property-builder function updates a CfnFileSystem$OntapConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$OntapConfigurationProperty$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 | |---|---|---|---| | `automaticBackupRetentionDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:automatic-backup-retention-days` | | `dailyAutomaticBackupStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:daily-automatic-backup-start-time` | | `deploymentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-type` | | `diskIopsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disk-iops-configuration` | | `endpointIpAddressRange` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-ip-address-range` | | `fsxAdminPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:fsx-admin-password` | | `haPairs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ha-pairs` | | `preferredSubnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-subnet-id` | | `routeTableIds` | java.util.List | [[cdk.support/lookup-entry]] | `:route-table-ids` | | `throughputCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput-capacity` | | `throughputCapacityPerHaPair` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput-capacity-per-ha-pair` | | `weeklyMaintenanceStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:weekly-maintenance-start-time` |
(build-cfn-file-system-open-zfs-configuration-property-builder builder
id
config)
The build-cfn-file-system-open-zfs-configuration-property-builder function updates a CfnFileSystem$OpenZFSConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$OpenZFSConfigurationProperty$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 |
---|---|---|---|
automaticBackupRetentionDays | java.lang.Number | cdk.support/lookup-entry | :automatic-backup-retention-days |
copyTagsToBackups | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :copy-tags-to-backups |
copyTagsToVolumes | java.lang.Boolean | cdk.support/lookup-entry | :copy-tags-to-volumes |
dailyAutomaticBackupStartTime | java.lang.String | cdk.support/lookup-entry | :daily-automatic-backup-start-time |
deploymentType | java.lang.String | cdk.support/lookup-entry | :deployment-type |
diskIopsConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :disk-iops-configuration |
endpointIpAddressRange | java.lang.String | cdk.support/lookup-entry | :endpoint-ip-address-range |
options | java.util.List | cdk.support/lookup-entry | :options |
preferredSubnetId | java.lang.String | cdk.support/lookup-entry | :preferred-subnet-id |
rootVolumeConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :root-volume-configuration |
routeTableIds | java.util.List | cdk.support/lookup-entry | :route-table-ids |
throughputCapacity | java.lang.Number | cdk.support/lookup-entry | :throughput-capacity |
weeklyMaintenanceStartTime | java.lang.String | cdk.support/lookup-entry | :weekly-maintenance-start-time |
The build-cfn-file-system-open-zfs-configuration-property-builder function updates a CfnFileSystem$OpenZFSConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$OpenZFSConfigurationProperty$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 | |---|---|---|---| | `automaticBackupRetentionDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:automatic-backup-retention-days` | | `copyTagsToBackups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:copy-tags-to-backups` | | `copyTagsToVolumes` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:copy-tags-to-volumes` | | `dailyAutomaticBackupStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:daily-automatic-backup-start-time` | | `deploymentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-type` | | `diskIopsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disk-iops-configuration` | | `endpointIpAddressRange` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-ip-address-range` | | `options` | java.util.List | [[cdk.support/lookup-entry]] | `:options` | | `preferredSubnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-subnet-id` | | `rootVolumeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:root-volume-configuration` | | `routeTableIds` | java.util.List | [[cdk.support/lookup-entry]] | `:route-table-ids` | | `throughputCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput-capacity` | | `weeklyMaintenanceStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:weekly-maintenance-start-time` |
(build-cfn-file-system-props-builder builder id config)
The build-cfn-file-system-props-builder function updates a CfnFileSystemProps$Builder instance using the provided configuration. The function takes the CfnFileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
backupId | java.lang.String | cdk.support/lookup-entry | :backup-id |
fileSystemType | java.lang.String | cdk.support/lookup-entry | :file-system-type |
fileSystemTypeVersion | java.lang.String | cdk.support/lookup-entry | :file-system-type-version |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
lustreConfiguration | software.amazon.awscdk.services.fsx.CfnFileSystem$LustreConfigurationProperty | cdk.support/lookup-entry | :lustre-configuration |
ontapConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ontap-configuration |
openZfsConfiguration | software.amazon.awscdk.services.fsx.CfnFileSystem$OpenZFSConfigurationProperty | cdk.support/lookup-entry | :open-zfs-configuration |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
storageCapacity | java.lang.Number | cdk.support/lookup-entry | :storage-capacity |
storageType | java.lang.String | cdk.support/lookup-entry | :storage-type |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
windowsConfiguration | software.amazon.awscdk.services.fsx.CfnFileSystem$WindowsConfigurationProperty | cdk.support/lookup-entry | :windows-configuration |
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 | |---|---|---|---| | `backupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:backup-id` | | `fileSystemType` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-type` | | `fileSystemTypeVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-type-version` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `lustreConfiguration` | software.amazon.awscdk.services.fsx.CfnFileSystem$LustreConfigurationProperty | [[cdk.support/lookup-entry]] | `:lustre-configuration` | | `ontapConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ontap-configuration` | | `openZfsConfiguration` | software.amazon.awscdk.services.fsx.CfnFileSystem$OpenZFSConfigurationProperty | [[cdk.support/lookup-entry]] | `:open-zfs-configuration` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `storageCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:storage-capacity` | | `storageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-type` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `windowsConfiguration` | software.amazon.awscdk.services.fsx.CfnFileSystem$WindowsConfigurationProperty | [[cdk.support/lookup-entry]] | `:windows-configuration` |
(build-cfn-file-system-root-volume-configuration-property-builder builder
id
config)
The build-cfn-file-system-root-volume-configuration-property-builder function updates a CfnFileSystem$RootVolumeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$RootVolumeConfigurationProperty$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 |
---|---|---|---|
copyTagsToSnapshots | java.lang.Boolean | cdk.support/lookup-entry | :copy-tags-to-snapshots |
dataCompressionType | java.lang.String | cdk.support/lookup-entry | :data-compression-type |
nfsExports | java.util.List | cdk.support/lookup-entry | :nfs-exports |
readOnly | java.lang.Boolean | cdk.support/lookup-entry | :read-only |
recordSizeKiB | java.lang.Number | cdk.support/lookup-entry | :record-size-ki-b |
userAndGroupQuotas | java.util.List | cdk.support/lookup-entry | :user-and-group-quotas |
The build-cfn-file-system-root-volume-configuration-property-builder function updates a CfnFileSystem$RootVolumeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$RootVolumeConfigurationProperty$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 | |---|---|---|---| | `copyTagsToSnapshots` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:copy-tags-to-snapshots` | | `dataCompressionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-compression-type` | | `nfsExports` | java.util.List | [[cdk.support/lookup-entry]] | `:nfs-exports` | | `readOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:read-only` | | `recordSizeKiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:record-size-ki-b` | | `userAndGroupQuotas` | java.util.List | [[cdk.support/lookup-entry]] | `:user-and-group-quotas` |
(build-cfn-file-system-self-managed-active-directory-configuration-property-builder
builder
id
config)
The build-cfn-file-system-self-managed-active-directory-configuration-property-builder function updates a CfnFileSystem$SelfManagedActiveDirectoryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$SelfManagedActiveDirectoryConfigurationProperty$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 |
---|---|---|---|
dnsIps | java.util.List | cdk.support/lookup-entry | :dns-ips |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
fileSystemAdministratorsGroup | java.lang.String | cdk.support/lookup-entry | :file-system-administrators-group |
organizationalUnitDistinguishedName | java.lang.String | cdk.support/lookup-entry | :organizational-unit-distinguished-name |
password | java.lang.String | cdk.support/lookup-entry | :password |
userName | java.lang.String | cdk.support/lookup-entry | :user-name |
The build-cfn-file-system-self-managed-active-directory-configuration-property-builder function updates a CfnFileSystem$SelfManagedActiveDirectoryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$SelfManagedActiveDirectoryConfigurationProperty$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 | |---|---|---|---| | `dnsIps` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-ips` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `fileSystemAdministratorsGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-administrators-group` | | `organizationalUnitDistinguishedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:organizational-unit-distinguished-name` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
(build-cfn-file-system-user-and-group-quotas-property-builder builder id config)
The build-cfn-file-system-user-and-group-quotas-property-builder function updates a CfnFileSystem$UserAndGroupQuotasProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$UserAndGroupQuotasProperty$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 |
---|---|---|---|
id | java.lang.Number | cdk.support/lookup-entry | :id |
storageCapacityQuotaGiB | java.lang.Number | cdk.support/lookup-entry | :storage-capacity-quota-gi-b |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-file-system-user-and-group-quotas-property-builder function updates a CfnFileSystem$UserAndGroupQuotasProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$UserAndGroupQuotasProperty$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 | |---|---|---|---| | `id` | java.lang.Number | [[cdk.support/lookup-entry]] | `:id` | | `storageCapacityQuotaGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:storage-capacity-quota-gi-b` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-file-system-windows-configuration-property-builder builder id config)
The build-cfn-file-system-windows-configuration-property-builder function updates a CfnFileSystem$WindowsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$WindowsConfigurationProperty$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 |
---|---|---|---|
activeDirectoryId | java.lang.String | cdk.support/lookup-entry | :active-directory-id |
aliases | java.util.List | cdk.support/lookup-entry | :aliases |
auditLogConfiguration | software.amazon.awscdk.services.fsx.CfnFileSystem$AuditLogConfigurationProperty | cdk.support/lookup-entry | :audit-log-configuration |
automaticBackupRetentionDays | java.lang.Number | cdk.support/lookup-entry | :automatic-backup-retention-days |
copyTagsToBackups | java.lang.Boolean | cdk.support/lookup-entry | :copy-tags-to-backups |
dailyAutomaticBackupStartTime | java.lang.String | cdk.support/lookup-entry | :daily-automatic-backup-start-time |
deploymentType | java.lang.String | cdk.support/lookup-entry | :deployment-type |
diskIopsConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :disk-iops-configuration |
preferredSubnetId | java.lang.String | cdk.support/lookup-entry | :preferred-subnet-id |
selfManagedActiveDirectoryConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :self-managed-active-directory-configuration |
throughputCapacity | java.lang.Number | cdk.support/lookup-entry | :throughput-capacity |
weeklyMaintenanceStartTime | java.lang.String | cdk.support/lookup-entry | :weekly-maintenance-start-time |
The build-cfn-file-system-windows-configuration-property-builder function updates a CfnFileSystem$WindowsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFileSystem$WindowsConfigurationProperty$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 | |---|---|---|---| | `activeDirectoryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:active-directory-id` | | `aliases` | java.util.List | [[cdk.support/lookup-entry]] | `:aliases` | | `auditLogConfiguration` | software.amazon.awscdk.services.fsx.CfnFileSystem$AuditLogConfigurationProperty | [[cdk.support/lookup-entry]] | `:audit-log-configuration` | | `automaticBackupRetentionDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:automatic-backup-retention-days` | | `copyTagsToBackups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:copy-tags-to-backups` | | `dailyAutomaticBackupStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:daily-automatic-backup-start-time` | | `deploymentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-type` | | `diskIopsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disk-iops-configuration` | | `preferredSubnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-subnet-id` | | `selfManagedActiveDirectoryConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:self-managed-active-directory-configuration` | | `throughputCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput-capacity` | | `weeklyMaintenanceStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:weekly-maintenance-start-time` |
(build-cfn-snapshot-builder builder id config)
The build-cfn-snapshot-builder function updates a CfnSnapshot$Builder instance using the provided configuration. The function takes the CfnSnapshot$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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
volumeId | java.lang.String | cdk.support/lookup-entry | :volume-id |
The build-cfn-snapshot-builder function updates a CfnSnapshot$Builder instance using the provided configuration. The function takes the CfnSnapshot$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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `volumeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-id` |
(build-cfn-snapshot-props-builder builder id config)
The build-cfn-snapshot-props-builder function updates a CfnSnapshotProps$Builder instance using the provided configuration. The function takes the CfnSnapshotProps$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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
volumeId | java.lang.String | cdk.support/lookup-entry | :volume-id |
The build-cfn-snapshot-props-builder function updates a CfnSnapshotProps$Builder instance using the provided configuration. The function takes the CfnSnapshotProps$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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `volumeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-id` |
(build-cfn-storage-virtual-machine-active-directory-configuration-property-builder
builder
id
config)
The build-cfn-storage-virtual-machine-active-directory-configuration-property-builder function updates a CfnStorageVirtualMachine$ActiveDirectoryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStorageVirtualMachine$ActiveDirectoryConfigurationProperty$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 |
---|---|---|---|
netBiosName | java.lang.String | cdk.support/lookup-entry | :net-bios-name |
selfManagedActiveDirectoryConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :self-managed-active-directory-configuration |
The build-cfn-storage-virtual-machine-active-directory-configuration-property-builder function updates a CfnStorageVirtualMachine$ActiveDirectoryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStorageVirtualMachine$ActiveDirectoryConfigurationProperty$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 | |---|---|---|---| | `netBiosName` | java.lang.String | [[cdk.support/lookup-entry]] | `:net-bios-name` | | `selfManagedActiveDirectoryConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:self-managed-active-directory-configuration` |
(build-cfn-storage-virtual-machine-builder builder id config)
The build-cfn-storage-virtual-machine-builder function updates a CfnStorageVirtualMachine$Builder instance using the provided configuration. The function takes the CfnStorageVirtualMachine$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 |
---|---|---|---|
activeDirectoryConfiguration | software.amazon.awscdk.services.fsx.CfnStorageVirtualMachine$ActiveDirectoryConfigurationProperty | cdk.support/lookup-entry | :active-directory-configuration |
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
rootVolumeSecurityStyle | java.lang.String | cdk.support/lookup-entry | :root-volume-security-style |
svmAdminPassword | java.lang.String | cdk.support/lookup-entry | :svm-admin-password |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-storage-virtual-machine-builder function updates a CfnStorageVirtualMachine$Builder instance using the provided configuration. The function takes the CfnStorageVirtualMachine$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 | |---|---|---|---| | `activeDirectoryConfiguration` | software.amazon.awscdk.services.fsx.CfnStorageVirtualMachine$ActiveDirectoryConfigurationProperty | [[cdk.support/lookup-entry]] | `:active-directory-configuration` | | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `rootVolumeSecurityStyle` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-volume-security-style` | | `svmAdminPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:svm-admin-password` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-storage-virtual-machine-props-builder builder id config)
The build-cfn-storage-virtual-machine-props-builder function updates a CfnStorageVirtualMachineProps$Builder instance using the provided configuration. The function takes the CfnStorageVirtualMachineProps$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 |
---|---|---|---|
activeDirectoryConfiguration | software.amazon.awscdk.services.fsx.CfnStorageVirtualMachine$ActiveDirectoryConfigurationProperty | cdk.support/lookup-entry | :active-directory-configuration |
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
rootVolumeSecurityStyle | java.lang.String | cdk.support/lookup-entry | :root-volume-security-style |
svmAdminPassword | java.lang.String | cdk.support/lookup-entry | :svm-admin-password |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-storage-virtual-machine-props-builder function updates a CfnStorageVirtualMachineProps$Builder instance using the provided configuration. The function takes the CfnStorageVirtualMachineProps$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 | |---|---|---|---| | `activeDirectoryConfiguration` | software.amazon.awscdk.services.fsx.CfnStorageVirtualMachine$ActiveDirectoryConfigurationProperty | [[cdk.support/lookup-entry]] | `:active-directory-configuration` | | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `rootVolumeSecurityStyle` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-volume-security-style` | | `svmAdminPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:svm-admin-password` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-storage-virtual-machine-self-managed-active-directory-configuration-property-builder
builder
id
config)
The build-cfn-storage-virtual-machine-self-managed-active-directory-configuration-property-builder function updates a CfnStorageVirtualMachine$SelfManagedActiveDirectoryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStorageVirtualMachine$SelfManagedActiveDirectoryConfigurationProperty$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 |
---|---|---|---|
dnsIps | java.util.List | cdk.support/lookup-entry | :dns-ips |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
fileSystemAdministratorsGroup | java.lang.String | cdk.support/lookup-entry | :file-system-administrators-group |
organizationalUnitDistinguishedName | java.lang.String | cdk.support/lookup-entry | :organizational-unit-distinguished-name |
password | java.lang.String | cdk.support/lookup-entry | :password |
userName | java.lang.String | cdk.support/lookup-entry | :user-name |
The build-cfn-storage-virtual-machine-self-managed-active-directory-configuration-property-builder function updates a CfnStorageVirtualMachine$SelfManagedActiveDirectoryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStorageVirtualMachine$SelfManagedActiveDirectoryConfigurationProperty$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 | |---|---|---|---| | `dnsIps` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-ips` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `fileSystemAdministratorsGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-administrators-group` | | `organizationalUnitDistinguishedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:organizational-unit-distinguished-name` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
(build-cfn-volume-aggregate-configuration-property-builder builder id config)
The build-cfn-volume-aggregate-configuration-property-builder function updates a CfnVolume$AggregateConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnVolume$AggregateConfigurationProperty$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 |
---|---|---|---|
aggregates | java.util.List | cdk.support/lookup-entry | :aggregates |
constituentsPerAggregate | java.lang.Number | cdk.support/lookup-entry | :constituents-per-aggregate |
The build-cfn-volume-aggregate-configuration-property-builder function updates a CfnVolume$AggregateConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnVolume$AggregateConfigurationProperty$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 | |---|---|---|---| | `aggregates` | java.util.List | [[cdk.support/lookup-entry]] | `:aggregates` | | `constituentsPerAggregate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:constituents-per-aggregate` |
(build-cfn-volume-autocommit-period-property-builder builder id config)
The build-cfn-volume-autocommit-period-property-builder function updates a CfnVolume$AutocommitPeriodProperty$Builder instance using the provided configuration. The function takes the CfnVolume$AutocommitPeriodProperty$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 |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.Number | cdk.support/lookup-entry | :value |
The build-cfn-volume-autocommit-period-property-builder function updates a CfnVolume$AutocommitPeriodProperty$Builder instance using the provided configuration. The function takes the CfnVolume$AutocommitPeriodProperty$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 | |---|---|---|---| | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-volume-builder builder id config)
The build-cfn-volume-builder function updates a CfnVolume$Builder instance using the provided configuration. The function takes the CfnVolume$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 |
---|---|---|---|
backupId | java.lang.String | cdk.support/lookup-entry | :backup-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
ontapConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ontap-configuration |
openZfsConfiguration | software.amazon.awscdk.services.fsx.CfnVolume$OpenZFSConfigurationProperty | cdk.support/lookup-entry | :open-zfs-configuration |
tags | java.util.List | cdk.support/lookup-entry | :tags |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-volume-builder function updates a CfnVolume$Builder instance using the provided configuration. The function takes the CfnVolume$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 | |---|---|---|---| | `backupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:backup-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `ontapConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ontap-configuration` | | `openZfsConfiguration` | software.amazon.awscdk.services.fsx.CfnVolume$OpenZFSConfigurationProperty | [[cdk.support/lookup-entry]] | `:open-zfs-configuration` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-volume-client-configurations-property-builder builder id config)
The build-cfn-volume-client-configurations-property-builder function updates a CfnVolume$ClientConfigurationsProperty$Builder instance using the provided configuration. The function takes the CfnVolume$ClientConfigurationsProperty$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 |
---|---|---|---|
clients | java.lang.String | cdk.support/lookup-entry | :clients |
options | java.util.List | cdk.support/lookup-entry | :options |
The build-cfn-volume-client-configurations-property-builder function updates a CfnVolume$ClientConfigurationsProperty$Builder instance using the provided configuration. The function takes the CfnVolume$ClientConfigurationsProperty$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 | |---|---|---|---| | `clients` | java.lang.String | [[cdk.support/lookup-entry]] | `:clients` | | `options` | java.util.List | [[cdk.support/lookup-entry]] | `:options` |
(build-cfn-volume-nfs-exports-property-builder builder id config)
The build-cfn-volume-nfs-exports-property-builder function updates a CfnVolume$NfsExportsProperty$Builder instance using the provided configuration. The function takes the CfnVolume$NfsExportsProperty$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 |
---|---|---|---|
clientConfigurations | java.util.List | cdk.support/lookup-entry | :client-configurations |
The build-cfn-volume-nfs-exports-property-builder function updates a CfnVolume$NfsExportsProperty$Builder instance using the provided configuration. The function takes the CfnVolume$NfsExportsProperty$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 | |---|---|---|---| | `clientConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:client-configurations` |
(build-cfn-volume-ontap-configuration-property-builder builder id config)
The build-cfn-volume-ontap-configuration-property-builder function updates a CfnVolume$OntapConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnVolume$OntapConfigurationProperty$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 |
---|---|---|---|
aggregateConfiguration | software.amazon.awscdk.services.fsx.CfnVolume$AggregateConfigurationProperty | cdk.support/lookup-entry | :aggregate-configuration |
copyTagsToBackups | java.lang.String | cdk.support/lookup-entry | :copy-tags-to-backups |
junctionPath | java.lang.String | cdk.support/lookup-entry | :junction-path |
ontapVolumeType | java.lang.String | cdk.support/lookup-entry | :ontap-volume-type |
securityStyle | java.lang.String | cdk.support/lookup-entry | :security-style |
sizeInBytes | java.lang.String | cdk.support/lookup-entry | :size-in-bytes |
sizeInMegabytes | java.lang.String | cdk.support/lookup-entry | :size-in-megabytes |
snaplockConfiguration | software.amazon.awscdk.services.fsx.CfnVolume$SnaplockConfigurationProperty | cdk.support/lookup-entry | :snaplock-configuration |
snapshotPolicy | java.lang.String | cdk.support/lookup-entry | :snapshot-policy |
storageEfficiencyEnabled | java.lang.String | cdk.support/lookup-entry | :storage-efficiency-enabled |
storageVirtualMachineId | java.lang.String | cdk.support/lookup-entry | :storage-virtual-machine-id |
tieringPolicy | software.amazon.awscdk.services.fsx.CfnVolume$TieringPolicyProperty | cdk.support/lookup-entry | :tiering-policy |
volumeStyle | java.lang.String | cdk.support/lookup-entry | :volume-style |
The build-cfn-volume-ontap-configuration-property-builder function updates a CfnVolume$OntapConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnVolume$OntapConfigurationProperty$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 | |---|---|---|---| | `aggregateConfiguration` | software.amazon.awscdk.services.fsx.CfnVolume$AggregateConfigurationProperty | [[cdk.support/lookup-entry]] | `:aggregate-configuration` | | `copyTagsToBackups` | java.lang.String | [[cdk.support/lookup-entry]] | `:copy-tags-to-backups` | | `junctionPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:junction-path` | | `ontapVolumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ontap-volume-type` | | `securityStyle` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-style` | | `sizeInBytes` | java.lang.String | [[cdk.support/lookup-entry]] | `:size-in-bytes` | | `sizeInMegabytes` | java.lang.String | [[cdk.support/lookup-entry]] | `:size-in-megabytes` | | `snaplockConfiguration` | software.amazon.awscdk.services.fsx.CfnVolume$SnaplockConfigurationProperty | [[cdk.support/lookup-entry]] | `:snaplock-configuration` | | `snapshotPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-policy` | | `storageEfficiencyEnabled` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-efficiency-enabled` | | `storageVirtualMachineId` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-virtual-machine-id` | | `tieringPolicy` | software.amazon.awscdk.services.fsx.CfnVolume$TieringPolicyProperty | [[cdk.support/lookup-entry]] | `:tiering-policy` | | `volumeStyle` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-style` |
(build-cfn-volume-open-zfs-configuration-property-builder builder id config)
The build-cfn-volume-open-zfs-configuration-property-builder function updates a CfnVolume$OpenZFSConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnVolume$OpenZFSConfigurationProperty$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 |
---|---|---|---|
copyTagsToSnapshots | java.lang.Boolean | cdk.support/lookup-entry | :copy-tags-to-snapshots |
dataCompressionType | java.lang.String | cdk.support/lookup-entry | :data-compression-type |
nfsExports | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :nfs-exports |
options | java.util.List | cdk.support/lookup-entry | :options |
originSnapshot | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :origin-snapshot |
parentVolumeId | java.lang.String | cdk.support/lookup-entry | :parent-volume-id |
readOnly | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :read-only |
recordSizeKiB | java.lang.Number | cdk.support/lookup-entry | :record-size-ki-b |
storageCapacityQuotaGiB | java.lang.Number | cdk.support/lookup-entry | :storage-capacity-quota-gi-b |
storageCapacityReservationGiB | java.lang.Number | cdk.support/lookup-entry | :storage-capacity-reservation-gi-b |
userAndGroupQuotas | java.util.List | cdk.support/lookup-entry | :user-and-group-quotas |
The build-cfn-volume-open-zfs-configuration-property-builder function updates a CfnVolume$OpenZFSConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnVolume$OpenZFSConfigurationProperty$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 | |---|---|---|---| | `copyTagsToSnapshots` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:copy-tags-to-snapshots` | | `dataCompressionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-compression-type` | | `nfsExports` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:nfs-exports` | | `options` | java.util.List | [[cdk.support/lookup-entry]] | `:options` | | `originSnapshot` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:origin-snapshot` | | `parentVolumeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-volume-id` | | `readOnly` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:read-only` | | `recordSizeKiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:record-size-ki-b` | | `storageCapacityQuotaGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:storage-capacity-quota-gi-b` | | `storageCapacityReservationGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:storage-capacity-reservation-gi-b` | | `userAndGroupQuotas` | java.util.List | [[cdk.support/lookup-entry]] | `:user-and-group-quotas` |
(build-cfn-volume-origin-snapshot-property-builder builder id config)
The build-cfn-volume-origin-snapshot-property-builder function updates a CfnVolume$OriginSnapshotProperty$Builder instance using the provided configuration. The function takes the CfnVolume$OriginSnapshotProperty$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 |
---|---|---|---|
copyStrategy | java.lang.String | cdk.support/lookup-entry | :copy-strategy |
snapshotArn | java.lang.String | cdk.support/lookup-entry | :snapshot-arn |
The build-cfn-volume-origin-snapshot-property-builder function updates a CfnVolume$OriginSnapshotProperty$Builder instance using the provided configuration. The function takes the CfnVolume$OriginSnapshotProperty$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 | |---|---|---|---| | `copyStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:copy-strategy` | | `snapshotArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-arn` |
(build-cfn-volume-props-builder builder id config)
The build-cfn-volume-props-builder function updates a CfnVolumeProps$Builder instance using the provided configuration. The function takes the CfnVolumeProps$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 |
---|---|---|---|
backupId | java.lang.String | cdk.support/lookup-entry | :backup-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
ontapConfiguration | software.amazon.awscdk.services.fsx.CfnVolume$OntapConfigurationProperty | cdk.support/lookup-entry | :ontap-configuration |
openZfsConfiguration | software.amazon.awscdk.services.fsx.CfnVolume$OpenZFSConfigurationProperty | cdk.support/lookup-entry | :open-zfs-configuration |
tags | java.util.List | cdk.support/lookup-entry | :tags |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-volume-props-builder function updates a CfnVolumeProps$Builder instance using the provided configuration. The function takes the CfnVolumeProps$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 | |---|---|---|---| | `backupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:backup-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `ontapConfiguration` | software.amazon.awscdk.services.fsx.CfnVolume$OntapConfigurationProperty | [[cdk.support/lookup-entry]] | `:ontap-configuration` | | `openZfsConfiguration` | software.amazon.awscdk.services.fsx.CfnVolume$OpenZFSConfigurationProperty | [[cdk.support/lookup-entry]] | `:open-zfs-configuration` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-volume-retention-period-property-builder builder id config)
The build-cfn-volume-retention-period-property-builder function updates a CfnVolume$RetentionPeriodProperty$Builder instance using the provided configuration. The function takes the CfnVolume$RetentionPeriodProperty$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 |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.Number | cdk.support/lookup-entry | :value |
The build-cfn-volume-retention-period-property-builder function updates a CfnVolume$RetentionPeriodProperty$Builder instance using the provided configuration. The function takes the CfnVolume$RetentionPeriodProperty$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 | |---|---|---|---| | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-volume-snaplock-configuration-property-builder builder id config)
The build-cfn-volume-snaplock-configuration-property-builder function updates a CfnVolume$SnaplockConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnVolume$SnaplockConfigurationProperty$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 |
---|---|---|---|
auditLogVolume | java.lang.String | cdk.support/lookup-entry | :audit-log-volume |
autocommitPeriod | software.amazon.awscdk.services.fsx.CfnVolume$AutocommitPeriodProperty | cdk.support/lookup-entry | :autocommit-period |
privilegedDelete | java.lang.String | cdk.support/lookup-entry | :privileged-delete |
retentionPeriod | software.amazon.awscdk.services.fsx.CfnVolume$SnaplockRetentionPeriodProperty | cdk.support/lookup-entry | :retention-period |
snaplockType | java.lang.String | cdk.support/lookup-entry | :snaplock-type |
volumeAppendModeEnabled | java.lang.String | cdk.support/lookup-entry | :volume-append-mode-enabled |
The build-cfn-volume-snaplock-configuration-property-builder function updates a CfnVolume$SnaplockConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnVolume$SnaplockConfigurationProperty$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 | |---|---|---|---| | `auditLogVolume` | java.lang.String | [[cdk.support/lookup-entry]] | `:audit-log-volume` | | `autocommitPeriod` | software.amazon.awscdk.services.fsx.CfnVolume$AutocommitPeriodProperty | [[cdk.support/lookup-entry]] | `:autocommit-period` | | `privilegedDelete` | java.lang.String | [[cdk.support/lookup-entry]] | `:privileged-delete` | | `retentionPeriod` | software.amazon.awscdk.services.fsx.CfnVolume$SnaplockRetentionPeriodProperty | [[cdk.support/lookup-entry]] | `:retention-period` | | `snaplockType` | java.lang.String | [[cdk.support/lookup-entry]] | `:snaplock-type` | | `volumeAppendModeEnabled` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-append-mode-enabled` |
(build-cfn-volume-snaplock-retention-period-property-builder builder id config)
The build-cfn-volume-snaplock-retention-period-property-builder function updates a CfnVolume$SnaplockRetentionPeriodProperty$Builder instance using the provided configuration. The function takes the CfnVolume$SnaplockRetentionPeriodProperty$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 |
---|---|---|---|
defaultRetention | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :default-retention |
maximumRetention | software.amazon.awscdk.services.fsx.CfnVolume$RetentionPeriodProperty | cdk.support/lookup-entry | :maximum-retention |
minimumRetention | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :minimum-retention |
The build-cfn-volume-snaplock-retention-period-property-builder function updates a CfnVolume$SnaplockRetentionPeriodProperty$Builder instance using the provided configuration. The function takes the CfnVolume$SnaplockRetentionPeriodProperty$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 | |---|---|---|---| | `defaultRetention` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-retention` | | `maximumRetention` | software.amazon.awscdk.services.fsx.CfnVolume$RetentionPeriodProperty | [[cdk.support/lookup-entry]] | `:maximum-retention` | | `minimumRetention` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:minimum-retention` |
(build-cfn-volume-tiering-policy-property-builder builder id config)
The build-cfn-volume-tiering-policy-property-builder function updates a CfnVolume$TieringPolicyProperty$Builder instance using the provided configuration. The function takes the CfnVolume$TieringPolicyProperty$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 |
---|---|---|---|
coolingPeriod | java.lang.Number | cdk.support/lookup-entry | :cooling-period |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-volume-tiering-policy-property-builder function updates a CfnVolume$TieringPolicyProperty$Builder instance using the provided configuration. The function takes the CfnVolume$TieringPolicyProperty$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 | |---|---|---|---| | `coolingPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cooling-period` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-volume-user-and-group-quotas-property-builder builder id config)
The build-cfn-volume-user-and-group-quotas-property-builder function updates a CfnVolume$UserAndGroupQuotasProperty$Builder instance using the provided configuration. The function takes the CfnVolume$UserAndGroupQuotasProperty$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 |
---|---|---|---|
id | java.lang.Number | cdk.support/lookup-entry | :id |
storageCapacityQuotaGiB | java.lang.Number | cdk.support/lookup-entry | :storage-capacity-quota-gi-b |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-volume-user-and-group-quotas-property-builder function updates a CfnVolume$UserAndGroupQuotasProperty$Builder instance using the provided configuration. The function takes the CfnVolume$UserAndGroupQuotasProperty$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 | |---|---|---|---| | `id` | java.lang.Number | [[cdk.support/lookup-entry]] | `:id` | | `storageCapacityQuotaGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:storage-capacity-quota-gi-b` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-file-system-attributes-builder builder id config)
The build-file-system-attributes-builder function updates a FileSystemAttributes$Builder instance using the provided configuration. The function takes the FileSystemAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dnsName | java.lang.String | cdk.support/lookup-entry | :dns-name |
fileSystemId | java.lang.String | cdk.support/lookup-entry | :file-system-id |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
The build-file-system-attributes-builder function updates a FileSystemAttributes$Builder instance using the provided configuration. The function takes the FileSystemAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dnsName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dns-name` | | `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` |
(build-file-system-props-builder builder id config)
The build-file-system-props-builder function updates a FileSystemProps$Builder instance using the provided configuration. The function takes the FileSystemProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
backupId | java.lang.String | cdk.support/lookup-entry | :backup-id |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
storageCapacityGiB | java.lang.Number | cdk.support/lookup-entry | :storage-capacity-gi-b |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
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 | |---|---|---|---| | `backupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:backup-id` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `storageCapacityGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:storage-capacity-gi-b` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-lustre-configuration-builder builder id config)
The build-lustre-configuration-builder function updates a LustreConfiguration$Builder instance using the provided configuration. The function takes the LustreConfiguration$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 |
---|---|---|---|
autoImportPolicy | software.amazon.awscdk.services.fsx.LustreAutoImportPolicy | cdk.api.services.fsx/lustre-auto-import-policy | :auto-import-policy |
dataCompressionType | software.amazon.awscdk.services.fsx.LustreDataCompressionType | cdk.api.services.fsx/lustre-data-compression-type | :data-compression-type |
deploymentType | software.amazon.awscdk.services.fsx.LustreDeploymentType | cdk.api.services.fsx/lustre-deployment-type | :deployment-type |
exportPath | java.lang.String | cdk.support/lookup-entry | :export-path |
importPath | java.lang.String | cdk.support/lookup-entry | :import-path |
importedFileChunkSizeMiB | java.lang.Number | cdk.support/lookup-entry | :imported-file-chunk-size-mi-b |
perUnitStorageThroughput | java.lang.Number | cdk.support/lookup-entry | :per-unit-storage-throughput |
weeklyMaintenanceStartTime | software.amazon.awscdk.services.fsx.LustreMaintenanceTime | cdk.support/lookup-entry | :weekly-maintenance-start-time |
The build-lustre-configuration-builder function updates a LustreConfiguration$Builder instance using the provided configuration. The function takes the LustreConfiguration$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 | |---|---|---|---| | `autoImportPolicy` | software.amazon.awscdk.services.fsx.LustreAutoImportPolicy | [[cdk.api.services.fsx/lustre-auto-import-policy]] | `:auto-import-policy` | | `dataCompressionType` | software.amazon.awscdk.services.fsx.LustreDataCompressionType | [[cdk.api.services.fsx/lustre-data-compression-type]] | `:data-compression-type` | | `deploymentType` | software.amazon.awscdk.services.fsx.LustreDeploymentType | [[cdk.api.services.fsx/lustre-deployment-type]] | `:deployment-type` | | `exportPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:export-path` | | `importPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:import-path` | | `importedFileChunkSizeMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:imported-file-chunk-size-mi-b` | | `perUnitStorageThroughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:per-unit-storage-throughput` | | `weeklyMaintenanceStartTime` | software.amazon.awscdk.services.fsx.LustreMaintenanceTime | [[cdk.support/lookup-entry]] | `:weekly-maintenance-start-time` |
(build-lustre-file-system-builder builder id config)
The build-lustre-file-system-builder function updates a LustreFileSystem$Builder instance using the provided configuration. The function takes the LustreFileSystem$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 |
---|---|---|---|
backupId | java.lang.String | cdk.support/lookup-entry | :backup-id |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
lustreConfiguration | software.amazon.awscdk.services.fsx.LustreConfiguration | cdk.support/lookup-entry | :lustre-configuration |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
storageCapacityGiB | java.lang.Number | cdk.support/lookup-entry | :storage-capacity-gi-b |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcSubnet | software.amazon.awscdk.services.ec2.ISubnet | cdk.support/lookup-entry | :vpc-subnet |
The build-lustre-file-system-builder function updates a LustreFileSystem$Builder instance using the provided configuration. The function takes the LustreFileSystem$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 | |---|---|---|---| | `backupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:backup-id` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `lustreConfiguration` | software.amazon.awscdk.services.fsx.LustreConfiguration | [[cdk.support/lookup-entry]] | `:lustre-configuration` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `storageCapacityGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:storage-capacity-gi-b` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcSubnet` | software.amazon.awscdk.services.ec2.ISubnet | [[cdk.support/lookup-entry]] | `:vpc-subnet` |
(build-lustre-file-system-props-builder builder id config)
The build-lustre-file-system-props-builder function updates a LustreFileSystemProps$Builder instance using the provided configuration. The function takes the LustreFileSystemProps$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 |
---|---|---|---|
backupId | java.lang.String | cdk.support/lookup-entry | :backup-id |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
lustreConfiguration | software.amazon.awscdk.services.fsx.LustreConfiguration | cdk.support/lookup-entry | :lustre-configuration |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
storageCapacityGiB | java.lang.Number | cdk.support/lookup-entry | :storage-capacity-gi-b |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcSubnet | software.amazon.awscdk.services.ec2.ISubnet | cdk.support/lookup-entry | :vpc-subnet |
The build-lustre-file-system-props-builder function updates a LustreFileSystemProps$Builder instance using the provided configuration. The function takes the LustreFileSystemProps$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 | |---|---|---|---| | `backupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:backup-id` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `lustreConfiguration` | software.amazon.awscdk.services.fsx.LustreConfiguration | [[cdk.support/lookup-entry]] | `:lustre-configuration` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `storageCapacityGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:storage-capacity-gi-b` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcSubnet` | software.amazon.awscdk.services.ec2.ISubnet | [[cdk.support/lookup-entry]] | `:vpc-subnet` |
(build-lustre-maintenance-time-builder builder id config)
The build-lustre-maintenance-time-builder function updates a LustreMaintenanceTime$Builder instance using the provided configuration. The function takes the LustreMaintenanceTime$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 |
---|---|---|---|
day | software.amazon.awscdk.services.fsx.Weekday | cdk.api.services.fsx/weekday | :day |
hour | java.lang.Number | cdk.support/lookup-entry | :hour |
minute | java.lang.Number | cdk.support/lookup-entry | :minute |
The build-lustre-maintenance-time-builder function updates a LustreMaintenanceTime$Builder instance using the provided configuration. The function takes the LustreMaintenanceTime$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 | |---|---|---|---| | `day` | software.amazon.awscdk.services.fsx.Weekday | [[cdk.api.services.fsx/weekday]] | `:day` | | `hour` | java.lang.Number | [[cdk.support/lookup-entry]] | `:hour` | | `minute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minute` |
(build-lustre-maintenance-time-props-builder builder id config)
The build-lustre-maintenance-time-props-builder function updates a LustreMaintenanceTimeProps$Builder instance using the provided configuration. The function takes the LustreMaintenanceTimeProps$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 |
---|---|---|---|
day | software.amazon.awscdk.services.fsx.Weekday | cdk.api.services.fsx/weekday | :day |
hour | java.lang.Number | cdk.support/lookup-entry | :hour |
minute | java.lang.Number | cdk.support/lookup-entry | :minute |
The build-lustre-maintenance-time-props-builder function updates a LustreMaintenanceTimeProps$Builder instance using the provided configuration. The function takes the LustreMaintenanceTimeProps$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 | |---|---|---|---| | `day` | software.amazon.awscdk.services.fsx.Weekday | [[cdk.api.services.fsx/weekday]] | `:day` | | `hour` | java.lang.Number | [[cdk.support/lookup-entry]] | `:hour` | | `minute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minute` |
(cfn-data-repository-association-auto-export-policy-property-builder id config)
Creates a CfnDataRepositoryAssociation$AutoExportPolicyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataRepositoryAssociation$AutoExportPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-repository-association-auto-import-policy-property-builder id config)
Creates a CfnDataRepositoryAssociation$AutoImportPolicyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataRepositoryAssociation$AutoImportPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-repository-association-builder scope id config)
Creates a CfnDataRepositoryAssociation$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 `CfnDataRepositoryAssociation$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-repository-association-props-builder id config)
Creates a CfnDataRepositoryAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataRepositoryAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-repository-association-s3-property-builder id config)
Creates a CfnDataRepositoryAssociation$S3Property$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataRepositoryAssociation$S3Property$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-audit-log-configuration-property-builder id config)
Creates a CfnFileSystem$AuditLogConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$AuditLogConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-builder scope id config)
Creates a CfnFileSystem$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnFileSystem$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-client-configurations-property-builder id config)
Creates a CfnFileSystem$ClientConfigurationsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$ClientConfigurationsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-disk-iops-configuration-property-builder id config)
Creates a CfnFileSystem$DiskIopsConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$DiskIopsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-lustre-configuration-property-builder id config)
Creates a CfnFileSystem$LustreConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$LustreConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-nfs-exports-property-builder id config)
Creates a CfnFileSystem$NfsExportsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$NfsExportsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-ontap-configuration-property-builder id config)
Creates a CfnFileSystem$OntapConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$OntapConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-open-zfs-configuration-property-builder id config)
Creates a CfnFileSystem$OpenZFSConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$OpenZFSConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-props-builder id config)
Creates a CfnFileSystemProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystemProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-root-volume-configuration-property-builder id config)
Creates a CfnFileSystem$RootVolumeConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$RootVolumeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-self-managed-active-directory-configuration-property-builder
id
config)
Creates a CfnFileSystem$SelfManagedActiveDirectoryConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$SelfManagedActiveDirectoryConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-user-and-group-quotas-property-builder id config)
Creates a CfnFileSystem$UserAndGroupQuotasProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$UserAndGroupQuotasProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-file-system-windows-configuration-property-builder id config)
Creates a CfnFileSystem$WindowsConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFileSystem$WindowsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-snapshot-builder scope id config)
Creates a CfnSnapshot$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 `CfnSnapshot$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-snapshot-props-builder id config)
Creates a CfnSnapshotProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSnapshotProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-storage-virtual-machine-active-directory-configuration-property-builder
id
config)
Creates a CfnStorageVirtualMachine$ActiveDirectoryConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnStorageVirtualMachine$ActiveDirectoryConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-storage-virtual-machine-builder scope id config)
Creates a CfnStorageVirtualMachine$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 `CfnStorageVirtualMachine$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-storage-virtual-machine-props-builder id config)
Creates a CfnStorageVirtualMachineProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnStorageVirtualMachineProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-storage-virtual-machine-self-managed-active-directory-configuration-property-builder
id
config)
Creates a CfnStorageVirtualMachine$SelfManagedActiveDirectoryConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnStorageVirtualMachine$SelfManagedActiveDirectoryConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-aggregate-configuration-property-builder id config)
Creates a CfnVolume$AggregateConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$AggregateConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-autocommit-period-property-builder id config)
Creates a CfnVolume$AutocommitPeriodProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$AutocommitPeriodProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-builder scope id config)
Creates a CfnVolume$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 `CfnVolume$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-client-configurations-property-builder id config)
Creates a CfnVolume$ClientConfigurationsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$ClientConfigurationsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-nfs-exports-property-builder id config)
Creates a CfnVolume$NfsExportsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$NfsExportsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-ontap-configuration-property-builder id config)
Creates a CfnVolume$OntapConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$OntapConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-open-zfs-configuration-property-builder id config)
Creates a CfnVolume$OpenZFSConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$OpenZFSConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-origin-snapshot-property-builder id config)
Creates a CfnVolume$OriginSnapshotProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$OriginSnapshotProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-props-builder id config)
Creates a CfnVolumeProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolumeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-retention-period-property-builder id config)
Creates a CfnVolume$RetentionPeriodProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$RetentionPeriodProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-snaplock-configuration-property-builder id config)
Creates a CfnVolume$SnaplockConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$SnaplockConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-snaplock-retention-period-property-builder id config)
Creates a CfnVolume$SnaplockRetentionPeriodProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$SnaplockRetentionPeriodProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-tiering-policy-property-builder id config)
Creates a CfnVolume$TieringPolicyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$TieringPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-volume-user-and-group-quotas-property-builder id config)
Creates a CfnVolume$UserAndGroupQuotasProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnVolume$UserAndGroupQuotasProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(file-system-attributes-builder id config)
Creates a FileSystemAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `FileSystemAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(file-system-props-builder id config)
Creates a FileSystemProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `FileSystemProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(lustre-auto-import-policy config id item-key)
The lustre-auto-import-policy
function data interprets values in the provided config data into a
LustreAutoImportPolicy
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:
LustreAutoImportPolicy
- the value is returned.:new-changed-deleted
- LustreAutoImportPolicy/NEW_CHANGED_DELETED
is returned:new
- LustreAutoImportPolicy/NEW
is returned:none
- LustreAutoImportPolicy/NONE
is returned:new-changed
- LustreAutoImportPolicy/NEW_CHANGED
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `lustre-auto-import-policy` function data interprets values in the provided config data into a `LustreAutoImportPolicy` 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 `LustreAutoImportPolicy` - the value is returned. * is `:new-changed-deleted` - `LustreAutoImportPolicy/NEW_CHANGED_DELETED` is returned * is `:new` - `LustreAutoImportPolicy/NEW` is returned * is `:none` - `LustreAutoImportPolicy/NONE` is returned * is `:new-changed` - `LustreAutoImportPolicy/NEW_CHANGED` is returned If a value is not found or matches the above criteria, nil is returned.
(lustre-configuration-builder id config)
Creates a LustreConfiguration$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `LustreConfiguration$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 |
(lustre-data-compression-type config id item-key)
The lustre-data-compression-type
function data interprets values in the provided config data into a
LustreDataCompressionType
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:
LustreDataCompressionType
- the value is returned.:lz4
- LustreDataCompressionType/LZ4
is returned:none
- LustreDataCompressionType/NONE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `lustre-data-compression-type` function data interprets values in the provided config data into a `LustreDataCompressionType` 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 `LustreDataCompressionType` - the value is returned. * is `:lz4` - `LustreDataCompressionType/LZ4` is returned * is `:none` - `LustreDataCompressionType/NONE` is returned If a value is not found or matches the above criteria, nil is returned.
(lustre-deployment-type config id item-key)
The lustre-deployment-type
function data interprets values in the provided config data into a
LustreDeploymentType
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:
LustreDeploymentType
- the value is returned.:persistent-2
- LustreDeploymentType/PERSISTENT_2
is returned:scratch-1
- LustreDeploymentType/SCRATCH_1
is returned:scratch-2
- LustreDeploymentType/SCRATCH_2
is returned:persistent-1
- LustreDeploymentType/PERSISTENT_1
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `lustre-deployment-type` function data interprets values in the provided config data into a `LustreDeploymentType` 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 `LustreDeploymentType` - the value is returned. * is `:persistent-2` - `LustreDeploymentType/PERSISTENT_2` is returned * is `:scratch-1` - `LustreDeploymentType/SCRATCH_1` is returned * is `:scratch-2` - `LustreDeploymentType/SCRATCH_2` is returned * is `:persistent-1` - `LustreDeploymentType/PERSISTENT_1` is returned If a value is not found or matches the above criteria, nil is returned.
(lustre-file-system-builder scope id config)
Creates a LustreFileSystem$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 `LustreFileSystem$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 |
(lustre-file-system-props-builder id config)
Creates a LustreFileSystemProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `LustreFileSystemProps$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 |
(lustre-maintenance-time-builder id config)
Creates a LustreMaintenanceTime$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `LustreMaintenanceTime$Builder` instance using a no-argument create, 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 |
(lustre-maintenance-time-props-builder id config)
Creates a LustreMaintenanceTimeProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `LustreMaintenanceTimeProps$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 |
(weekday config id item-key)
The weekday
function data interprets values in the provided config data into a
Weekday
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:
Weekday
- the value is returned.:sunday
- Weekday/SUNDAY
is returned:thursday
- Weekday/THURSDAY
is returned:tuesday
- Weekday/TUESDAY
is returned:wednesday
- Weekday/WEDNESDAY
is returned:monday
- Weekday/MONDAY
is returned:friday
- Weekday/FRIDAY
is returned:saturday
- Weekday/SATURDAY
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `weekday` function data interprets values in the provided config data into a `Weekday` 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 `Weekday` - the value is returned. * is `:sunday` - `Weekday/SUNDAY` is returned * is `:thursday` - `Weekday/THURSDAY` is returned * is `:tuesday` - `Weekday/TUESDAY` is returned * is `:wednesday` - `Weekday/WEDNESDAY` is returned * is `:monday` - `Weekday/MONDAY` is returned * is `:friday` - `Weekday/FRIDAY` is returned * is `:saturday` - `Weekday/SATURDAY` is returned If a value is not found or matches the above criteria, nil is returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close