Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnUrlPropsMixin.Builder
Packages that use CfnUrlPropsMixin.Builder
-
Uses of CfnUrlPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.lambda
Methods in software.amazon.awscdk.cfnpropertymixins.services.lambda that return CfnUrlPropsMixin.BuilderModifier and TypeMethodDescriptionThe type of authentication that your function URL uses.CfnUrlPropsMixin.Builder.cors(CfnUrlPropsMixin.CorsProperty cors) The Cross-Origin Resource Sharing (CORS) settings for your function URL.CfnUrlPropsMixin.Builder.cors(IResolvable cors) The Cross-Origin Resource Sharing (CORS) settings for your function URL.static CfnUrlPropsMixin.BuilderCfnUrlPropsMixin.Builder.create()static CfnUrlPropsMixin.BuilderCfnUrlPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUrlPropsMixin.Builder.invokeMode(String invokeMode) Use one of the following options:.The alias name.CfnUrlPropsMixin.Builder.targetFunctionArn(String targetFunctionArn) The name of the Lambda function.CfnUrlPropsMixin.Builder.targetFunctionArn(IFunctionRef targetFunctionArn) The name of the Lambda function.