Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.transfer

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.transfer package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.transfer package. 
raw docstring

build-cfn-agreement-builderclj

(build-cfn-agreement-builder builder id config)

The build-cfn-agreement-builder function updates a CfnAgreement$Builder instance using the provided configuration. The function takes the CfnAgreement$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
accessRolejava.lang.Stringcdk.support/lookup-entry:access-role
baseDirectoryjava.lang.Stringcdk.support/lookup-entry:base-directory
descriptionjava.lang.Stringcdk.support/lookup-entry:description
localProfileIdjava.lang.Stringcdk.support/lookup-entry:local-profile-id
partnerProfileIdjava.lang.Stringcdk.support/lookup-entry:partner-profile-id
serverIdjava.lang.Stringcdk.support/lookup-entry:server-id
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-agreement-builder function updates a CfnAgreement$Builder instance using the provided configuration.
  The function takes the CfnAgreement$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-role` |
| `baseDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-directory` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `localProfileId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-profile-id` |
| `partnerProfileId` | java.lang.String | [[cdk.support/lookup-entry]] | `:partner-profile-id` |
| `serverId` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-id` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-agreement-props-builderclj

(build-cfn-agreement-props-builder builder id config)

The build-cfn-agreement-props-builder function updates a CfnAgreementProps$Builder instance using the provided configuration. The function takes the CfnAgreementProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
accessRolejava.lang.Stringcdk.support/lookup-entry:access-role
baseDirectoryjava.lang.Stringcdk.support/lookup-entry:base-directory
descriptionjava.lang.Stringcdk.support/lookup-entry:description
localProfileIdjava.lang.Stringcdk.support/lookup-entry:local-profile-id
partnerProfileIdjava.lang.Stringcdk.support/lookup-entry:partner-profile-id
serverIdjava.lang.Stringcdk.support/lookup-entry:server-id
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-agreement-props-builder function updates a CfnAgreementProps$Builder instance using the provided configuration.
  The function takes the CfnAgreementProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-role` |
| `baseDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-directory` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `localProfileId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-profile-id` |
| `partnerProfileId` | java.lang.String | [[cdk.support/lookup-entry]] | `:partner-profile-id` |
| `serverId` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-id` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-certificate-builderclj

(build-cfn-certificate-builder builder id config)

The build-cfn-certificate-builder function updates a CfnCertificate$Builder instance using the provided configuration. The function takes the CfnCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
activeDatejava.lang.Stringcdk.support/lookup-entry:active-date
certificatejava.lang.Stringcdk.support/lookup-entry:certificate
certificateChainjava.lang.Stringcdk.support/lookup-entry:certificate-chain
descriptionjava.lang.Stringcdk.support/lookup-entry:description
inactiveDatejava.lang.Stringcdk.support/lookup-entry:inactive-date
privateKeyjava.lang.Stringcdk.support/lookup-entry:private-key
tagsjava.util.Listcdk.support/lookup-entry:tags
usagejava.lang.Stringcdk.support/lookup-entry:usage
The build-cfn-certificate-builder function updates a CfnCertificate$Builder instance using the provided configuration.
  The function takes the CfnCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `activeDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:active-date` |
| `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` |
| `certificateChain` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-chain` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `inactiveDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:inactive-date` |
| `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `usage` | java.lang.String | [[cdk.support/lookup-entry]] | `:usage` |
sourceraw docstring

build-cfn-certificate-props-builderclj

(build-cfn-certificate-props-builder builder id config)

The build-cfn-certificate-props-builder function updates a CfnCertificateProps$Builder instance using the provided configuration. The function takes the CfnCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
activeDatejava.lang.Stringcdk.support/lookup-entry:active-date
certificatejava.lang.Stringcdk.support/lookup-entry:certificate
certificateChainjava.lang.Stringcdk.support/lookup-entry:certificate-chain
descriptionjava.lang.Stringcdk.support/lookup-entry:description
inactiveDatejava.lang.Stringcdk.support/lookup-entry:inactive-date
privateKeyjava.lang.Stringcdk.support/lookup-entry:private-key
tagsjava.util.Listcdk.support/lookup-entry:tags
usagejava.lang.Stringcdk.support/lookup-entry:usage
The build-cfn-certificate-props-builder function updates a CfnCertificateProps$Builder instance using the provided configuration.
  The function takes the CfnCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `activeDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:active-date` |
| `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` |
| `certificateChain` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-chain` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `inactiveDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:inactive-date` |
| `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `usage` | java.lang.String | [[cdk.support/lookup-entry]] | `:usage` |
sourceraw docstring

build-cfn-connector-as2-config-property-builderclj

(build-cfn-connector-as2-config-property-builder builder id config)

