Class GetFunctionUrlResult


  • public final class GetFunctionUrlResult
    extends java.lang.Object
    • Method Detail

      • authorizationType

        public java.lang.String authorizationType()
        Returns:
        The type of authentication that the function URL uses.
      • cors

        public java.util.List<GetFunctionUrlCor> cors()
        Returns:
        The [cross-origin resource sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) settings for the function URL. See the [`aws.lambda.FunctionUrl` resource](https://www.terraform.io/docs/providers/aws/r/lambda_function_url.html) documentation for more details.
      • creationTime

        public java.lang.String creationTime()
        Returns:
        When the function URL was created, in [ISO-8601 format](https://www.w3.org/TR/NOTE-datetime).
      • functionArn

        public java.lang.String functionArn()
        Returns:
        The Amazon Resource Name (ARN) of the function.
      • functionName

        public java.lang.String functionName()
      • functionUrl

        public java.lang.String functionUrl()
        Returns:
        The HTTP URL endpoint for the function in the format `https://<url_id>.lambda-url.<region>.on.aws`.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • lastModifiedTime

        public java.lang.String lastModifiedTime()
        Returns:
        When the function URL configuration was last updated, in [ISO-8601 format](https://www.w3.org/TR/NOTE-datetime).
      • qualifier

        public java.util.Optional<java.lang.String> qualifier()
      • urlId

        public java.lang.String urlId()
        Returns:
        A generated ID for the endpoint.