Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.elasticloadbalancingv2.actions package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.elasticloadbalancingv2.actions package.
(authenticate-cognito-action-builder id config)
Creates a AuthenticateCognitoAction$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 `AuthenticateCognitoAction$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 |
(authenticate-cognito-action-props-builder id config)
Creates a AuthenticateCognitoActionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AuthenticateCognitoActionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(build-authenticate-cognito-action-builder builder id config)
The build-authenticate-cognito-action-builder function updates a AuthenticateCognitoAction$Builder instance using the provided configuration. The function takes the AuthenticateCognitoAction$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowHttpsOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-https-outbound |
authenticationRequestExtraParams | java.util.Map | cdk.support/lookup-entry | :authentication-request-extra-params |
next | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | cdk.support/lookup-entry | :next |
onUnauthenticatedRequest | software.amazon.awscdk.services.elasticloadbalancingv2.UnauthenticatedAction | cdk.api.services.elasticloadbalancingv2/unauthenticated-action | :on-unauthenticated-request |
scope | java.lang.String | cdk.support/lookup-entry | :scope |
sessionCookieName | java.lang.String | cdk.support/lookup-entry | :session-cookie-name |
sessionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :session-timeout |
userPool | software.amazon.awscdk.services.cognito.IUserPool | cdk.support/lookup-entry | :user-pool |
userPoolClient | software.amazon.awscdk.services.cognito.IUserPoolClient | cdk.support/lookup-entry | :user-pool-client |
userPoolDomain | software.amazon.awscdk.services.cognito.IUserPoolDomain | cdk.support/lookup-entry | :user-pool-domain |
The build-authenticate-cognito-action-builder function updates a AuthenticateCognitoAction$Builder instance using the provided configuration. The function takes the AuthenticateCognitoAction$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowHttpsOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-https-outbound` | | `authenticationRequestExtraParams` | java.util.Map | [[cdk.support/lookup-entry]] | `:authentication-request-extra-params` | | `next` | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | [[cdk.support/lookup-entry]] | `:next` | | `onUnauthenticatedRequest` | software.amazon.awscdk.services.elasticloadbalancingv2.UnauthenticatedAction | [[cdk.api.services.elasticloadbalancingv2/unauthenticated-action]] | `:on-unauthenticated-request` | | `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` | | `sessionCookieName` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-cookie-name` | | `sessionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:session-timeout` | | `userPool` | software.amazon.awscdk.services.cognito.IUserPool | [[cdk.support/lookup-entry]] | `:user-pool` | | `userPoolClient` | software.amazon.awscdk.services.cognito.IUserPoolClient | [[cdk.support/lookup-entry]] | `:user-pool-client` | | `userPoolDomain` | software.amazon.awscdk.services.cognito.IUserPoolDomain | [[cdk.support/lookup-entry]] | `:user-pool-domain` |
(build-authenticate-cognito-action-props-builder builder id config)
The build-authenticate-cognito-action-props-builder function updates a AuthenticateCognitoActionProps$Builder instance using the provided configuration. The function takes the AuthenticateCognitoActionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowHttpsOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-https-outbound |
authenticationRequestExtraParams | java.util.Map | cdk.support/lookup-entry | :authentication-request-extra-params |
next | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | cdk.support/lookup-entry | :next |
onUnauthenticatedRequest | software.amazon.awscdk.services.elasticloadbalancingv2.UnauthenticatedAction | cdk.api.services.elasticloadbalancingv2/unauthenticated-action | :on-unauthenticated-request |
scope | java.lang.String | cdk.support/lookup-entry | :scope |
sessionCookieName | java.lang.String | cdk.support/lookup-entry | :session-cookie-name |
sessionTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :session-timeout |
userPool | software.amazon.awscdk.services.cognito.IUserPool | cdk.support/lookup-entry | :user-pool |
userPoolClient | software.amazon.awscdk.services.cognito.IUserPoolClient | cdk.support/lookup-entry | :user-pool-client |
userPoolDomain | software.amazon.awscdk.services.cognito.IUserPoolDomain | cdk.support/lookup-entry | :user-pool-domain |
The build-authenticate-cognito-action-props-builder function updates a AuthenticateCognitoActionProps$Builder instance using the provided configuration. The function takes the AuthenticateCognitoActionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowHttpsOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-https-outbound` | | `authenticationRequestExtraParams` | java.util.Map | [[cdk.support/lookup-entry]] | `:authentication-request-extra-params` | | `next` | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | [[cdk.support/lookup-entry]] | `:next` | | `onUnauthenticatedRequest` | software.amazon.awscdk.services.elasticloadbalancingv2.UnauthenticatedAction | [[cdk.api.services.elasticloadbalancingv2/unauthenticated-action]] | `:on-unauthenticated-request` | | `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` | | `sessionCookieName` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-cookie-name` | | `sessionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:session-timeout` | | `userPool` | software.amazon.awscdk.services.cognito.IUserPool | [[cdk.support/lookup-entry]] | `:user-pool` | | `userPoolClient` | software.amazon.awscdk.services.cognito.IUserPoolClient | [[cdk.support/lookup-entry]] | `:user-pool-client` | | `userPoolDomain` | software.amazon.awscdk.services.cognito.IUserPoolDomain | [[cdk.support/lookup-entry]] | `:user-pool-domain` |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close