Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.cloudfront.origins package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.cloudfront.origins package.
(build-function-url-origin-builder builder id config)
The build-function-url-origin-builder function updates a FunctionUrlOrigin$Builder instance using the provided configuration. The function takes the FunctionUrlOrigin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionAttempts | java.lang.Number | cdk.support/lookup-entry | :connection-attempts |
connectionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :connection-timeout |
customHeaders | java.util.Map | cdk.support/lookup-entry | :custom-headers |
keepaliveTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :keepalive-timeout |
originId | java.lang.String | cdk.support/lookup-entry | :origin-id |
originPath | java.lang.String | cdk.support/lookup-entry | :origin-path |
originShieldEnabled | java.lang.Boolean | cdk.support/lookup-entry | :origin-shield-enabled |
originShieldRegion | java.lang.String | cdk.support/lookup-entry | :origin-shield-region |
readTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :read-timeout |
The build-function-url-origin-builder function updates a FunctionUrlOrigin$Builder instance using the provided configuration. The function takes the FunctionUrlOrigin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-attempts` | | `connectionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:connection-timeout` | | `customHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-headers` | | `keepaliveTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:keepalive-timeout` | | `originId` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-id` | | `originPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-path` | | `originShieldEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:origin-shield-enabled` | | `originShieldRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-shield-region` | | `readTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:read-timeout` |
(build-function-url-origin-props-builder builder id config)
The build-function-url-origin-props-builder function updates a FunctionUrlOriginProps$Builder instance using the provided configuration. The function takes the FunctionUrlOriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionAttempts | java.lang.Number | cdk.support/lookup-entry | :connection-attempts |
connectionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :connection-timeout |
customHeaders | java.util.Map | cdk.support/lookup-entry | :custom-headers |
keepaliveTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :keepalive-timeout |
originId | java.lang.String | cdk.support/lookup-entry | :origin-id |
originPath | java.lang.String | cdk.support/lookup-entry | :origin-path |
originShieldEnabled | java.lang.Boolean | cdk.support/lookup-entry | :origin-shield-enabled |
originShieldRegion | java.lang.String | cdk.support/lookup-entry | :origin-shield-region |
readTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :read-timeout |
The build-function-url-origin-props-builder function updates a FunctionUrlOriginProps$Builder instance using the provided configuration. The function takes the FunctionUrlOriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-attempts` | | `connectionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:connection-timeout` | | `customHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-headers` | | `keepaliveTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:keepalive-timeout` | | `originId` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-id` | | `originPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-path` | | `originShieldEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:origin-shield-enabled` | | `originShieldRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-shield-region` | | `readTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:read-timeout` |
(build-http-origin-builder builder id config)
The build-http-origin-builder function updates a HttpOrigin$Builder instance using the provided configuration. The function takes the HttpOrigin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionAttempts | java.lang.Number | cdk.support/lookup-entry | :connection-attempts |
connectionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :connection-timeout |
customHeaders | java.util.Map | cdk.support/lookup-entry | :custom-headers |
httpPort | java.lang.Number | cdk.support/lookup-entry | :http-port |
httpsPort | java.lang.Number | cdk.support/lookup-entry | :https-port |
keepaliveTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :keepalive-timeout |
originId | java.lang.String | cdk.support/lookup-entry | :origin-id |
originPath | java.lang.String | cdk.support/lookup-entry | :origin-path |
originShieldEnabled | java.lang.Boolean | cdk.support/lookup-entry | :origin-shield-enabled |
originShieldRegion | java.lang.String | cdk.support/lookup-entry | :origin-shield-region |
originSslProtocols | java.util.List | cdk.support/lookup-entry | :origin-ssl-protocols |
protocolPolicy | software.amazon.awscdk.services.cloudfront.OriginProtocolPolicy | cdk.api.services.cloudfront/origin-protocol-policy | :protocol-policy |
readTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :read-timeout |
The build-http-origin-builder function updates a HttpOrigin$Builder instance using the provided configuration. The function takes the HttpOrigin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-attempts` | | `connectionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:connection-timeout` | | `customHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-headers` | | `httpPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:http-port` | | `httpsPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:https-port` | | `keepaliveTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:keepalive-timeout` | | `originId` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-id` | | `originPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-path` | | `originShieldEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:origin-shield-enabled` | | `originShieldRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-shield-region` | | `originSslProtocols` | java.util.List | [[cdk.support/lookup-entry]] | `:origin-ssl-protocols` | | `protocolPolicy` | software.amazon.awscdk.services.cloudfront.OriginProtocolPolicy | [[cdk.api.services.cloudfront/origin-protocol-policy]] | `:protocol-policy` | | `readTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:read-timeout` |
(build-http-origin-props-builder builder id config)
The build-http-origin-props-builder function updates a HttpOriginProps$Builder instance using the provided configuration. The function takes the HttpOriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionAttempts | java.lang.Number | cdk.support/lookup-entry | :connection-attempts |
connectionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :connection-timeout |
customHeaders | java.util.Map | cdk.support/lookup-entry | :custom-headers |
httpPort | java.lang.Number | cdk.support/lookup-entry | :http-port |
httpsPort | java.lang.Number | cdk.support/lookup-entry | :https-port |
keepaliveTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :keepalive-timeout |
originId | java.lang.String | cdk.support/lookup-entry | :origin-id |
originPath | java.lang.String | cdk.support/lookup-entry | :origin-path |
originShieldEnabled | java.lang.Boolean | cdk.support/lookup-entry | :origin-shield-enabled |
originShieldRegion | java.lang.String | cdk.support/lookup-entry | :origin-shield-region |
originSslProtocols | java.util.List | cdk.support/lookup-entry | :origin-ssl-protocols |
protocolPolicy | software.amazon.awscdk.services.cloudfront.OriginProtocolPolicy | cdk.api.services.cloudfront/origin-protocol-policy | :protocol-policy |
readTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :read-timeout |
The build-http-origin-props-builder function updates a HttpOriginProps$Builder instance using the provided configuration. The function takes the HttpOriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-attempts` | | `connectionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:connection-timeout` | | `customHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-headers` | | `httpPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:http-port` | | `httpsPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:https-port` | | `keepaliveTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:keepalive-timeout` | | `originId` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-id` | | `originPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-path` | | `originShieldEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:origin-shield-enabled` | | `originShieldRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-shield-region` | | `originSslProtocols` | java.util.List | [[cdk.support/lookup-entry]] | `:origin-ssl-protocols` | | `protocolPolicy` | software.amazon.awscdk.services.cloudfront.OriginProtocolPolicy | [[cdk.api.services.cloudfront/origin-protocol-policy]] | `:protocol-policy` | | `readTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:read-timeout` |
(build-load-balancer-v2-origin-builder builder id config)
The build-load-balancer-v2-origin-builder function updates a LoadBalancerV2Origin$Builder instance using the provided configuration. The function takes the LoadBalancerV2Origin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionAttempts | java.lang.Number | cdk.support/lookup-entry | :connection-attempts |
connectionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :connection-timeout |
customHeaders | java.util.Map | cdk.support/lookup-entry | :custom-headers |
httpPort | java.lang.Number | cdk.support/lookup-entry | :http-port |
httpsPort | java.lang.Number | cdk.support/lookup-entry | :https-port |
keepaliveTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :keepalive-timeout |
originId | java.lang.String | cdk.support/lookup-entry | :origin-id |
originPath | java.lang.String | cdk.support/lookup-entry | :origin-path |
originShieldEnabled | java.lang.Boolean | cdk.support/lookup-entry | :origin-shield-enabled |
originShieldRegion | java.lang.String | cdk.support/lookup-entry | :origin-shield-region |
originSslProtocols | java.util.List | cdk.support/lookup-entry | :origin-ssl-protocols |
protocolPolicy | software.amazon.awscdk.services.cloudfront.OriginProtocolPolicy | cdk.api.services.cloudfront/origin-protocol-policy | :protocol-policy |
readTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :read-timeout |
The build-load-balancer-v2-origin-builder function updates a LoadBalancerV2Origin$Builder instance using the provided configuration. The function takes the LoadBalancerV2Origin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-attempts` | | `connectionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:connection-timeout` | | `customHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-headers` | | `httpPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:http-port` | | `httpsPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:https-port` | | `keepaliveTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:keepalive-timeout` | | `originId` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-id` | | `originPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-path` | | `originShieldEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:origin-shield-enabled` | | `originShieldRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-shield-region` | | `originSslProtocols` | java.util.List | [[cdk.support/lookup-entry]] | `:origin-ssl-protocols` | | `protocolPolicy` | software.amazon.awscdk.services.cloudfront.OriginProtocolPolicy | [[cdk.api.services.cloudfront/origin-protocol-policy]] | `:protocol-policy` | | `readTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:read-timeout` |
(build-load-balancer-v2-origin-props-builder builder id config)
The build-load-balancer-v2-origin-props-builder function updates a LoadBalancerV2OriginProps$Builder instance using the provided configuration. The function takes the LoadBalancerV2OriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionAttempts | java.lang.Number | cdk.support/lookup-entry | :connection-attempts |
connectionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :connection-timeout |
customHeaders | java.util.Map | cdk.support/lookup-entry | :custom-headers |
httpPort | java.lang.Number | cdk.support/lookup-entry | :http-port |
httpsPort | java.lang.Number | cdk.support/lookup-entry | :https-port |
keepaliveTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :keepalive-timeout |
originId | java.lang.String | cdk.support/lookup-entry | :origin-id |
originPath | java.lang.String | cdk.support/lookup-entry | :origin-path |
originShieldEnabled | java.lang.Boolean | cdk.support/lookup-entry | :origin-shield-enabled |
originShieldRegion | java.lang.String | cdk.support/lookup-entry | :origin-shield-region |
originSslProtocols | java.util.List | cdk.support/lookup-entry | :origin-ssl-protocols |
protocolPolicy | software.amazon.awscdk.services.cloudfront.OriginProtocolPolicy | cdk.api.services.cloudfront/origin-protocol-policy | :protocol-policy |
readTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :read-timeout |
The build-load-balancer-v2-origin-props-builder function updates a LoadBalancerV2OriginProps$Builder instance using the provided configuration. The function takes the LoadBalancerV2OriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-attempts` | | `connectionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:connection-timeout` | | `customHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-headers` | | `httpPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:http-port` | | `httpsPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:https-port` | | `keepaliveTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:keepalive-timeout` | | `originId` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-id` | | `originPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-path` | | `originShieldEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:origin-shield-enabled` | | `originShieldRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-shield-region` | | `originSslProtocols` | java.util.List | [[cdk.support/lookup-entry]] | `:origin-ssl-protocols` | | `protocolPolicy` | software.amazon.awscdk.services.cloudfront.OriginProtocolPolicy | [[cdk.api.services.cloudfront/origin-protocol-policy]] | `:protocol-policy` | | `readTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:read-timeout` |
(build-origin-group-builder builder id config)
The build-origin-group-builder function updates a OriginGroup$Builder instance using the provided configuration. The function takes the OriginGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fallbackOrigin | software.amazon.awscdk.services.cloudfront.IOrigin | cdk.support/lookup-entry | :fallback-origin |
fallbackStatusCodes | java.util.List | cdk.support/lookup-entry | :fallback-status-codes |
primaryOrigin | software.amazon.awscdk.services.cloudfront.IOrigin | cdk.support/lookup-entry | :primary-origin |
The build-origin-group-builder function updates a OriginGroup$Builder instance using the provided configuration. The function takes the OriginGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fallbackOrigin` | software.amazon.awscdk.services.cloudfront.IOrigin | [[cdk.support/lookup-entry]] | `:fallback-origin` | | `fallbackStatusCodes` | java.util.List | [[cdk.support/lookup-entry]] | `:fallback-status-codes` | | `primaryOrigin` | software.amazon.awscdk.services.cloudfront.IOrigin | [[cdk.support/lookup-entry]] | `:primary-origin` |
(build-origin-group-props-builder builder id config)
The build-origin-group-props-builder function updates a OriginGroupProps$Builder instance using the provided configuration. The function takes the OriginGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fallbackOrigin | software.amazon.awscdk.services.cloudfront.IOrigin | cdk.support/lookup-entry | :fallback-origin |
fallbackStatusCodes | java.util.List | cdk.support/lookup-entry | :fallback-status-codes |
primaryOrigin | software.amazon.awscdk.services.cloudfront.IOrigin | cdk.support/lookup-entry | :primary-origin |
The build-origin-group-props-builder function updates a OriginGroupProps$Builder instance using the provided configuration. The function takes the OriginGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fallbackOrigin` | software.amazon.awscdk.services.cloudfront.IOrigin | [[cdk.support/lookup-entry]] | `:fallback-origin` | | `fallbackStatusCodes` | java.util.List | [[cdk.support/lookup-entry]] | `:fallback-status-codes` | | `primaryOrigin` | software.amazon.awscdk.services.cloudfront.IOrigin | [[cdk.support/lookup-entry]] | `:primary-origin` |
(build-rest-api-origin-builder builder id config)
The build-rest-api-origin-builder function updates a RestApiOrigin$Builder instance using the provided configuration. The function takes the RestApiOrigin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionAttempts | java.lang.Number | cdk.support/lookup-entry | :connection-attempts |
connectionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :connection-timeout |
customHeaders | java.util.Map | cdk.support/lookup-entry | :custom-headers |
keepaliveTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :keepalive-timeout |
originId | java.lang.String | cdk.support/lookup-entry | :origin-id |
originPath | java.lang.String | cdk.support/lookup-entry | :origin-path |
originShieldEnabled | java.lang.Boolean | cdk.support/lookup-entry | :origin-shield-enabled |
originShieldRegion | java.lang.String | cdk.support/lookup-entry | :origin-shield-region |
readTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :read-timeout |
The build-rest-api-origin-builder function updates a RestApiOrigin$Builder instance using the provided configuration. The function takes the RestApiOrigin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-attempts` | | `connectionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:connection-timeout` | | `customHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-headers` | | `keepaliveTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:keepalive-timeout` | | `originId` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-id` | | `originPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-path` | | `originShieldEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:origin-shield-enabled` | | `originShieldRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-shield-region` | | `readTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:read-timeout` |
(build-rest-api-origin-props-builder builder id config)
The build-rest-api-origin-props-builder function updates a RestApiOriginProps$Builder instance using the provided configuration. The function takes the RestApiOriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionAttempts | java.lang.Number | cdk.support/lookup-entry | :connection-attempts |
connectionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :connection-timeout |
customHeaders | java.util.Map | cdk.support/lookup-entry | :custom-headers |
keepaliveTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :keepalive-timeout |
originId | java.lang.String | cdk.support/lookup-entry | :origin-id |
originPath | java.lang.String | cdk.support/lookup-entry | :origin-path |
originShieldEnabled | java.lang.Boolean | cdk.support/lookup-entry | :origin-shield-enabled |
originShieldRegion | java.lang.String | cdk.support/lookup-entry | :origin-shield-region |
readTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :read-timeout |
The build-rest-api-origin-props-builder function updates a RestApiOriginProps$Builder instance using the provided configuration. The function takes the RestApiOriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-attempts` | | `connectionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:connection-timeout` | | `customHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-headers` | | `keepaliveTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:keepalive-timeout` | | `originId` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-id` | | `originPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-path` | | `originShieldEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:origin-shield-enabled` | | `originShieldRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-shield-region` | | `readTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:read-timeout` |
(build-s3-origin-builder builder id config)
The build-s3-origin-builder function updates a S3Origin$Builder instance using the provided configuration. The function takes the S3Origin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionAttempts | java.lang.Number | cdk.support/lookup-entry | :connection-attempts |
connectionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :connection-timeout |
customHeaders | java.util.Map | cdk.support/lookup-entry | :custom-headers |
originAccessIdentity | software.amazon.awscdk.services.cloudfront.IOriginAccessIdentity | cdk.support/lookup-entry | :origin-access-identity |
originId | java.lang.String | cdk.support/lookup-entry | :origin-id |
originPath | java.lang.String | cdk.support/lookup-entry | :origin-path |
originShieldEnabled | java.lang.Boolean | cdk.support/lookup-entry | :origin-shield-enabled |
originShieldRegion | java.lang.String | cdk.support/lookup-entry | :origin-shield-region |
The build-s3-origin-builder function updates a S3Origin$Builder instance using the provided configuration. The function takes the S3Origin$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-attempts` | | `connectionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:connection-timeout` | | `customHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-headers` | | `originAccessIdentity` | software.amazon.awscdk.services.cloudfront.IOriginAccessIdentity | [[cdk.support/lookup-entry]] | `:origin-access-identity` | | `originId` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-id` | | `originPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-path` | | `originShieldEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:origin-shield-enabled` | | `originShieldRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-shield-region` |
(build-s3-origin-props-builder builder id config)
The build-s3-origin-props-builder function updates a S3OriginProps$Builder instance using the provided configuration. The function takes the S3OriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionAttempts | java.lang.Number | cdk.support/lookup-entry | :connection-attempts |
connectionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :connection-timeout |
customHeaders | java.util.Map | cdk.support/lookup-entry | :custom-headers |
originAccessIdentity | software.amazon.awscdk.services.cloudfront.IOriginAccessIdentity | cdk.support/lookup-entry | :origin-access-identity |
originId | java.lang.String | cdk.support/lookup-entry | :origin-id |
originPath | java.lang.String | cdk.support/lookup-entry | :origin-path |
originShieldEnabled | java.lang.Boolean | cdk.support/lookup-entry | :origin-shield-enabled |
originShieldRegion | java.lang.String | cdk.support/lookup-entry | :origin-shield-region |
The build-s3-origin-props-builder function updates a S3OriginProps$Builder instance using the provided configuration. The function takes the S3OriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-attempts` | | `connectionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:connection-timeout` | | `customHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-headers` | | `originAccessIdentity` | software.amazon.awscdk.services.cloudfront.IOriginAccessIdentity | [[cdk.support/lookup-entry]] | `:origin-access-identity` | | `originId` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-id` | | `originPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-path` | | `originShieldEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:origin-shield-enabled` | | `originShieldRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin-shield-region` |
(function-url-origin-builder function-url id config)
Creates a FunctionUrlOrigin$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[software.amazon.awscdk.services.lambda.IFunctionUrl] | Argument | DataType | Description | |---|---|---| | function-url | software.amazon.awscdk.services.lambda.IFunctionUrl | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `FunctionUrlOrigin$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[software.amazon.awscdk.services.lambda.IFunctionUrl]___ | Argument | DataType | Description | |---|---|---| | function-url | software.amazon.awscdk.services.lambda.IFunctionUrl | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(function-url-origin-props-builder id config)
Creates a FunctionUrlOriginProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `FunctionUrlOriginProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-origin-builder domain-name id config)
Creates a HttpOrigin$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | domain-name | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `HttpOrigin$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String]___ | Argument | DataType | Description | |---|---|---| | domain-name | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-origin-props-builder id config)
Creates a HttpOriginProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `HttpOriginProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(load-balancer-v2-origin-builder load-balancer id config)
Creates a LoadBalancerV2Origin$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[software.amazon.awscdk.services.elasticloadbalancingv2.ILoadBalancerV2] | Argument | DataType | Description | |---|---|---| | load-balancer | software.amazon.awscdk.services.elasticloadbalancingv2.ILoadBalancerV2 | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `LoadBalancerV2Origin$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[software.amazon.awscdk.services.elasticloadbalancingv2.ILoadBalancerV2]___ | Argument | DataType | Description | |---|---|---| | load-balancer | software.amazon.awscdk.services.elasticloadbalancingv2.ILoadBalancerV2 | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(load-balancer-v2-origin-props-builder id config)
Creates a LoadBalancerV2OriginProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LoadBalancerV2OriginProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(origin-group-builder id config)
Creates a OriginGroup$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `OriginGroup$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(origin-group-props-builder id config)
Creates a OriginGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `OriginGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(rest-api-origin-builder rest-api id config)
Creates a RestApiOrigin$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[software.amazon.awscdk.services.apigateway.RestApiBase] | Argument | DataType | Description | |---|---|---| | rest-api | software.amazon.awscdk.services.apigateway.RestApiBase | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `RestApiOrigin$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[software.amazon.awscdk.services.apigateway.RestApiBase]___ | Argument | DataType | Description | |---|---|---| | rest-api | software.amazon.awscdk.services.apigateway.RestApiBase | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(rest-api-origin-props-builder id config)
Creates a RestApiOriginProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `RestApiOriginProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-origin-builder bucket id config)
Creates a S3Origin$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[software.amazon.awscdk.services.s3.IBucket] | Argument | DataType | Description | |---|---|---| | bucket | software.amazon.awscdk.services.s3.IBucket | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `S3Origin$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[software.amazon.awscdk.services.s3.IBucket]___ | Argument | DataType | Description | |---|---|---| | bucket | software.amazon.awscdk.services.s3.IBucket | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-origin-props-builder id config)
Creates a S3OriginProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `S3OriginProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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