Url

class Url : KotlinCustomResource

Resource Type definition for AWS::Lambda::Url

Properties

Link copied to clipboard
val authType: Output<UrlAuthType>

Can be either AWS_IAM if the requests are authorized via IAM, or NONE if no authorization is configured on the Function URL.

Link copied to clipboard
val cors: Output<UrlCors>?

The Cross-Origin Resource Sharing (CORS) settings for your function URL.

Link copied to clipboard
val functionArn: Output<String>

The full Amazon Resource Name (ARN) of the function associated with the Function URL.

Link copied to clipboard
val functionUrl: Output<String>

The generated url for this resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The invocation mode for the function's URL. Set to BUFFERED if you want to buffer responses before returning them to the client. Set to RESPONSE_STREAM if you want to stream responses, allowing faster time to first byte and larger response payload sizes. If not set, defaults to BUFFERED.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val qualifier: Output<String>?

The alias qualifier for the target function. If TargetFunctionArn is unqualified then Qualifier must be passed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the function associated with the Function URL.

Link copied to clipboard
val urn: Output<String>