The build-cfn-connector-as2-config-property-builder function updates a CfnConnector$As2ConfigProperty$Builder instance using the provided configuration. The function takes the CfnConnector$As2ConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
basicAuthSecretIdjava.lang.Stringcdk.support/lookup-entry:basic-auth-secret-id
compressionjava.lang.Stringcdk.support/lookup-entry:compression
encryptionAlgorithmjava.lang.Stringcdk.support/lookup-entry:encryption-algorithm
localProfileIdjava.lang.Stringcdk.support/lookup-entry:local-profile-id
mdnResponsejava.lang.Stringcdk.support/lookup-entry:mdn-response
mdnSigningAlgorithmjava.lang.Stringcdk.support/lookup-entry:mdn-signing-algorithm
messageSubjectjava.lang.Stringcdk.support/lookup-entry:message-subject
partnerProfileIdjava.lang.Stringcdk.support/lookup-entry:partner-profile-id
signingAlgorithmjava.lang.Stringcdk.support/lookup-entry:signing-algorithm
The build-cfn-connector-as2-config-property-builder function updates a CfnConnector$As2ConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnConnector$As2ConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `basicAuthSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:basic-auth-secret-id` |
| `compression` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression` |
| `encryptionAlgorithm` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-algorithm` |
| `localProfileId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-profile-id` |
| `mdnResponse` | java.lang.String | [[cdk.support/lookup-entry]] | `:mdn-response` |
| `mdnSigningAlgorithm` | java.lang.String | [[cdk.support/lookup-entry]] | `:mdn-signing-algorithm` |
| `messageSubject` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-subject` |
| `partnerProfileId` | java.lang.String | [[cdk.support/lookup-entry]] | `:partner-profile-id` |
| `signingAlgorithm` | java.lang.String | [[cdk.support/lookup-entry]] | `:signing-algorithm` |
sourceraw docstring

build-cfn-connector-builderclj

(build-cfn-connector-builder builder id config)

The build-cfn-connector-builder function updates a CfnConnector$Builder instance using the provided configuration. The function takes the CfnConnector$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
accessRolejava.lang.Stringcdk.support/lookup-entry:access-role
as2Configjava.lang.Objectcdk.support/lookup-entry:as2-config
loggingRolejava.lang.Stringcdk.support/lookup-entry:logging-role
securityPolicyNamejava.lang.Stringcdk.support/lookup-entry:security-policy-name
sftpConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sftp-config
tagsjava.util.Listcdk.support/lookup-entry:tags
urljava.lang.Stringcdk.support/lookup-entry:url
The build-cfn-connector-builder function updates a CfnConnector$Builder instance using the provided configuration.
  The function takes the CfnConnector$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-role` |
| `as2Config` | java.lang.Object | [[cdk.support/lookup-entry]] | `:as2-config` |
| `loggingRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-role` |
| `securityPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-policy-name` |
| `sftpConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sftp-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
sourceraw docstring

build-cfn-connector-props-builderclj

(build-cfn-connector-props-builder builder id config)

The build-cfn-connector-props-builder function updates a CfnConnectorProps$Builder instance using the provided configuration. The function takes the CfnConnectorProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
accessRolejava.lang.Stringcdk.support/lookup-entry:access-role
as2Configjava.lang.Objectcdk.support/lookup-entry:as2-config
loggingRolejava.lang.Stringcdk.support/lookup-entry:logging-role
securityPolicyNamejava.lang.Stringcdk.support/lookup-entry:security-policy-name
sftpConfigsoftware.amazon.awscdk.services.transfer.CfnConnector$SftpConfigPropertycdk.support/lookup-entry:sftp-config
tagsjava.util.Listcdk.support/lookup-entry:tags
urljava.lang.Stringcdk.support/lookup-entry:url
The build-cfn-connector-props-builder function updates a CfnConnectorProps$Builder instance using the provided configuration.
  The function takes the CfnConnectorProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-role` |
