| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnUrlProps.Builder |
CfnUrlProps.Builder.authType(String authType)
Sets the value of
CfnUrlProps.getAuthType() |
static CfnUrlProps.Builder |
CfnUrlProps.builder() |
CfnUrlProps.Builder |
CfnUrlProps.Builder.cors(CfnUrl.CorsProperty cors)
Sets the value of
CfnUrlProps.getCors() |
CfnUrlProps.Builder |
CfnUrlProps.Builder.cors(IResolvable cors)
Sets the value of
CfnUrlProps.getCors() |
CfnUrlProps.Builder |
CfnUrlProps.Builder.invokeMode(String invokeMode)
Sets the value of
CfnUrlProps.getInvokeMode() |
CfnUrlProps.Builder |
CfnUrlProps.Builder.qualifier(String qualifier)
Sets the value of
CfnUrlProps.getQualifier() |
CfnUrlProps.Builder |
CfnUrlProps.Builder.targetFunctionArn(String targetFunctionArn)
Sets the value of
CfnUrlProps.getTargetFunctionArn() |
| Constructor and Description |
|---|
Jsii$Proxy(CfnUrlProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnUrlProps.Builder. |
Copyright © 2022. All rights reserved.