Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.datasync package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.datasync package.
(build-cfn-agent-builder builder id config)
The build-cfn-agent-builder function updates a CfnAgent$Builder instance using the provided configuration. The function takes the CfnAgent$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 |
---|---|---|---|
activationKey | java.lang.String | cdk.support/lookup-entry | :activation-key |
agentName | java.lang.String | cdk.support/lookup-entry | :agent-name |
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
subnetArns | java.util.List | cdk.support/lookup-entry | :subnet-arns |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcEndpointId | java.lang.String | cdk.support/lookup-entry | :vpc-endpoint-id |
The build-cfn-agent-builder function updates a CfnAgent$Builder instance using the provided configuration. The function takes the CfnAgent$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 | |---|---|---|---| | `activationKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:activation-key` | | `agentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:agent-name` | | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `subnetArns` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-arns` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-id` |
(build-cfn-agent-props-builder builder id config)
The build-cfn-agent-props-builder function updates a CfnAgentProps$Builder instance using the provided configuration. The function takes the CfnAgentProps$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 |
---|---|---|---|
activationKey | java.lang.String | cdk.support/lookup-entry | :activation-key |
agentName | java.lang.String | cdk.support/lookup-entry | :agent-name |
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
subnetArns | java.util.List | cdk.support/lookup-entry | :subnet-arns |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcEndpointId | java.lang.String | cdk.support/lookup-entry | :vpc-endpoint-id |
The build-cfn-agent-props-builder function updates a CfnAgentProps$Builder instance using the provided configuration. The function takes the CfnAgentProps$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 | |---|---|---|---| | `activationKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:activation-key` | | `agentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:agent-name` | | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `subnetArns` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-arns` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-id` |
(build-cfn-location-azure-blob-azure-blob-sas-configuration-property-builder
builder
id
config)
The build-cfn-location-azure-blob-azure-blob-sas-configuration-property-builder function updates a CfnLocationAzureBlob$AzureBlobSasConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLocationAzureBlob$AzureBlobSasConfigurationProperty$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 |
---|---|---|---|
azureBlobSasToken | java.lang.String | cdk.support/lookup-entry | :azure-blob-sas-token |
The build-cfn-location-azure-blob-azure-blob-sas-configuration-property-builder function updates a CfnLocationAzureBlob$AzureBlobSasConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLocationAzureBlob$AzureBlobSasConfigurationProperty$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 | |---|---|---|---| | `azureBlobSasToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:azure-blob-sas-token` |
(build-cfn-location-azure-blob-builder builder id config)
The build-cfn-location-azure-blob-builder function updates a CfnLocationAzureBlob$Builder instance using the provided configuration. The function takes the CfnLocationAzureBlob$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 |
---|---|---|---|
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
azureAccessTier | java.lang.String | cdk.support/lookup-entry | :azure-access-tier |
azureBlobAuthenticationType | java.lang.String | cdk.support/lookup-entry | :azure-blob-authentication-type |
azureBlobContainerUrl | java.lang.String | cdk.support/lookup-entry | :azure-blob-container-url |
azureBlobSasConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :azure-blob-sas-configuration |
azureBlobType | java.lang.String | cdk.support/lookup-entry | :azure-blob-type |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-azure-blob-builder function updates a CfnLocationAzureBlob$Builder instance using the provided configuration. The function takes the CfnLocationAzureBlob$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 | |---|---|---|---| | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` | | `azureAccessTier` | java.lang.String | [[cdk.support/lookup-entry]] | `:azure-access-tier` | | `azureBlobAuthenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:azure-blob-authentication-type` | | `azureBlobContainerUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:azure-blob-container-url` | | `azureBlobSasConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:azure-blob-sas-configuration` | | `azureBlobType` | java.lang.String | [[cdk.support/lookup-entry]] | `:azure-blob-type` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-azure-blob-props-builder builder id config)
The build-cfn-location-azure-blob-props-builder function updates a CfnLocationAzureBlobProps$Builder instance using the provided configuration. The function takes the CfnLocationAzureBlobProps$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 |
---|---|---|---|
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
azureAccessTier | java.lang.String | cdk.support/lookup-entry | :azure-access-tier |
azureBlobAuthenticationType | java.lang.String | cdk.support/lookup-entry | :azure-blob-authentication-type |
azureBlobContainerUrl | java.lang.String | cdk.support/lookup-entry | :azure-blob-container-url |
azureBlobSasConfiguration | software.amazon.awscdk.services.datasync.CfnLocationAzureBlob$AzureBlobSasConfigurationProperty | cdk.support/lookup-entry | :azure-blob-sas-configuration |
azureBlobType | java.lang.String | cdk.support/lookup-entry | :azure-blob-type |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-azure-blob-props-builder function updates a CfnLocationAzureBlobProps$Builder instance using the provided configuration. The function takes the CfnLocationAzureBlobProps$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 | |---|---|---|---| | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` | | `azureAccessTier` | java.lang.String | [[cdk.support/lookup-entry]] | `:azure-access-tier` | | `azureBlobAuthenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:azure-blob-authentication-type` | | `azureBlobContainerUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:azure-blob-container-url` | | `azureBlobSasConfiguration` | software.amazon.awscdk.services.datasync.CfnLocationAzureBlob$AzureBlobSasConfigurationProperty | [[cdk.support/lookup-entry]] | `:azure-blob-sas-configuration` | | `azureBlobType` | java.lang.String | [[cdk.support/lookup-entry]] | `:azure-blob-type` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-efs-builder builder id config)
The build-cfn-location-efs-builder function updates a CfnLocationEFS$Builder instance using the provided configuration. The function takes the CfnLocationEFS$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessPointArn | java.lang.String | cdk.support/lookup-entry | :access-point-arn |
ec2Config | software.amazon.awscdk.services.datasync.CfnLocationEFS$Ec2ConfigProperty | cdk.support/lookup-entry | :ec2-config |
efsFilesystemArn | java.lang.String | cdk.support/lookup-entry | :efs-filesystem-arn |
fileSystemAccessRoleArn | java.lang.String | cdk.support/lookup-entry | :file-system-access-role-arn |
inTransitEncryption | java.lang.String | cdk.support/lookup-entry | :in-transit-encryption |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-efs-builder function updates a CfnLocationEFS$Builder instance using the provided configuration. The function takes the CfnLocationEFS$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessPointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-point-arn` | | `ec2Config` | software.amazon.awscdk.services.datasync.CfnLocationEFS$Ec2ConfigProperty | [[cdk.support/lookup-entry]] | `:ec2-config` | | `efsFilesystemArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:efs-filesystem-arn` | | `fileSystemAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-access-role-arn` | | `inTransitEncryption` | java.lang.String | [[cdk.support/lookup-entry]] | `:in-transit-encryption` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-efs-ec2-config-property-builder builder id config)
The build-cfn-location-efs-ec2-config-property-builder function updates a CfnLocationEFS$Ec2ConfigProperty$Builder instance using the provided configuration. The function takes the CfnLocationEFS$Ec2ConfigProperty$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 |
---|---|---|---|
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
subnetArn | java.lang.String | cdk.support/lookup-entry | :subnet-arn |
The build-cfn-location-efs-ec2-config-property-builder function updates a CfnLocationEFS$Ec2ConfigProperty$Builder instance using the provided configuration. The function takes the CfnLocationEFS$Ec2ConfigProperty$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 | |---|---|---|---| | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `subnetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-arn` |
(build-cfn-location-efs-props-builder builder id config)
The build-cfn-location-efs-props-builder function updates a CfnLocationEFSProps$Builder instance using the provided configuration. The function takes the CfnLocationEFSProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessPointArn | java.lang.String | cdk.support/lookup-entry | :access-point-arn |
ec2Config | software.amazon.awscdk.services.datasync.CfnLocationEFS$Ec2ConfigProperty | cdk.support/lookup-entry | :ec2-config |
efsFilesystemArn | java.lang.String | cdk.support/lookup-entry | :efs-filesystem-arn |
fileSystemAccessRoleArn | java.lang.String | cdk.support/lookup-entry | :file-system-access-role-arn |
inTransitEncryption | java.lang.String | cdk.support/lookup-entry | :in-transit-encryption |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-efs-props-builder function updates a CfnLocationEFSProps$Builder instance using the provided configuration. The function takes the CfnLocationEFSProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessPointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-point-arn` | | `ec2Config` | software.amazon.awscdk.services.datasync.CfnLocationEFS$Ec2ConfigProperty | [[cdk.support/lookup-entry]] | `:ec2-config` | | `efsFilesystemArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:efs-filesystem-arn` | | `fileSystemAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-access-role-arn` | | `inTransitEncryption` | java.lang.String | [[cdk.support/lookup-entry]] | `:in-transit-encryption` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-f-sx-lustre-builder builder id config)
The build-cfn-location-f-sx-lustre-builder function updates a CfnLocationFSxLustre$Builder instance using the provided configuration. The function takes the CfnLocationFSxLustre$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 |
---|---|---|---|
fsxFilesystemArn | java.lang.String | cdk.support/lookup-entry | :fsx-filesystem-arn |
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-f-sx-lustre-builder function updates a CfnLocationFSxLustre$Builder instance using the provided configuration. The function takes the CfnLocationFSxLustre$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 | |---|---|---|---| | `fsxFilesystemArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:fsx-filesystem-arn` | | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-f-sx-lustre-props-builder builder id config)
The build-cfn-location-f-sx-lustre-props-builder function updates a CfnLocationFSxLustreProps$Builder instance using the provided configuration. The function takes the CfnLocationFSxLustreProps$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 |
---|---|---|---|
fsxFilesystemArn | java.lang.String | cdk.support/lookup-entry | :fsx-filesystem-arn |
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-f-sx-lustre-props-builder function updates a CfnLocationFSxLustreProps$Builder instance using the provided configuration. The function takes the CfnLocationFSxLustreProps$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 | |---|---|---|---| | `fsxFilesystemArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:fsx-filesystem-arn` | | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-f-sx-ontap-builder builder id config)
The build-cfn-location-f-sx-ontap-builder function updates a CfnLocationFSxONTAP$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$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 |
---|---|---|---|
protocol | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :protocol |
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
storageVirtualMachineArn | java.lang.String | cdk.support/lookup-entry | :storage-virtual-machine-arn |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-f-sx-ontap-builder function updates a CfnLocationFSxONTAP$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$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 | |---|---|---|---| | `protocol` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:protocol` | | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `storageVirtualMachineArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-virtual-machine-arn` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-f-sx-ontap-nfs-mount-options-property-builder builder
id
config)
The build-cfn-location-f-sx-ontap-nfs-mount-options-property-builder function updates a CfnLocationFSxONTAP$NfsMountOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$NfsMountOptionsProperty$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 |
---|---|---|---|
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-location-f-sx-ontap-nfs-mount-options-property-builder function updates a CfnLocationFSxONTAP$NfsMountOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$NfsMountOptionsProperty$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 | |---|---|---|---| | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-location-f-sx-ontap-nfs-property-builder builder id config)
The build-cfn-location-f-sx-ontap-nfs-property-builder function updates a CfnLocationFSxONTAP$NFSProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$NFSProperty$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 |
---|---|---|---|
mountOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :mount-options |
The build-cfn-location-f-sx-ontap-nfs-property-builder function updates a CfnLocationFSxONTAP$NFSProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$NFSProperty$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 | |---|---|---|---| | `mountOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mount-options` |
(build-cfn-location-f-sx-ontap-props-builder builder id config)
The build-cfn-location-f-sx-ontap-props-builder function updates a CfnLocationFSxONTAPProps$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAPProps$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 |
---|---|---|---|
protocol | software.amazon.awscdk.services.datasync.CfnLocationFSxONTAP$ProtocolProperty | cdk.support/lookup-entry | :protocol |
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
storageVirtualMachineArn | java.lang.String | cdk.support/lookup-entry | :storage-virtual-machine-arn |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-f-sx-ontap-props-builder function updates a CfnLocationFSxONTAPProps$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAPProps$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 | |---|---|---|---| | `protocol` | software.amazon.awscdk.services.datasync.CfnLocationFSxONTAP$ProtocolProperty | [[cdk.support/lookup-entry]] | `:protocol` | | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `storageVirtualMachineArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-virtual-machine-arn` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-f-sx-ontap-protocol-property-builder builder id config)
The build-cfn-location-f-sx-ontap-protocol-property-builder function updates a CfnLocationFSxONTAP$ProtocolProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$ProtocolProperty$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 |
---|---|---|---|
nfs | software.amazon.awscdk.services.datasync.CfnLocationFSxONTAP$NFSProperty | cdk.support/lookup-entry | :nfs |
smb | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :smb |
The build-cfn-location-f-sx-ontap-protocol-property-builder function updates a CfnLocationFSxONTAP$ProtocolProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$ProtocolProperty$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 | |---|---|---|---| | `nfs` | software.amazon.awscdk.services.datasync.CfnLocationFSxONTAP$NFSProperty | [[cdk.support/lookup-entry]] | `:nfs` | | `smb` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:smb` |
(build-cfn-location-f-sx-ontap-smb-mount-options-property-builder builder
id
config)
The build-cfn-location-f-sx-ontap-smb-mount-options-property-builder function updates a CfnLocationFSxONTAP$SmbMountOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$SmbMountOptionsProperty$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 |
---|---|---|---|
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-location-f-sx-ontap-smb-mount-options-property-builder function updates a CfnLocationFSxONTAP$SmbMountOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$SmbMountOptionsProperty$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 | |---|---|---|---| | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-location-f-sx-ontap-smb-property-builder builder id config)
The build-cfn-location-f-sx-ontap-smb-property-builder function updates a CfnLocationFSxONTAP$SMBProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$SMBProperty$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 |
---|---|---|---|
domain | java.lang.String | cdk.support/lookup-entry | :domain |
mountOptions | software.amazon.awscdk.services.datasync.CfnLocationFSxONTAP$SmbMountOptionsProperty | cdk.support/lookup-entry | :mount-options |
password | java.lang.String | cdk.support/lookup-entry | :password |
user | java.lang.String | cdk.support/lookup-entry | :user |
The build-cfn-location-f-sx-ontap-smb-property-builder function updates a CfnLocationFSxONTAP$SMBProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxONTAP$SMBProperty$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 | |---|---|---|---| | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `mountOptions` | software.amazon.awscdk.services.datasync.CfnLocationFSxONTAP$SmbMountOptionsProperty | [[cdk.support/lookup-entry]] | `:mount-options` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
(build-cfn-location-f-sx-open-zfs-builder builder id config)
The build-cfn-location-f-sx-open-zfs-builder function updates a CfnLocationFSxOpenZFS$Builder instance using the provided configuration. The function takes the CfnLocationFSxOpenZFS$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 |
---|---|---|---|
fsxFilesystemArn | java.lang.String | cdk.support/lookup-entry | :fsx-filesystem-arn |
protocol | software.amazon.awscdk.services.datasync.CfnLocationFSxOpenZFS$ProtocolProperty | cdk.support/lookup-entry | :protocol |
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-f-sx-open-zfs-builder function updates a CfnLocationFSxOpenZFS$Builder instance using the provided configuration. The function takes the CfnLocationFSxOpenZFS$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 | |---|---|---|---| | `fsxFilesystemArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:fsx-filesystem-arn` | | `protocol` | software.amazon.awscdk.services.datasync.CfnLocationFSxOpenZFS$ProtocolProperty | [[cdk.support/lookup-entry]] | `:protocol` | | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-f-sx-open-zfs-mount-options-property-builder builder
id
config)
The build-cfn-location-f-sx-open-zfs-mount-options-property-builder function updates a CfnLocationFSxOpenZFS$MountOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxOpenZFS$MountOptionsProperty$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 |
---|---|---|---|
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-location-f-sx-open-zfs-mount-options-property-builder function updates a CfnLocationFSxOpenZFS$MountOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxOpenZFS$MountOptionsProperty$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 | |---|---|---|---| | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-location-f-sx-open-zfs-nfs-property-builder builder id config)
The build-cfn-location-f-sx-open-zfs-nfs-property-builder function updates a CfnLocationFSxOpenZFS$NFSProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxOpenZFS$NFSProperty$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 |
---|---|---|---|
mountOptions | software.amazon.awscdk.services.datasync.CfnLocationFSxOpenZFS$MountOptionsProperty | cdk.support/lookup-entry | :mount-options |
The build-cfn-location-f-sx-open-zfs-nfs-property-builder function updates a CfnLocationFSxOpenZFS$NFSProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxOpenZFS$NFSProperty$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 | |---|---|---|---| | `mountOptions` | software.amazon.awscdk.services.datasync.CfnLocationFSxOpenZFS$MountOptionsProperty | [[cdk.support/lookup-entry]] | `:mount-options` |
(build-cfn-location-f-sx-open-zfs-props-builder builder id config)
The build-cfn-location-f-sx-open-zfs-props-builder function updates a CfnLocationFSxOpenZFSProps$Builder instance using the provided configuration. The function takes the CfnLocationFSxOpenZFSProps$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 |
---|---|---|---|
fsxFilesystemArn | java.lang.String | cdk.support/lookup-entry | :fsx-filesystem-arn |
protocol | software.amazon.awscdk.services.datasync.CfnLocationFSxOpenZFS$ProtocolProperty | cdk.support/lookup-entry | :protocol |
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-f-sx-open-zfs-props-builder function updates a CfnLocationFSxOpenZFSProps$Builder instance using the provided configuration. The function takes the CfnLocationFSxOpenZFSProps$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 | |---|---|---|---| | `fsxFilesystemArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:fsx-filesystem-arn` | | `protocol` | software.amazon.awscdk.services.datasync.CfnLocationFSxOpenZFS$ProtocolProperty | [[cdk.support/lookup-entry]] | `:protocol` | | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-f-sx-open-zfs-protocol-property-builder builder id config)
The build-cfn-location-f-sx-open-zfs-protocol-property-builder function updates a CfnLocationFSxOpenZFS$ProtocolProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxOpenZFS$ProtocolProperty$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 |
---|---|---|---|
nfs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :nfs |
The build-cfn-location-f-sx-open-zfs-protocol-property-builder function updates a CfnLocationFSxOpenZFS$ProtocolProperty$Builder instance using the provided configuration. The function takes the CfnLocationFSxOpenZFS$ProtocolProperty$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 | |---|---|---|---| | `nfs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:nfs` |
(build-cfn-location-f-sx-windows-builder builder id config)
The build-cfn-location-f-sx-windows-builder function updates a CfnLocationFSxWindows$Builder instance using the provided configuration. The function takes the CfnLocationFSxWindows$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 |
---|---|---|---|
domain | java.lang.String | cdk.support/lookup-entry | :domain |
fsxFilesystemArn | java.lang.String | cdk.support/lookup-entry | :fsx-filesystem-arn |
password | java.lang.String | cdk.support/lookup-entry | :password |
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
user | java.lang.String | cdk.support/lookup-entry | :user |
The build-cfn-location-f-sx-windows-builder function updates a CfnLocationFSxWindows$Builder instance using the provided configuration. The function takes the CfnLocationFSxWindows$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 | |---|---|---|---| | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `fsxFilesystemArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:fsx-filesystem-arn` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
(build-cfn-location-f-sx-windows-props-builder builder id config)
The build-cfn-location-f-sx-windows-props-builder function updates a CfnLocationFSxWindowsProps$Builder instance using the provided configuration. The function takes the CfnLocationFSxWindowsProps$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 |
---|---|---|---|
domain | java.lang.String | cdk.support/lookup-entry | :domain |
fsxFilesystemArn | java.lang.String | cdk.support/lookup-entry | :fsx-filesystem-arn |
password | java.lang.String | cdk.support/lookup-entry | :password |
securityGroupArns | java.util.List | cdk.support/lookup-entry | :security-group-arns |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
user | java.lang.String | cdk.support/lookup-entry | :user |
The build-cfn-location-f-sx-windows-props-builder function updates a CfnLocationFSxWindowsProps$Builder instance using the provided configuration. The function takes the CfnLocationFSxWindowsProps$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 | |---|---|---|---| | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `fsxFilesystemArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:fsx-filesystem-arn` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `securityGroupArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-arns` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
(build-cfn-location-hdfs-builder builder id config)
The build-cfn-location-hdfs-builder function updates a CfnLocationHDFS$Builder instance using the provided configuration. The function takes the CfnLocationHDFS$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 |
---|---|---|---|
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
authenticationType | java.lang.String | cdk.support/lookup-entry | :authentication-type |
blockSize | java.lang.Number | cdk.support/lookup-entry | :block-size |
kerberosKeytab | java.lang.String | cdk.support/lookup-entry | :kerberos-keytab |
kerberosKrb5Conf | java.lang.String | cdk.support/lookup-entry | :kerberos-krb5-conf |
kerberosPrincipal | java.lang.String | cdk.support/lookup-entry | :kerberos-principal |
kmsKeyProviderUri | java.lang.String | cdk.support/lookup-entry | :kms-key-provider-uri |
nameNodes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :name-nodes |
qopConfiguration | software.amazon.awscdk.services.datasync.CfnLocationHDFS$QopConfigurationProperty | cdk.support/lookup-entry | :qop-configuration |
replicationFactor | java.lang.Number | cdk.support/lookup-entry | :replication-factor |
simpleUser | java.lang.String | cdk.support/lookup-entry | :simple-user |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-hdfs-builder function updates a CfnLocationHDFS$Builder instance using the provided configuration. The function takes the CfnLocationHDFS$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 | |---|---|---|---| | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` | | `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` | | `blockSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:block-size` | | `kerberosKeytab` | java.lang.String | [[cdk.support/lookup-entry]] | `:kerberos-keytab` | | `kerberosKrb5Conf` | java.lang.String | [[cdk.support/lookup-entry]] | `:kerberos-krb5-conf` | | `kerberosPrincipal` | java.lang.String | [[cdk.support/lookup-entry]] | `:kerberos-principal` | | `kmsKeyProviderUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-provider-uri` | | `nameNodes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:name-nodes` | | `qopConfiguration` | software.amazon.awscdk.services.datasync.CfnLocationHDFS$QopConfigurationProperty | [[cdk.support/lookup-entry]] | `:qop-configuration` | | `replicationFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:replication-factor` | | `simpleUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:simple-user` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-hdfs-name-node-property-builder builder id config)
The build-cfn-location-hdfs-name-node-property-builder function updates a CfnLocationHDFS$NameNodeProperty$Builder instance using the provided configuration. The function takes the CfnLocationHDFS$NameNodeProperty$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 |
---|---|---|---|
hostname | java.lang.String | cdk.support/lookup-entry | :hostname |
port | java.lang.Number | cdk.support/lookup-entry | :port |
The build-cfn-location-hdfs-name-node-property-builder function updates a CfnLocationHDFS$NameNodeProperty$Builder instance using the provided configuration. The function takes the CfnLocationHDFS$NameNodeProperty$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 | |---|---|---|---| | `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
(build-cfn-location-hdfs-props-builder builder id config)
The build-cfn-location-hdfs-props-builder function updates a CfnLocationHDFSProps$Builder instance using the provided configuration. The function takes the CfnLocationHDFSProps$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 |
---|---|---|---|
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
authenticationType | java.lang.String | cdk.support/lookup-entry | :authentication-type |
blockSize | java.lang.Number | cdk.support/lookup-entry | :block-size |
kerberosKeytab | java.lang.String | cdk.support/lookup-entry | :kerberos-keytab |
kerberosKrb5Conf | java.lang.String | cdk.support/lookup-entry | :kerberos-krb5-conf |
kerberosPrincipal | java.lang.String | cdk.support/lookup-entry | :kerberos-principal |
kmsKeyProviderUri | java.lang.String | cdk.support/lookup-entry | :kms-key-provider-uri |
nameNodes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :name-nodes |
qopConfiguration | software.amazon.awscdk.services.datasync.CfnLocationHDFS$QopConfigurationProperty | cdk.support/lookup-entry | :qop-configuration |
replicationFactor | java.lang.Number | cdk.support/lookup-entry | :replication-factor |
simpleUser | java.lang.String | cdk.support/lookup-entry | :simple-user |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-hdfs-props-builder function updates a CfnLocationHDFSProps$Builder instance using the provided configuration. The function takes the CfnLocationHDFSProps$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 | |---|---|---|---| | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` | | `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` | | `blockSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:block-size` | | `kerberosKeytab` | java.lang.String | [[cdk.support/lookup-entry]] | `:kerberos-keytab` | | `kerberosKrb5Conf` | java.lang.String | [[cdk.support/lookup-entry]] | `:kerberos-krb5-conf` | | `kerberosPrincipal` | java.lang.String | [[cdk.support/lookup-entry]] | `:kerberos-principal` | | `kmsKeyProviderUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-provider-uri` | | `nameNodes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:name-nodes` | | `qopConfiguration` | software.amazon.awscdk.services.datasync.CfnLocationHDFS$QopConfigurationProperty | [[cdk.support/lookup-entry]] | `:qop-configuration` | | `replicationFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:replication-factor` | | `simpleUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:simple-user` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-hdfs-qop-configuration-property-builder builder id config)
The build-cfn-location-hdfs-qop-configuration-property-builder function updates a CfnLocationHDFS$QopConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLocationHDFS$QopConfigurationProperty$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 |
---|---|---|---|
dataTransferProtection | java.lang.String | cdk.support/lookup-entry | :data-transfer-protection |
rpcProtection | java.lang.String | cdk.support/lookup-entry | :rpc-protection |
The build-cfn-location-hdfs-qop-configuration-property-builder function updates a CfnLocationHDFS$QopConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLocationHDFS$QopConfigurationProperty$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 | |---|---|---|---| | `dataTransferProtection` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-transfer-protection` | | `rpcProtection` | java.lang.String | [[cdk.support/lookup-entry]] | `:rpc-protection` |
(build-cfn-location-nfs-builder builder id config)
The build-cfn-location-nfs-builder function updates a CfnLocationNFS$Builder instance using the provided configuration. The function takes the CfnLocationNFS$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 |
---|---|---|---|
mountOptions | software.amazon.awscdk.services.datasync.CfnLocationNFS$MountOptionsProperty | cdk.support/lookup-entry | :mount-options |
onPremConfig | software.amazon.awscdk.services.datasync.CfnLocationNFS$OnPremConfigProperty | cdk.support/lookup-entry | :on-prem-config |
serverHostname | java.lang.String | cdk.support/lookup-entry | :server-hostname |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-nfs-builder function updates a CfnLocationNFS$Builder instance using the provided configuration. The function takes the CfnLocationNFS$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 | |---|---|---|---| | `mountOptions` | software.amazon.awscdk.services.datasync.CfnLocationNFS$MountOptionsProperty | [[cdk.support/lookup-entry]] | `:mount-options` | | `onPremConfig` | software.amazon.awscdk.services.datasync.CfnLocationNFS$OnPremConfigProperty | [[cdk.support/lookup-entry]] | `:on-prem-config` | | `serverHostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-hostname` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-nfs-mount-options-property-builder builder id config)
The build-cfn-location-nfs-mount-options-property-builder function updates a CfnLocationNFS$MountOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLocationNFS$MountOptionsProperty$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 |
---|---|---|---|
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-location-nfs-mount-options-property-builder function updates a CfnLocationNFS$MountOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLocationNFS$MountOptionsProperty$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 | |---|---|---|---| | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-location-nfs-on-prem-config-property-builder builder id config)
The build-cfn-location-nfs-on-prem-config-property-builder function updates a CfnLocationNFS$OnPremConfigProperty$Builder instance using the provided configuration. The function takes the CfnLocationNFS$OnPremConfigProperty$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 |
---|---|---|---|
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
The build-cfn-location-nfs-on-prem-config-property-builder function updates a CfnLocationNFS$OnPremConfigProperty$Builder instance using the provided configuration. The function takes the CfnLocationNFS$OnPremConfigProperty$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 | |---|---|---|---| | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` |
(build-cfn-location-nfs-props-builder builder id config)
The build-cfn-location-nfs-props-builder function updates a CfnLocationNFSProps$Builder instance using the provided configuration. The function takes the CfnLocationNFSProps$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 |
---|---|---|---|
mountOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :mount-options |
onPremConfig | software.amazon.awscdk.services.datasync.CfnLocationNFS$OnPremConfigProperty | cdk.support/lookup-entry | :on-prem-config |
serverHostname | java.lang.String | cdk.support/lookup-entry | :server-hostname |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-nfs-props-builder function updates a CfnLocationNFSProps$Builder instance using the provided configuration. The function takes the CfnLocationNFSProps$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 | |---|---|---|---| | `mountOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mount-options` | | `onPremConfig` | software.amazon.awscdk.services.datasync.CfnLocationNFS$OnPremConfigProperty | [[cdk.support/lookup-entry]] | `:on-prem-config` | | `serverHostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-hostname` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-object-storage-builder builder id config)
The build-cfn-location-object-storage-builder function updates a CfnLocationObjectStorage$Builder instance using the provided configuration. The function takes the CfnLocationObjectStorage$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 |
---|---|---|---|
accessKey | java.lang.String | cdk.support/lookup-entry | :access-key |
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
secretKey | java.lang.String | cdk.support/lookup-entry | :secret-key |
serverCertificate | java.lang.String | cdk.support/lookup-entry | :server-certificate |
serverHostname | java.lang.String | cdk.support/lookup-entry | :server-hostname |
serverPort | java.lang.Number | cdk.support/lookup-entry | :server-port |
serverProtocol | java.lang.String | cdk.support/lookup-entry | :server-protocol |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-object-storage-builder function updates a CfnLocationObjectStorage$Builder instance using the provided configuration. The function takes the CfnLocationObjectStorage$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 | |---|---|---|---| | `accessKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-key` | | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` | | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `secretKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-key` | | `serverCertificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-certificate` | | `serverHostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-hostname` | | `serverPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:server-port` | | `serverProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-protocol` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-object-storage-props-builder builder id config)
The build-cfn-location-object-storage-props-builder function updates a CfnLocationObjectStorageProps$Builder instance using the provided configuration. The function takes the CfnLocationObjectStorageProps$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 |
---|---|---|---|
accessKey | java.lang.String | cdk.support/lookup-entry | :access-key |
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
secretKey | java.lang.String | cdk.support/lookup-entry | :secret-key |
serverCertificate | java.lang.String | cdk.support/lookup-entry | :server-certificate |
serverHostname | java.lang.String | cdk.support/lookup-entry | :server-hostname |
serverPort | java.lang.Number | cdk.support/lookup-entry | :server-port |
serverProtocol | java.lang.String | cdk.support/lookup-entry | :server-protocol |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-object-storage-props-builder function updates a CfnLocationObjectStorageProps$Builder instance using the provided configuration. The function takes the CfnLocationObjectStorageProps$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 | |---|---|---|---| | `accessKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-key` | | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` | | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `secretKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-key` | | `serverCertificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-certificate` | | `serverHostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-hostname` | | `serverPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:server-port` | | `serverProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-protocol` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-s3-builder builder id config)
The build-cfn-location-s3-builder function updates a CfnLocationS3$Builder instance using the provided configuration. The function takes the CfnLocationS3$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 |
---|---|---|---|
s3BucketArn | java.lang.String | cdk.support/lookup-entry | :s3-bucket-arn |
s3Config | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-config |
s3StorageClass | java.lang.String | cdk.support/lookup-entry | :s3-storage-class |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-s3-builder function updates a CfnLocationS3$Builder instance using the provided configuration. The function takes the CfnLocationS3$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 | |---|---|---|---| | `s3BucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-arn` | | `s3Config` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-config` | | `s3StorageClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-storage-class` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-s3-props-builder builder id config)
The build-cfn-location-s3-props-builder function updates a CfnLocationS3Props$Builder instance using the provided configuration. The function takes the CfnLocationS3Props$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 |
---|---|---|---|
s3BucketArn | java.lang.String | cdk.support/lookup-entry | :s3-bucket-arn |
s3Config | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-config |
s3StorageClass | java.lang.String | cdk.support/lookup-entry | :s3-storage-class |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-location-s3-props-builder function updates a CfnLocationS3Props$Builder instance using the provided configuration. The function takes the CfnLocationS3Props$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 | |---|---|---|---| | `s3BucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-arn` | | `s3Config` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-config` | | `s3StorageClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-storage-class` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-location-s3-s3-config-property-builder builder id config)
The build-cfn-location-s3-s3-config-property-builder function updates a CfnLocationS3$S3ConfigProperty$Builder instance using the provided configuration. The function takes the CfnLocationS3$S3ConfigProperty$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 |
---|---|---|---|
bucketAccessRoleArn | java.lang.String | cdk.support/lookup-entry | :bucket-access-role-arn |
The build-cfn-location-s3-s3-config-property-builder function updates a CfnLocationS3$S3ConfigProperty$Builder instance using the provided configuration. The function takes the CfnLocationS3$S3ConfigProperty$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 | |---|---|---|---| | `bucketAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-access-role-arn` |
(build-cfn-location-smb-builder builder id config)
The build-cfn-location-smb-builder function updates a CfnLocationSMB$Builder instance using the provided configuration. The function takes the CfnLocationSMB$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 |
---|---|---|---|
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
domain | java.lang.String | cdk.support/lookup-entry | :domain |
mountOptions | software.amazon.awscdk.services.datasync.CfnLocationSMB$MountOptionsProperty | cdk.support/lookup-entry | :mount-options |
password | java.lang.String | cdk.support/lookup-entry | :password |
serverHostname | java.lang.String | cdk.support/lookup-entry | :server-hostname |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
user | java.lang.String | cdk.support/lookup-entry | :user |
The build-cfn-location-smb-builder function updates a CfnLocationSMB$Builder instance using the provided configuration. The function takes the CfnLocationSMB$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 | |---|---|---|---| | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` | | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `mountOptions` | software.amazon.awscdk.services.datasync.CfnLocationSMB$MountOptionsProperty | [[cdk.support/lookup-entry]] | `:mount-options` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `serverHostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-hostname` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
(build-cfn-location-smb-mount-options-property-builder builder id config)
The build-cfn-location-smb-mount-options-property-builder function updates a CfnLocationSMB$MountOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLocationSMB$MountOptionsProperty$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 |
---|---|---|---|
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-location-smb-mount-options-property-builder function updates a CfnLocationSMB$MountOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLocationSMB$MountOptionsProperty$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 | |---|---|---|---| | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-location-smb-props-builder builder id config)
The build-cfn-location-smb-props-builder function updates a CfnLocationSMBProps$Builder instance using the provided configuration. The function takes the CfnLocationSMBProps$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 |
---|---|---|---|
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
domain | java.lang.String | cdk.support/lookup-entry | :domain |
mountOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :mount-options |
password | java.lang.String | cdk.support/lookup-entry | :password |
serverHostname | java.lang.String | cdk.support/lookup-entry | :server-hostname |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
tags | java.util.List | cdk.support/lookup-entry | :tags |
user | java.lang.String | cdk.support/lookup-entry | :user |
The build-cfn-location-smb-props-builder function updates a CfnLocationSMBProps$Builder instance using the provided configuration. The function takes the CfnLocationSMBProps$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 | |---|---|---|---| | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` | | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `mountOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mount-options` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `serverHostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-hostname` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
(build-cfn-storage-system-builder builder id config)
The build-cfn-storage-system-builder function updates a CfnStorageSystem$Builder instance using the provided configuration. The function takes the CfnStorageSystem$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 |
---|---|---|---|
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
cloudWatchLogGroupArn | java.lang.String | cdk.support/lookup-entry | :cloud-watch-log-group-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
serverConfiguration | software.amazon.awscdk.services.datasync.CfnStorageSystem$ServerConfigurationProperty | cdk.support/lookup-entry | :server-configuration |
serverCredentials | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :server-credentials |
systemType | java.lang.String | cdk.support/lookup-entry | :system-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-storage-system-builder function updates a CfnStorageSystem$Builder instance using the provided configuration. The function takes the CfnStorageSystem$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 | |---|---|---|---| | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` | | `cloudWatchLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-log-group-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serverConfiguration` | software.amazon.awscdk.services.datasync.CfnStorageSystem$ServerConfigurationProperty | [[cdk.support/lookup-entry]] | `:server-configuration` | | `serverCredentials` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:server-credentials` | | `systemType` | java.lang.String | [[cdk.support/lookup-entry]] | `:system-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-storage-system-props-builder builder id config)
The build-cfn-storage-system-props-builder function updates a CfnStorageSystemProps$Builder instance using the provided configuration. The function takes the CfnStorageSystemProps$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 |
---|---|---|---|
agentArns | java.util.List | cdk.support/lookup-entry | :agent-arns |
cloudWatchLogGroupArn | java.lang.String | cdk.support/lookup-entry | :cloud-watch-log-group-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
serverConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :server-configuration |
serverCredentials | software.amazon.awscdk.services.datasync.CfnStorageSystem$ServerCredentialsProperty | cdk.support/lookup-entry | :server-credentials |
systemType | java.lang.String | cdk.support/lookup-entry | :system-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-storage-system-props-builder function updates a CfnStorageSystemProps$Builder instance using the provided configuration. The function takes the CfnStorageSystemProps$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 | |---|---|---|---| | `agentArns` | java.util.List | [[cdk.support/lookup-entry]] | `:agent-arns` | | `cloudWatchLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-log-group-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serverConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:server-configuration` | | `serverCredentials` | software.amazon.awscdk.services.datasync.CfnStorageSystem$ServerCredentialsProperty | [[cdk.support/lookup-entry]] | `:server-credentials` | | `systemType` | java.lang.String | [[cdk.support/lookup-entry]] | `:system-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-storage-system-server-configuration-property-builder builder
id
config)
The build-cfn-storage-system-server-configuration-property-builder function updates a CfnStorageSystem$ServerConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStorageSystem$ServerConfigurationProperty$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 |
---|---|---|---|
serverHostname | java.lang.String | cdk.support/lookup-entry | :server-hostname |
serverPort | java.lang.Number | cdk.support/lookup-entry | :server-port |
The build-cfn-storage-system-server-configuration-property-builder function updates a CfnStorageSystem$ServerConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStorageSystem$ServerConfigurationProperty$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 | |---|---|---|---| | `serverHostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-hostname` | | `serverPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:server-port` |
(build-cfn-storage-system-server-credentials-property-builder builder id config)
The build-cfn-storage-system-server-credentials-property-builder function updates a CfnStorageSystem$ServerCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnStorageSystem$ServerCredentialsProperty$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 |
---|---|---|---|
password | java.lang.String | cdk.support/lookup-entry | :password |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-cfn-storage-system-server-credentials-property-builder function updates a CfnStorageSystem$ServerCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnStorageSystem$ServerCredentialsProperty$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 | |---|---|---|---| | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-cfn-task-builder builder id config)
The build-cfn-task-builder function updates a CfnTask$Builder instance using the provided configuration. The function takes the CfnTask$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 |
---|---|---|---|
cloudWatchLogGroupArn | java.lang.String | cdk.support/lookup-entry | :cloud-watch-log-group-arn |
destinationLocationArn | java.lang.String | cdk.support/lookup-entry | :destination-location-arn |
excludes | java.util.List | cdk.support/lookup-entry | :excludes |
includes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :includes |
manifestConfig | software.amazon.awscdk.services.datasync.CfnTask$ManifestConfigProperty | cdk.support/lookup-entry | :manifest-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
options | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :options |
schedule | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schedule |
sourceLocationArn | java.lang.String | cdk.support/lookup-entry | :source-location-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
taskReportConfig | software.amazon.awscdk.services.datasync.CfnTask$TaskReportConfigProperty | cdk.support/lookup-entry | :task-report-config |
The build-cfn-task-builder function updates a CfnTask$Builder instance using the provided configuration. The function takes the CfnTask$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 | |---|---|---|---| | `cloudWatchLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-log-group-arn` | | `destinationLocationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-location-arn` | | `excludes` | java.util.List | [[cdk.support/lookup-entry]] | `:excludes` | | `includes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:includes` | | `manifestConfig` | software.amazon.awscdk.services.datasync.CfnTask$ManifestConfigProperty | [[cdk.support/lookup-entry]] | `:manifest-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `options` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:options` | | `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` | | `sourceLocationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-location-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `taskReportConfig` | software.amazon.awscdk.services.datasync.CfnTask$TaskReportConfigProperty | [[cdk.support/lookup-entry]] | `:task-report-config` |
(build-cfn-task-deleted-property-builder builder id config)
The build-cfn-task-deleted-property-builder function updates a CfnTask$DeletedProperty$Builder instance using the provided configuration. The function takes the CfnTask$DeletedProperty$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 |
---|---|---|---|
reportLevel | java.lang.String | cdk.support/lookup-entry | :report-level |
The build-cfn-task-deleted-property-builder function updates a CfnTask$DeletedProperty$Builder instance using the provided configuration. The function takes the CfnTask$DeletedProperty$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 | |---|---|---|---| | `reportLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-level` |
(build-cfn-task-destination-property-builder builder id config)
The build-cfn-task-destination-property-builder function updates a CfnTask$DestinationProperty$Builder instance using the provided configuration. The function takes the CfnTask$DestinationProperty$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 |
---|---|---|---|
s3 | software.amazon.awscdk.services.datasync.CfnTask$S3Property | cdk.support/lookup-entry | :s3 |
The build-cfn-task-destination-property-builder function updates a CfnTask$DestinationProperty$Builder instance using the provided configuration. The function takes the CfnTask$DestinationProperty$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 | |---|---|---|---| | `s3` | software.amazon.awscdk.services.datasync.CfnTask$S3Property | [[cdk.support/lookup-entry]] | `:s3` |
(build-cfn-task-filter-rule-property-builder builder id config)
The build-cfn-task-filter-rule-property-builder function updates a CfnTask$FilterRuleProperty$Builder instance using the provided configuration. The function takes the CfnTask$FilterRuleProperty$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 |
---|---|---|---|
filterType | java.lang.String | cdk.support/lookup-entry | :filter-type |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-task-filter-rule-property-builder function updates a CfnTask$FilterRuleProperty$Builder instance using the provided configuration. The function takes the CfnTask$FilterRuleProperty$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 | |---|---|---|---| | `filterType` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-type` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-task-manifest-config-property-builder builder id config)
The build-cfn-task-manifest-config-property-builder function updates a CfnTask$ManifestConfigProperty$Builder instance using the provided configuration. The function takes the CfnTask$ManifestConfigProperty$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 |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
format | java.lang.String | cdk.support/lookup-entry | :format |
source | software.amazon.awscdk.services.datasync.CfnTask$SourceProperty | cdk.support/lookup-entry | :source |
The build-cfn-task-manifest-config-property-builder function updates a CfnTask$ManifestConfigProperty$Builder instance using the provided configuration. The function takes the CfnTask$ManifestConfigProperty$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 | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` | | `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` | | `source` | software.amazon.awscdk.services.datasync.CfnTask$SourceProperty | [[cdk.support/lookup-entry]] | `:source` |
(build-cfn-task-manifest-config-source-s3-property-builder builder id config)
The build-cfn-task-manifest-config-source-s3-property-builder function updates a CfnTask$ManifestConfigSourceS3Property$Builder instance using the provided configuration. The function takes the CfnTask$ManifestConfigSourceS3Property$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 |
---|---|---|---|
bucketAccessRoleArn | java.lang.String | cdk.support/lookup-entry | :bucket-access-role-arn |
manifestObjectPath | java.lang.String | cdk.support/lookup-entry | :manifest-object-path |
manifestObjectVersionId | java.lang.String | cdk.support/lookup-entry | :manifest-object-version-id |
s3BucketArn | java.lang.String | cdk.support/lookup-entry | :s3-bucket-arn |
The build-cfn-task-manifest-config-source-s3-property-builder function updates a CfnTask$ManifestConfigSourceS3Property$Builder instance using the provided configuration. The function takes the CfnTask$ManifestConfigSourceS3Property$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 | |---|---|---|---| | `bucketAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-access-role-arn` | | `manifestObjectPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-object-path` | | `manifestObjectVersionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:manifest-object-version-id` | | `s3BucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-arn` |
(build-cfn-task-options-property-builder builder id config)
The build-cfn-task-options-property-builder function updates a CfnTask$OptionsProperty$Builder instance using the provided configuration. The function takes the CfnTask$OptionsProperty$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 |
---|---|---|---|
atime | java.lang.String | cdk.support/lookup-entry | :atime |
bytesPerSecond | java.lang.Number | cdk.support/lookup-entry | :bytes-per-second |
gid | java.lang.String | cdk.support/lookup-entry | :gid |
logLevel | java.lang.String | cdk.support/lookup-entry | :log-level |
mtime | java.lang.String | cdk.support/lookup-entry | :mtime |
objectTags | java.lang.String | cdk.support/lookup-entry | :object-tags |
overwriteMode | java.lang.String | cdk.support/lookup-entry | :overwrite-mode |
posixPermissions | java.lang.String | cdk.support/lookup-entry | :posix-permissions |
preserveDeletedFiles | java.lang.String | cdk.support/lookup-entry | :preserve-deleted-files |
preserveDevices | java.lang.String | cdk.support/lookup-entry | :preserve-devices |
securityDescriptorCopyFlags | java.lang.String | cdk.support/lookup-entry | :security-descriptor-copy-flags |
taskQueueing | java.lang.String | cdk.support/lookup-entry | :task-queueing |
transferMode | java.lang.String | cdk.support/lookup-entry | :transfer-mode |
uid | java.lang.String | cdk.support/lookup-entry | :uid |
verifyMode | java.lang.String | cdk.support/lookup-entry | :verify-mode |
The build-cfn-task-options-property-builder function updates a CfnTask$OptionsProperty$Builder instance using the provided configuration. The function takes the CfnTask$OptionsProperty$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 | |---|---|---|---| | `atime` | java.lang.String | [[cdk.support/lookup-entry]] | `:atime` | | `bytesPerSecond` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bytes-per-second` | | `gid` | java.lang.String | [[cdk.support/lookup-entry]] | `:gid` | | `logLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-level` | | `mtime` | java.lang.String | [[cdk.support/lookup-entry]] | `:mtime` | | `objectTags` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-tags` | | `overwriteMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:overwrite-mode` | | `posixPermissions` | java.lang.String | [[cdk.support/lookup-entry]] | `:posix-permissions` | | `preserveDeletedFiles` | java.lang.String | [[cdk.support/lookup-entry]] | `:preserve-deleted-files` | | `preserveDevices` | java.lang.String | [[cdk.support/lookup-entry]] | `:preserve-devices` | | `securityDescriptorCopyFlags` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-descriptor-copy-flags` | | `taskQueueing` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-queueing` | | `transferMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:transfer-mode` | | `uid` | java.lang.String | [[cdk.support/lookup-entry]] | `:uid` | | `verifyMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:verify-mode` |
(build-cfn-task-overrides-property-builder builder id config)
The build-cfn-task-overrides-property-builder function updates a CfnTask$OverridesProperty$Builder instance using the provided configuration. The function takes the CfnTask$OverridesProperty$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 |
---|---|---|---|
deleted | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :deleted |
skipped | software.amazon.awscdk.services.datasync.CfnTask$SkippedProperty | cdk.support/lookup-entry | :skipped |
transferred | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :transferred |
verified | software.amazon.awscdk.services.datasync.CfnTask$VerifiedProperty | cdk.support/lookup-entry | :verified |
The build-cfn-task-overrides-property-builder function updates a CfnTask$OverridesProperty$Builder instance using the provided configuration. The function takes the CfnTask$OverridesProperty$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 | |---|---|---|---| | `deleted` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deleted` | | `skipped` | software.amazon.awscdk.services.datasync.CfnTask$SkippedProperty | [[cdk.support/lookup-entry]] | `:skipped` | | `transferred` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:transferred` | | `verified` | software.amazon.awscdk.services.datasync.CfnTask$VerifiedProperty | [[cdk.support/lookup-entry]] | `:verified` |
(build-cfn-task-props-builder builder id config)
The build-cfn-task-props-builder function updates a CfnTaskProps$Builder instance using the provided configuration. The function takes the CfnTaskProps$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 |
---|---|---|---|
cloudWatchLogGroupArn | java.lang.String | cdk.support/lookup-entry | :cloud-watch-log-group-arn |
destinationLocationArn | java.lang.String | cdk.support/lookup-entry | :destination-location-arn |
excludes | java.util.List | cdk.support/lookup-entry | :excludes |
includes | java.util.List | cdk.support/lookup-entry | :includes |
manifestConfig | software.amazon.awscdk.services.datasync.CfnTask$ManifestConfigProperty | cdk.support/lookup-entry | :manifest-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
options | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :options |
schedule | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schedule |
sourceLocationArn | java.lang.String | cdk.support/lookup-entry | :source-location-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
taskReportConfig | software.amazon.awscdk.services.datasync.CfnTask$TaskReportConfigProperty | cdk.support/lookup-entry | :task-report-config |
The build-cfn-task-props-builder function updates a CfnTaskProps$Builder instance using the provided configuration. The function takes the CfnTaskProps$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 | |---|---|---|---| | `cloudWatchLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-log-group-arn` | | `destinationLocationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-location-arn` | | `excludes` | java.util.List | [[cdk.support/lookup-entry]] | `:excludes` | | `includes` | java.util.List | [[cdk.support/lookup-entry]] | `:includes` | | `manifestConfig` | software.amazon.awscdk.services.datasync.CfnTask$ManifestConfigProperty | [[cdk.support/lookup-entry]] | `:manifest-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `options` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:options` | | `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` | | `sourceLocationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-location-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `taskReportConfig` | software.amazon.awscdk.services.datasync.CfnTask$TaskReportConfigProperty | [[cdk.support/lookup-entry]] | `:task-report-config` |
(build-cfn-task-s3-property-builder builder id config)
The build-cfn-task-s3-property-builder function updates a CfnTask$S3Property$Builder instance using the provided configuration. The function takes the CfnTask$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 |
---|---|---|---|
bucketAccessRoleArn | java.lang.String | cdk.support/lookup-entry | :bucket-access-role-arn |
s3BucketArn | java.lang.String | cdk.support/lookup-entry | :s3-bucket-arn |
subdirectory | java.lang.String | cdk.support/lookup-entry | :subdirectory |
The build-cfn-task-s3-property-builder function updates a CfnTask$S3Property$Builder instance using the provided configuration. The function takes the CfnTask$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 | |---|---|---|---| | `bucketAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-access-role-arn` | | `s3BucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-arn` | | `subdirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdirectory` |
(build-cfn-task-skipped-property-builder builder id config)
The build-cfn-task-skipped-property-builder function updates a CfnTask$SkippedProperty$Builder instance using the provided configuration. The function takes the CfnTask$SkippedProperty$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 |
---|---|---|---|
reportLevel | java.lang.String | cdk.support/lookup-entry | :report-level |
The build-cfn-task-skipped-property-builder function updates a CfnTask$SkippedProperty$Builder instance using the provided configuration. The function takes the CfnTask$SkippedProperty$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 | |---|---|---|---| | `reportLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-level` |
(build-cfn-task-source-property-builder builder id config)
The build-cfn-task-source-property-builder function updates a CfnTask$SourceProperty$Builder instance using the provided configuration. The function takes the CfnTask$SourceProperty$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 |
---|---|---|---|
s3 | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3 |
The build-cfn-task-source-property-builder function updates a CfnTask$SourceProperty$Builder instance using the provided configuration. The function takes the CfnTask$SourceProperty$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 | |---|---|---|---| | `s3` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3` |
(build-cfn-task-task-report-config-property-builder builder id config)
The build-cfn-task-task-report-config-property-builder function updates a CfnTask$TaskReportConfigProperty$Builder instance using the provided configuration. The function takes the CfnTask$TaskReportConfigProperty$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 |
---|---|---|---|
destination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :destination |
objectVersionIds | java.lang.String | cdk.support/lookup-entry | :object-version-ids |
outputType | java.lang.String | cdk.support/lookup-entry | :output-type |
overrides | software.amazon.awscdk.services.datasync.CfnTask$OverridesProperty | cdk.support/lookup-entry | :overrides |
reportLevel | java.lang.String | cdk.support/lookup-entry | :report-level |
The build-cfn-task-task-report-config-property-builder function updates a CfnTask$TaskReportConfigProperty$Builder instance using the provided configuration. The function takes the CfnTask$TaskReportConfigProperty$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 | |---|---|---|---| | `destination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination` | | `objectVersionIds` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-version-ids` | | `outputType` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-type` | | `overrides` | software.amazon.awscdk.services.datasync.CfnTask$OverridesProperty | [[cdk.support/lookup-entry]] | `:overrides` | | `reportLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-level` |
(build-cfn-task-task-schedule-property-builder builder id config)
The build-cfn-task-task-schedule-property-builder function updates a CfnTask$TaskScheduleProperty$Builder instance using the provided configuration. The function takes the CfnTask$TaskScheduleProperty$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 |
---|---|---|---|
scheduleExpression | java.lang.String | cdk.support/lookup-entry | :schedule-expression |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-task-task-schedule-property-builder function updates a CfnTask$TaskScheduleProperty$Builder instance using the provided configuration. The function takes the CfnTask$TaskScheduleProperty$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 | |---|---|---|---| | `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-task-transferred-property-builder builder id config)
The build-cfn-task-transferred-property-builder function updates a CfnTask$TransferredProperty$Builder instance using the provided configuration. The function takes the CfnTask$TransferredProperty$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 |
---|---|---|---|
reportLevel | java.lang.String | cdk.support/lookup-entry | :report-level |
The build-cfn-task-transferred-property-builder function updates a CfnTask$TransferredProperty$Builder instance using the provided configuration. The function takes the CfnTask$TransferredProperty$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 | |---|---|---|---| | `reportLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-level` |
(build-cfn-task-verified-property-builder builder id config)
The build-cfn-task-verified-property-builder function updates a CfnTask$VerifiedProperty$Builder instance using the provided configuration. The function takes the CfnTask$VerifiedProperty$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 |
---|---|---|---|
reportLevel | java.lang.String | cdk.support/lookup-entry | :report-level |
The build-cfn-task-verified-property-builder function updates a CfnTask$VerifiedProperty$Builder instance using the provided configuration. The function takes the CfnTask$VerifiedProperty$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 | |---|---|---|---| | `reportLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:report-level` |
(cfn-agent-builder scope id config)
Creates a CfnAgent$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 `CfnAgent$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-agent-props-builder id config)
Creates a CfnAgentProps$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 `CfnAgentProps$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-location-azure-blob-azure-blob-sas-configuration-property-builder id
config)
Creates a CfnLocationAzureBlob$AzureBlobSasConfigurationProperty$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 `CfnLocationAzureBlob$AzureBlobSasConfigurationProperty$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-location-azure-blob-builder scope id config)
Creates a CfnLocationAzureBlob$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 `CfnLocationAzureBlob$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-location-azure-blob-props-builder id config)
Creates a CfnLocationAzureBlobProps$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 `CfnLocationAzureBlobProps$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-location-efs-builder scope id config)
Creates a CfnLocationEFS$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 `CfnLocationEFS$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-location-efs-ec2-config-property-builder id config)
Creates a CfnLocationEFS$Ec2ConfigProperty$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 `CfnLocationEFS$Ec2ConfigProperty$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-location-efs-props-builder id config)
Creates a CfnLocationEFSProps$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 `CfnLocationEFSProps$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-location-f-sx-lustre-builder scope id config)
Creates a CfnLocationFSxLustre$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 `CfnLocationFSxLustre$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-location-f-sx-lustre-props-builder id config)
Creates a CfnLocationFSxLustreProps$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 `CfnLocationFSxLustreProps$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-location-f-sx-ontap-builder scope id config)
Creates a CfnLocationFSxONTAP$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 `CfnLocationFSxONTAP$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-location-f-sx-ontap-nfs-mount-options-property-builder id config)
Creates a CfnLocationFSxONTAP$NfsMountOptionsProperty$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 `CfnLocationFSxONTAP$NfsMountOptionsProperty$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-location-f-sx-ontap-nfs-property-builder id config)
Creates a CfnLocationFSxONTAP$NFSProperty$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 `CfnLocationFSxONTAP$NFSProperty$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-location-f-sx-ontap-props-builder id config)
Creates a CfnLocationFSxONTAPProps$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 `CfnLocationFSxONTAPProps$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-location-f-sx-ontap-protocol-property-builder id config)
Creates a CfnLocationFSxONTAP$ProtocolProperty$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 `CfnLocationFSxONTAP$ProtocolProperty$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-location-f-sx-ontap-smb-mount-options-property-builder id config)
Creates a CfnLocationFSxONTAP$SmbMountOptionsProperty$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 `CfnLocationFSxONTAP$SmbMountOptionsProperty$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-location-f-sx-ontap-smb-property-builder id config)
Creates a CfnLocationFSxONTAP$SMBProperty$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 `CfnLocationFSxONTAP$SMBProperty$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-location-f-sx-open-zfs-builder scope id config)
Creates a CfnLocationFSxOpenZFS$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 `CfnLocationFSxOpenZFS$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-location-f-sx-open-zfs-mount-options-property-builder id config)
Creates a CfnLocationFSxOpenZFS$MountOptionsProperty$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 `CfnLocationFSxOpenZFS$MountOptionsProperty$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-location-f-sx-open-zfs-nfs-property-builder id config)
Creates a CfnLocationFSxOpenZFS$NFSProperty$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 `CfnLocationFSxOpenZFS$NFSProperty$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-location-f-sx-open-zfs-props-builder id config)
Creates a CfnLocationFSxOpenZFSProps$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 `CfnLocationFSxOpenZFSProps$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-location-f-sx-open-zfs-protocol-property-builder id config)
Creates a CfnLocationFSxOpenZFS$ProtocolProperty$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 `CfnLocationFSxOpenZFS$ProtocolProperty$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-location-f-sx-windows-builder scope id config)
Creates a CfnLocationFSxWindows$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 `CfnLocationFSxWindows$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-location-f-sx-windows-props-builder id config)
Creates a CfnLocationFSxWindowsProps$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 `CfnLocationFSxWindowsProps$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-location-hdfs-builder scope id config)
Creates a CfnLocationHDFS$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 `CfnLocationHDFS$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-location-hdfs-name-node-property-builder id config)
Creates a CfnLocationHDFS$NameNodeProperty$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 `CfnLocationHDFS$NameNodeProperty$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-location-hdfs-props-builder id config)
Creates a CfnLocationHDFSProps$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 `CfnLocationHDFSProps$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-location-hdfs-qop-configuration-property-builder id config)
Creates a CfnLocationHDFS$QopConfigurationProperty$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 `CfnLocationHDFS$QopConfigurationProperty$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-location-nfs-builder scope id config)
Creates a CfnLocationNFS$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 `CfnLocationNFS$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-location-nfs-mount-options-property-builder id config)
Creates a CfnLocationNFS$MountOptionsProperty$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 `CfnLocationNFS$MountOptionsProperty$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-location-nfs-on-prem-config-property-builder id config)
Creates a CfnLocationNFS$OnPremConfigProperty$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 `CfnLocationNFS$OnPremConfigProperty$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-location-nfs-props-builder id config)
Creates a CfnLocationNFSProps$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 `CfnLocationNFSProps$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-location-object-storage-builder scope id config)
Creates a CfnLocationObjectStorage$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 `CfnLocationObjectStorage$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-location-object-storage-props-builder id config)
Creates a CfnLocationObjectStorageProps$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 `CfnLocationObjectStorageProps$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-location-s3-builder scope id config)
Creates a CfnLocationS3$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 `CfnLocationS3$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-location-s3-props-builder id config)
Creates a CfnLocationS3Props$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 `CfnLocationS3Props$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-location-s3-s3-config-property-builder id config)
Creates a CfnLocationS3$S3ConfigProperty$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 `CfnLocationS3$S3ConfigProperty$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-location-smb-builder scope id config)
Creates a CfnLocationSMB$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 `CfnLocationSMB$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-location-smb-mount-options-property-builder id config)
Creates a CfnLocationSMB$MountOptionsProperty$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 `CfnLocationSMB$MountOptionsProperty$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-location-smb-props-builder id config)
Creates a CfnLocationSMBProps$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 `CfnLocationSMBProps$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-system-builder scope id config)
Creates a CfnStorageSystem$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 `CfnStorageSystem$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-system-props-builder id config)
Creates a CfnStorageSystemProps$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 `CfnStorageSystemProps$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-system-server-configuration-property-builder id config)
Creates a CfnStorageSystem$ServerConfigurationProperty$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 `CfnStorageSystem$ServerConfigurationProperty$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-system-server-credentials-property-builder id config)
Creates a CfnStorageSystem$ServerCredentialsProperty$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 `CfnStorageSystem$ServerCredentialsProperty$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-task-builder scope id config)
Creates a CfnTask$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 `CfnTask$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-task-deleted-property-builder id config)
Creates a CfnTask$DeletedProperty$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 `CfnTask$DeletedProperty$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-task-destination-property-builder id config)
Creates a CfnTask$DestinationProperty$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 `CfnTask$DestinationProperty$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-task-filter-rule-property-builder id config)
Creates a CfnTask$FilterRuleProperty$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 `CfnTask$FilterRuleProperty$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-task-manifest-config-property-builder id config)
Creates a CfnTask$ManifestConfigProperty$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 `CfnTask$ManifestConfigProperty$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-task-manifest-config-source-s3-property-builder id config)
Creates a CfnTask$ManifestConfigSourceS3Property$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 `CfnTask$ManifestConfigSourceS3Property$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-task-options-property-builder id config)
Creates a CfnTask$OptionsProperty$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 `CfnTask$OptionsProperty$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-task-overrides-property-builder id config)
Creates a CfnTask$OverridesProperty$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 `CfnTask$OverridesProperty$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-task-props-builder id config)
Creates a CfnTaskProps$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 `CfnTaskProps$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-task-s3-property-builder id config)
Creates a CfnTask$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 `CfnTask$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-task-skipped-property-builder id config)
Creates a CfnTask$SkippedProperty$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 `CfnTask$SkippedProperty$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-task-source-property-builder id config)
Creates a CfnTask$SourceProperty$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 `CfnTask$SourceProperty$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-task-task-report-config-property-builder id config)
Creates a CfnTask$TaskReportConfigProperty$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 `CfnTask$TaskReportConfigProperty$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-task-task-schedule-property-builder id config)
Creates a CfnTask$TaskScheduleProperty$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 `CfnTask$TaskScheduleProperty$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-task-transferred-property-builder id config)
Creates a CfnTask$TransferredProperty$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 `CfnTask$TransferredProperty$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-task-verified-property-builder id config)
Creates a CfnTask$VerifiedProperty$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 `CfnTask$VerifiedProperty$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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close