| `as2Config` | java.lang.Object | [[cdk.support/lookup-entry]] | `:as2-config` |
| `loggingRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-role` |
| `securityPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-policy-name` |
| `sftpConfig` | software.amazon.awscdk.services.transfer.CfnConnector$SftpConfigProperty | [[cdk.support/lookup-entry]] | `:sftp-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
sourceraw docstring

build-cfn-connector-sftp-config-property-builderclj

(build-cfn-connector-sftp-config-property-builder builder id config)

The build-cfn-connector-sftp-config-property-builder function updates a CfnConnector$SftpConfigProperty$Builder instance using the provided configuration. The function takes the CfnConnector$SftpConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
trustedHostKeysjava.util.Listcdk.support/lookup-entry:trusted-host-keys
userSecretIdjava.lang.Stringcdk.support/lookup-entry:user-secret-id
The build-cfn-connector-sftp-config-property-builder function updates a CfnConnector$SftpConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnConnector$SftpConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `trustedHostKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:trusted-host-keys` |
| `userSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-secret-id` |
sourceraw docstring

build-cfn-profile-builderclj

(build-cfn-profile-builder builder id config)

The build-cfn-profile-builder function updates a CfnProfile$Builder instance using the provided configuration. The function takes the CfnProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
as2Idjava.lang.Stringcdk.support/lookup-entry:as2-id
certificateIdsjava.util.Listcdk.support/lookup-entry:certificate-ids
profileTypejava.lang.Stringcdk.support/lookup-entry:profile-type
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-profile-builder function updates a CfnProfile$Builder instance using the provided configuration.
  The function takes the CfnProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `as2Id` | java.lang.String | [[cdk.support/lookup-entry]] | `:as2-id` |
| `certificateIds` | java.util.List | [[cdk.support/lookup-entry]] | `:certificate-ids` |
| `profileType` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-profile-props-builderclj

(build-cfn-profile-props-builder builder id config)

The build-cfn-profile-props-builder function updates a CfnProfileProps$Builder instance using the provided configuration. The function takes the CfnProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
as2Idjava.lang.Stringcdk.support/lookup-entry:as2-id
certificateIdsjava.util.Listcdk.support/lookup-entry:certificate-ids
profileTypejava.lang.Stringcdk.support/lookup-entry:profile-type
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-profile-props-builder function updates a CfnProfileProps$Builder instance using the provided configuration.
  The function takes the CfnProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `as2Id` | java.lang.String | [[cdk.support/lookup-entry]] | `:as2-id` |
| `certificateIds` | java.util.List | [[cdk.support/lookup-entry]] | `:certificate-ids` |
| `profileType` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-server-builderclj

(build-cfn-server-builder builder id config)

The build-cfn-server-builder function updates a CfnServer$Builder instance using the provided configuration. The function takes the CfnServer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
certificatejava.lang.Stringcdk.support/lookup-entry:certificate
domainjava.lang.Stringcdk.support/lookup-entry:domain
endpointDetailssoftware.amazon.awscdk.services.transfer.CfnServer$EndpointDetailsPropertycdk.support/lookup-entry:endpoint-details
endpointTypejava.lang.Stringcdk.support/lookup-entry:endpoint-type
identityProviderDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:identity-provider-details
identityProviderTypejava.lang.Stringcdk.support/lookup-entry:identity-provider-type
loggingRolejava.lang.Stringcdk.support/lookup-entry:logging-role
postAuthenticationLoginBannerjava.lang.Stringcdk.support/lookup-entry:post-authentication-login-banner
preAuthenticationLoginBannerjava.lang.Stringcdk.support/lookup-entry:pre-authentication-login-banner
protocolDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:protocol-details
protocolsjava.util.Listcdk.support/lookup-entry:protocols
s3StorageOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-storage-options
securityPolicyNamejava.lang.Stringcdk.support/lookup-entry:security-policy-name
structuredLogDestinationsjava.util.Listcdk.support/lookup-entry:structured-log-destinations
tagsjava.util.Listcdk.support/lookup-entry:tags
workflowDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:workflow-details
The build-cfn-server-builder function updates a CfnServer$Builder instance using the provided configuration.
  The function takes the CfnServer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` |
| `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` |
| `endpointDetails` | software.amazon.awscdk.services.transfer.CfnServer$EndpointDetailsProperty | [[cdk.support/lookup-entry]] | `:endpoint-details` |
| `endpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-type` |
| `identityProviderDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:identity-provider-details` |
| `identityProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-provider-type` |
| `loggingRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-role` |
| `postAuthenticationLoginBanner` | java.lang.String | [[cdk.support/lookup-entry]] | `:post-authentication-login-banner` |
| `preAuthenticationLoginBanner` | java.lang.String | [[cdk.support/lookup-entry]] | `:pre-authentication-login-banner` |
| `protocolDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:protocol-details` |
| `protocols` | java.util.List | [[cdk.support/lookup-entry]] | `:protocols` |
| `s3StorageOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-storage-options` |
| `securityPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-policy-name` |
| `structuredLogDestinations` | java.util.List | [[cdk.support/lookup-entry]] | `:structured-log-destinations` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `workflowDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:workflow-details` |
sourceraw docstring

build-cfn-server-endpoint-details-property-builderclj

(build-cfn-server-endpoint-details-property-builder builder id config)

The build-cfn-server-endpoint-details-property-builder function updates a CfnServer$EndpointDetailsProperty$Builder instance using the provided configuration. The function takes the CfnServer$EndpointDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
addressAllocationIdsjava.util.Listcdk.support/lookup-entry:address-allocation-ids
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
vpcEndpointIdjava.lang.Stringcdk.support/lookup-entry:vpc-endpoint-id
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-cfn-server-endpoint-details-property-builder function updates a CfnServer$EndpointDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnServer$EndpointDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `addressAllocationIds` | java.util.List | [[cdk.support/lookup-entry]] | `:address-allocation-ids` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `vpcEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-id` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-cfn-server-identity-provider-details-property-builderclj

(build-cfn-server-identity-provider-details-property-builder builder id config)

