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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
directoryListingOptimization | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3FileLocation | software.amazon.awscdk.services.transfer.CfnWorkflow$S3InputFileLocationProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
key | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close