Uses of Interface
software.amazon.awscdk.services.lambda.CfnUrl.CorsProperty
-
Uses of CfnUrl.CorsProperty in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionCfnUrl.CorsProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnUrl.Builder.cors
(CfnUrl.CorsProperty cors) The Cross-Origin Resource Sharing (CORS) settings for your function URL.CfnUrlProps.Builder.cors
(CfnUrl.CorsProperty cors) Sets the value ofCfnUrlProps.getCors()
void
CfnUrl.setCors
(CfnUrl.CorsProperty value) The Cross-Origin Resource Sharing (CORS) settings for your function URL.