The build-cfn-server-identity-provider-details-property-builder function updates a CfnServer$IdentityProviderDetailsProperty$Builder instance using the provided configuration. The function takes the CfnServer$IdentityProviderDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
directoryIdjava.lang.Stringcdk.support/lookup-entry:directory-id
functionjava.lang.Stringcdk.support/lookup-entry:function
invocationRolejava.lang.Stringcdk.support/lookup-entry:invocation-role
sftpAuthenticationMethodsjava.lang.Stringcdk.support/lookup-entry:sftp-authentication-methods
urljava.lang.Stringcdk.support/lookup-entry:url
The build-cfn-server-identity-provider-details-property-builder function updates a CfnServer$IdentityProviderDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnServer$IdentityProviderDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `directoryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-id` |
| `function` | java.lang.String | [[cdk.support/lookup-entry]] | `:function` |
| `invocationRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:invocation-role` |
| `sftpAuthenticationMethods` | java.lang.String | [[cdk.support/lookup-entry]] | `:sftp-authentication-methods` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
sourceraw docstring

build-cfn-server-props-builderclj

(build-cfn-server-props-builder builder id config)

The build-cfn-server-props-builder function updates a CfnServerProps$Builder instance using the provided configuration. The function takes the CfnServerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
certificatejava.lang.Stringcdk.support/lookup-entry:certificate
domainjava.lang.Stringcdk.support/lookup-entry:domain
endpointDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:endpoint-details
endpointTypejava.lang.Stringcdk.support/lookup-entry:endpoint-type
identityProviderDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:identity-provider-details
identityProviderTypejava.lang.Stringcdk.support/lookup-entry:identity-provider-type
loggingRolejava.lang.Stringcdk.support/lookup-entry:logging-role
postAuthenticationLoginBannerjava.lang.Stringcdk.support/lookup-entry:post-authentication-login-banner
preAuthenticationLoginBannerjava.lang.Stringcdk.support/lookup-entry:pre-authentication-login-banner
protocolDetailssoftware.amazon.awscdk.services.transfer.CfnServer$ProtocolDetailsPropertycdk.support/lookup-entry:protocol-details
protocolsjava.util.Listcdk.support/lookup-entry:protocols
s3StorageOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-storage-options
securityPolicyNamejava.lang.Stringcdk.support/lookup-entry:security-policy-name
structuredLogDestinationsjava.util.Listcdk.support/lookup-entry:structured-log-destinations
tagsjava.util.Listcdk.support/lookup-entry:tags
workflowDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:workflow-details
The build-cfn-server-props-builder function updates a CfnServerProps$Builder instance using the provided configuration.
  The function takes the CfnServerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` |
| `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` |
| `endpointDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:endpoint-details` |
| `endpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-type` |
| `identityProviderDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:identity-provider-details` |
| `identityProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-provider-type` |
| `loggingRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-role` |
| `postAuthenticationLoginBanner` | java.lang.String | [[cdk.support/lookup-entry]] | `:post-authentication-login-banner` |
| `preAuthenticationLoginBanner` | java.lang.String | [[cdk.support/lookup-entry]] | `:pre-authentication-login-banner` |
| `protocolDetails` | software.amazon.awscdk.services.transfer.CfnServer$ProtocolDetailsProperty | [[cdk.support/lookup-entry]] | `:protocol-details` |
| `protocols` | java.util.List | [[cdk.support/lookup-entry]] | `:protocols` |
| `s3StorageOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-storage-options` |
| `securityPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-policy-name` |
| `structuredLogDestinations` | java.util.List | [[cdk.support/lookup-entry]] | `:structured-log-destinations` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `workflowDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:workflow-details` |
sourceraw docstring

build-cfn-server-protocol-details-property-builderclj

(build-cfn-server-protocol-details-property-builder builder id config)

The build-cfn-server-protocol-details-property-builder function updates a CfnServer$ProtocolDetailsProperty$Builder instance using the provided configuration. The function takes the CfnServer$ProtocolDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
as2Transportsjava.util.Listcdk.support/lookup-entry:as2-transports
passiveIpjava.lang.Stringcdk.support/lookup-entry:passive-ip
setStatOptionjava.lang.Stringcdk.support/lookup-entry:set-stat-option
tlsSessionResumptionModejava.lang.Stringcdk.support/lookup-entry:tls-session-resumption-mode
The build-cfn-server-protocol-details-property-builder function updates a CfnServer$ProtocolDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnServer$ProtocolDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `as2Transports` | java.util.List | [[cdk.support/lookup-entry]] | `:as2-transports` |
| `passiveIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:passive-ip` |
| `setStatOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-stat-option` |
| `tlsSessionResumptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-session-resumption-mode` |
sourceraw docstring

build-cfn-server-s3-storage-options-property-builderclj

(build-cfn-server-s3-storage-options-property-builder builder id config)

The build-cfn-server-s3-storage-options-property-builder function updates a CfnServer$S3StorageOptionsProperty$Builder instance using the provided configuration. The function takes the CfnServer$S3StorageOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
directoryListingOptimizationjava.lang.Stringcdk.support/lookup-entry:directory-listing-optimization
The build-cfn-server-s3-storage-options-property-builder function updates a CfnServer$S3StorageOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnServer$S3StorageOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `directoryListingOptimization` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-listing-optimization` |
sourceraw docstring

build-cfn-server-workflow-detail-property-builderclj

(build-cfn-server-workflow-detail-property-builder builder id config)

