Class GetFunctionUrlResult


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

      • authorizationType

        public java.lang.String authorizationType()
        Returns:
        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 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:
        ARN of the function.
      • functionName

        public java.lang.String functionName()
      • functionUrl

        public java.lang.String functionUrl()
        Returns:
        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.
      • invokeMode

        public java.lang.String invokeMode()
        Returns:
        Whether the Lambda function responds in `BUFFERED` or `RESPONSE_STREAM` mode.
      • 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:
        Generated ID for the endpoint.