The build-cfn-server-workflow-detail-property-builder function updates a CfnServer$WorkflowDetailProperty$Builder instance using the provided configuration. The function takes the CfnServer$WorkflowDetailProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
executionRolejava.lang.Stringcdk.support/lookup-entry:execution-role
workflowIdjava.lang.Stringcdk.support/lookup-entry:workflow-id
The build-cfn-server-workflow-detail-property-builder function updates a CfnServer$WorkflowDetailProperty$Builder instance using the provided configuration.
  The function takes the CfnServer$WorkflowDetailProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` |
| `workflowId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workflow-id` |
sourceraw docstring

build-cfn-server-workflow-details-property-builderclj

(build-cfn-server-workflow-details-property-builder builder id config)

The build-cfn-server-workflow-details-property-builder function updates a CfnServer$WorkflowDetailsProperty$Builder instance using the provided configuration. The function takes the CfnServer$WorkflowDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
onPartialUploadsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-partial-upload
onUploadjava.util.Listcdk.support/lookup-entry:on-upload
The build-cfn-server-workflow-details-property-builder function updates a CfnServer$WorkflowDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnServer$WorkflowDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `onPartialUpload` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-partial-upload` |
| `onUpload` | java.util.List | [[cdk.support/lookup-entry]] | `:on-upload` |
sourceraw docstring

build-cfn-user-builderclj

(build-cfn-user-builder builder id config)

The build-cfn-user-builder function updates a CfnUser$Builder instance using the provided configuration. The function takes the CfnUser$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
homeDirectoryjava.lang.Stringcdk.support/lookup-entry:home-directory
homeDirectoryMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:home-directory-mappings
homeDirectoryTypejava.lang.Stringcdk.support/lookup-entry:home-directory-type
policyjava.lang.Stringcdk.support/lookup-entry:policy
posixProfilesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:posix-profile
rolejava.lang.Stringcdk.support/lookup-entry:role
serverIdjava.lang.Stringcdk.support/lookup-entry:server-id
sshPublicKeysjava.util.Listcdk.support/lookup-entry:ssh-public-keys
tagsjava.util.Listcdk.support/lookup-entry:tags
userNamejava.lang.Stringcdk.support/lookup-entry:user-name
The build-cfn-user-builder function updates a CfnUser$Builder instance using the provided configuration.
  The function takes the CfnUser$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `homeDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:home-directory` |
| `homeDirectoryMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:home-directory-mappings` |
| `homeDirectoryType` | java.lang.String | [[cdk.support/lookup-entry]] | `:home-directory-type` |
| `policy` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy` |
| `posixProfile` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:posix-profile` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `serverId` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-id` |
| `sshPublicKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:ssh-public-keys` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
sourceraw docstring

build-cfn-user-home-directory-map-entry-property-builderclj

(build-cfn-user-home-directory-map-entry-property-builder builder id config)

The build-cfn-user-home-directory-map-entry-property-builder function updates a CfnUser$HomeDirectoryMapEntryProperty$Builder instance using the provided configuration. The function takes the CfnUser$HomeDirectoryMapEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
entryjava.lang.Stringcdk.support/lookup-entry:entry
targetjava.lang.Stringcdk.support/lookup-entry:target
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-user-home-directory-map-entry-property-builder function updates a CfnUser$HomeDirectoryMapEntryProperty$Builder instance using the provided configuration.
  The function takes the CfnUser$HomeDirectoryMapEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `entry` | java.lang.String | [[cdk.support/lookup-entry]] | `:entry` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-user-posix-profile-property-builderclj

(build-cfn-user-posix-profile-property-builder builder id config)

The build-cfn-user-posix-profile-property-builder function updates a CfnUser$PosixProfileProperty$Builder instance using the provided configuration. The function takes the CfnUser$PosixProfileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
gidjava.lang.Numbercdk.support/lookup-entry:gid
secondaryGidssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:secondary-gids
uidjava.lang.Numbercdk.support/lookup-entry:uid
The build-cfn-user-posix-profile-property-builder function updates a CfnUser$PosixProfileProperty$Builder instance using the provided configuration.
  The function takes the CfnUser$PosixProfileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `gid` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gid` |
| `secondaryGids` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:secondary-gids` |
| `uid` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uid` |
sourceraw docstring

build-cfn-user-props-builderclj

(build-cfn-user-props-builder builder id config)

The build-cfn-user-props-builder function updates a CfnUserProps$Builder instance using the provided configuration. The function takes the CfnUserProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
homeDirectoryjava.lang.Stringcdk.support/lookup-entry:home-directory
homeDirectoryMappingsjava.util.Listcdk.support/lookup-entry:home-directory-mappings
homeDirectoryTypejava.lang.Stringcdk.support/lookup-entry:home-directory-type
policyjava.lang.Stringcdk.support/lookup-entry:policy
posixProfilesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:posix-profile
rolejava.lang.Stringcdk.support/lookup-entry:role
serverIdjava.lang.Stringcdk.support/lookup-entry:server-id
sshPublicKeysjava.util.Listcdk.support/lookup-entry:ssh-public-keys
tagsjava.util.Listcdk.support/lookup-entry:tags
userNamejava.lang.Stringcdk.support/lookup-entry:user-name
The build-cfn-user-props-builder function updates a CfnUserProps$Builder instance using the provided configuration.
  The function takes the CfnUserProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `homeDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:home-directory` |
| `homeDirectoryMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:home-directory-mappings` |
| `homeDirectoryType` | java.lang.String | [[cdk.support/lookup-entry]] | `:home-directory-type` |
| `policy` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy` |
| `posixProfile` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:posix-profile` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `serverId` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-id` |
| `sshPublicKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:ssh-public-keys` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
sourceraw docstring

build-cfn-workflow-builderclj

(build-cfn-workflow-builder builder id config)

The build-cfn-workflow-builder function updates a CfnWorkflow$Builder instance using the provided configuration. The function takes the CfnWorkflow$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
onExceptionStepssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-exception-steps
stepsjava.util.Listcdk.support/lookup-entry:steps
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-workflow-builder function updates a CfnWorkflow$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `onExceptionSteps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-exception-steps` |
| `steps` | java.util.List | [[cdk.support/lookup-entry]] | `:steps` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-workflow-copy-step-details-property-builderclj

(build-cfn-workflow-copy-step-details-property-builder builder id config)

The build-cfn-workflow-copy-step-details-property-builder function updates a CfnWorkflow$CopyStepDetailsProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$CopyStepDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
destinationFileLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destination-file-location
namejava.lang.Stringcdk.support/lookup-entry:name
overwriteExistingjava.lang.Stringcdk.support/lookup-entry:overwrite-existing
sourceFileLocationjava.lang.Stringcdk.support/lookup-entry:source-file-location
The build-cfn-workflow-copy-step-details-property-builder function updates a CfnWorkflow$CopyStepDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$CopyStepDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destinationFileLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-file-location` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `overwriteExisting` | java.lang.String | [[cdk.support/lookup-entry]] | `:overwrite-existing` |
| `sourceFileLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-file-location` |
sourceraw docstring

build-cfn-workflow-custom-step-details-property-builderclj

(build-cfn-workflow-custom-step-details-property-builder builder id config)

The build-cfn-workflow-custom-step-details-property-builder function updates a CfnWorkflow$CustomStepDetailsProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$CustomStepDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
sourceFileLocationjava.lang.Stringcdk.support/lookup-entry:source-file-location
targetjava.lang.Stringcdk.support/lookup-entry:target
timeoutSecondsjava.lang.Numbercdk.support/lookup-entry:timeout-seconds
The build-cfn-workflow-custom-step-details-property-builder function updates a CfnWorkflow$CustomStepDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$CustomStepDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `sourceFileLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-file-location` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
| `timeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-seconds` |
sourceraw docstring

build-cfn-workflow-decrypt-step-details-property-builderclj

(build-cfn-workflow-decrypt-step-details-property-builder builder id config)

The build-cfn-workflow-decrypt-step-details-property-builder function updates a CfnWorkflow$DecryptStepDetailsProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$DecryptStepDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
destinationFileLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destination-file-location
namejava.lang.Stringcdk.support/lookup-entry:name
overwriteExistingjava.lang.Stringcdk.support/lookup-entry:overwrite-existing
sourceFileLocationjava.lang.Stringcdk.support/lookup-entry:source-file-location
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-workflow-decrypt-step-details-property-builder function updates a CfnWorkflow$DecryptStepDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$DecryptStepDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destinationFileLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-file-location` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `overwriteExisting` | java.lang.String | [[cdk.support/lookup-entry]] | `:overwrite-existing` |
| `sourceFileLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-file-location` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-workflow-delete-step-details-property-builderclj

(build-cfn-workflow-delete-step-details-property-builder builder id config)

The build-cfn-workflow-delete-step-details-property-builder function updates a CfnWorkflow$DeleteStepDetailsProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$DeleteStepDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
sourceFileLocationjava.lang.Stringcdk.support/lookup-entry:source-file-location
The build-cfn-workflow-delete-step-details-property-builder function updates a CfnWorkflow$DeleteStepDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$DeleteStepDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `sourceFileLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-file-location` |
sourceraw docstring

build-cfn-workflow-efs-input-file-location-property-builderclj

(build-cfn-workflow-efs-input-file-location-property-builder builder id config)

The build-cfn-workflow-efs-input-file-location-property-builder function updates a CfnWorkflow$EfsInputFileLocationProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$EfsInputFileLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
pathjava.lang.Stringcdk.support/lookup-entry:path
The build-cfn-workflow-efs-input-file-location-property-builder function updates a CfnWorkflow$EfsInputFileLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$EfsInputFileLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-cfn-workflow-input-file-location-property-builderclj

(build-cfn-workflow-input-file-location-property-builder builder id config)

The build-cfn-workflow-input-file-location-property-builder function updates a CfnWorkflow$InputFileLocationProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$InputFileLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
efsFileLocationsoftware.amazon.awscdk.services.transfer.CfnWorkflow$EfsInputFileLocationPropertycdk.support/lookup-entry:efs-file-location
s3FileLocationsoftware.amazon.awscdk.services.transfer.CfnWorkflow$S3InputFileLocationPropertycdk.support/lookup-entry:s3-file-location
The build-cfn-workflow-input-file-location-property-builder function updates a CfnWorkflow$InputFileLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$InputFileLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `efsFileLocation` | software.amazon.awscdk.services.transfer.CfnWorkflow$EfsInputFileLocationProperty | [[cdk.support/lookup-entry]] | `:efs-file-location` |
| `s3FileLocation` | software.amazon.awscdk.services.transfer.CfnWorkflow$S3InputFileLocationProperty | [[cdk.support/lookup-entry]] | `:s3-file-location` |
sourceraw docstring

build-cfn-workflow-props-builderclj

(build-cfn-workflow-props-builder builder id config)

The build-cfn-workflow-props-builder function updates a CfnWorkflowProps$Builder instance using the provided configuration. The function takes the CfnWorkflowProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
onExceptionStepssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-exception-steps
stepssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:steps
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-workflow-props-builder function updates a CfnWorkflowProps$Builder instance using the provided configuration.
  The function takes the CfnWorkflowProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `onExceptionSteps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-exception-steps` |
| `steps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:steps` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-workflow-s3-file-location-property-builderclj

(build-cfn-workflow-s3-file-location-property-builder builder id config)

The build-cfn-workflow-s3-file-location-property-builder function updates a CfnWorkflow$S3FileLocationProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$S3FileLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3FileLocationsoftware.amazon.awscdk.services.transfer.CfnWorkflow$S3InputFileLocationPropertycdk.support/lookup-entry:s3-file-location
The build-cfn-workflow-s3-file-location-property-builder function updates a CfnWorkflow$S3FileLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$S3FileLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3FileLocation` | software.amazon.awscdk.services.transfer.CfnWorkflow$S3InputFileLocationProperty | [[cdk.support/lookup-entry]] | `:s3-file-location` |
sourceraw docstring

build-cfn-workflow-s3-input-file-location-property-builderclj

(build-cfn-workflow-s3-input-file-location-property-builder builder id config)

The build-cfn-workflow-s3-input-file-location-property-builder function updates a CfnWorkflow$S3InputFileLocationProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$S3InputFileLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
The build-cfn-workflow-s3-input-file-location-property-builder function updates a CfnWorkflow$S3InputFileLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$S3InputFileLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
sourceraw docstring

build-cfn-workflow-s3-tag-property-builderclj

(build-cfn-workflow-s3-tag-property-builder builder id config)

The build-cfn-workflow-s3-tag-property-builder function updates a CfnWorkflow$S3TagProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$S3TagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-workflow-s3-tag-property-builder function updates a CfnWorkflow$S3TagProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$S3TagProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-workflow-tag-step-details-property-builderclj

(build-cfn-workflow-tag-step-details-property-builder builder id config)

The build-cfn-workflow-tag-step-details-property-builder function updates a CfnWorkflow$TagStepDetailsProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$TagStepDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
sourceFileLocationjava.lang.Stringcdk.support/lookup-entry:source-file-location
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-workflow-tag-step-details-property-builder function updates a CfnWorkflow$TagStepDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$TagStepDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `sourceFileLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-file-location` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-workflow-workflow-step-property-builderclj

(build-cfn-workflow-workflow-step-property-builder builder id config)

The build-cfn-workflow-workflow-step-property-builder function updates a CfnWorkflow$WorkflowStepProperty$Builder instance using the provided configuration. The function takes the CfnWorkflow$WorkflowStepProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
copyStepDetailsjava.lang.Objectcdk.support/lookup-entry:copy-step-details
customStepDetailsjava.lang.Objectcdk.support/lookup-entry:custom-step-details
decryptStepDetailssoftware.amazon.awscdk.services.transfer.CfnWorkflow$DecryptStepDetailsPropertycdk.support/lookup-entry:decrypt-step-details
deleteStepDetailsjava.lang.Objectcdk.support/lookup-entry:delete-step-details
tagStepDetailsjava.lang.Objectcdk.support/lookup-entry:tag-step-details
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-workflow-workflow-step-property-builder function updates a CfnWorkflow$WorkflowStepProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$WorkflowStepProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `copyStepDetails` | java.lang.Object | [[cdk.support/lookup-entry]] | `:copy-step-details` |
| `customStepDetails` | java.lang.Object | [[cdk.support/lookup-entry]] | `:custom-step-details` |
| `decryptStepDetails` | software.amazon.awscdk.services.transfer.CfnWorkflow$DecryptStepDetailsProperty | [[cdk.support/lookup-entry]] | `:decrypt-step-details` |
| `deleteStepDetails` | java.lang.Object | [[cdk.support/lookup-entry]] | `:delete-step-details` |
| `tagStepDetails` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tag-step-details` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

cfn-agreement-builderclj

(cfn-agreement-builder scope id config)

Creates a CfnAgreement$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  `CfnAgreement$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-agreement-props-builderclj

(cfn-agreement-props-builder id config)

Creates a CfnAgreementProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAgreementProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-certificate-builderclj

(cfn-certificate-builder scope id config)

Creates a CfnCertificate$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  `CfnCertificate$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-certificate-props-builderclj

(cfn-certificate-props-builder id config)

Creates a CfnCertificateProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCertificateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-connector-as2-config-property-builderclj

(cfn-connector-as2-config-property-builder id config)

Creates a CfnConnector$As2ConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConnector$As2ConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-connector-builderclj

(cfn-connector-builder scope id config)

Creates a CfnConnector$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  `CfnConnector$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-connector-props-builderclj

(cfn-connector-props-builder id config)

Creates a CfnConnectorProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConnectorProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-connector-sftp-config-property-builderclj

(cfn-connector-sftp-config-property-builder id config)

Creates a CfnConnector$SftpConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConnector$SftpConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-profile-builderclj

(cfn-profile-builder scope id config)

Creates a CfnProfile$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  `CfnProfile$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-profile-props-builderclj

(cfn-profile-props-builder id config)

Creates a CfnProfileProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnProfileProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-server-builderclj

(cfn-server-builder scope id config)

Creates a CfnServer$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  `CfnServer$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-server-endpoint-details-property-builderclj

(cfn-server-endpoint-details-property-builder id config)

Creates a CfnServer$EndpointDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnServer$EndpointDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-server-identity-provider-details-property-builderclj

(cfn-server-identity-provider-details-property-builder id config)

Creates a CfnServer$IdentityProviderDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnServer$IdentityProviderDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-server-props-builderclj

(cfn-server-props-builder id config)

Creates a CfnServerProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnServerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-server-protocol-details-property-builderclj

(cfn-server-protocol-details-property-builder id config)

Creates a CfnServer$ProtocolDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnServer$ProtocolDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-server-s3-storage-options-property-builderclj

(cfn-server-s3-storage-options-property-builder id config)

Creates a CfnServer$S3StorageOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnServer$S3StorageOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-server-workflow-detail-property-builderclj

(cfn-server-workflow-detail-property-builder id config)

Creates a CfnServer$WorkflowDetailProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnServer$WorkflowDetailProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-server-workflow-details-property-builderclj

(cfn-server-workflow-details-property-builder id config)

Creates a CfnServer$WorkflowDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnServer$WorkflowDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-builderclj

(cfn-user-builder scope id config)

Creates a CfnUser$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  `CfnUser$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-home-directory-map-entry-property-builderclj

(cfn-user-home-directory-map-entry-property-builder id config)

Creates a CfnUser$HomeDirectoryMapEntryProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUser$HomeDirectoryMapEntryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-posix-profile-property-builderclj

(cfn-user-posix-profile-property-builder id config)

Creates a CfnUser$PosixProfileProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUser$PosixProfileProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-props-builderclj

(cfn-user-props-builder id config)

Creates a CfnUserProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-builderclj

(cfn-workflow-builder scope id config)

Creates a CfnWorkflow$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  `CfnWorkflow$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-copy-step-details-property-builderclj

(cfn-workflow-copy-step-details-property-builder id config)

Creates a CfnWorkflow$CopyStepDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$CopyStepDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-custom-step-details-property-builderclj

(cfn-workflow-custom-step-details-property-builder id config)

Creates a CfnWorkflow$CustomStepDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$CustomStepDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-decrypt-step-details-property-builderclj

(cfn-workflow-decrypt-step-details-property-builder id config)

Creates a CfnWorkflow$DecryptStepDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$DecryptStepDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-delete-step-details-property-builderclj

(cfn-workflow-delete-step-details-property-builder id config)

Creates a CfnWorkflow$DeleteStepDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$DeleteStepDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-efs-input-file-location-property-builderclj

(cfn-workflow-efs-input-file-location-property-builder id config)

Creates a CfnWorkflow$EfsInputFileLocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$EfsInputFileLocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-input-file-location-property-builderclj

(cfn-workflow-input-file-location-property-builder id config)

Creates a CfnWorkflow$InputFileLocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$InputFileLocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-props-builderclj

(cfn-workflow-props-builder id config)

Creates a CfnWorkflowProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflowProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-s3-file-location-property-builderclj

(cfn-workflow-s3-file-location-property-builder id config)

Creates a CfnWorkflow$S3FileLocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$S3FileLocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-s3-input-file-location-property-builderclj

(cfn-workflow-s3-input-file-location-property-builder id config)

Creates a CfnWorkflow$S3InputFileLocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$S3InputFileLocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-s3-tag-property-builderclj

(cfn-workflow-s3-tag-property-builder id config)

Creates a CfnWorkflow$S3TagProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$S3TagProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-tag-step-details-property-builderclj

(cfn-workflow-tag-step-details-property-builder id config)

Creates a CfnWorkflow$TagStepDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$TagStepDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workflow-workflow-step-property-builderclj

(cfn-workflow-workflow-step-property-builder id config)

Creates a CfnWorkflow$WorkflowStepProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkflow$WorkflowStepProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

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

× close