Class: Aws::Lambda::Types::UpdateFunctionUrlConfigResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_typeString

The type of authentication that your function URL uses. Set to ‘AWS_IAM` if you want to restrict access to authenticated `IAM` users only. Set to `NONE` if you want to bypass IAM authentication to create a public endpoint. For more information, see [ Security and auth model for Lambda function URLs].

[1]: docs.aws.amazon.com/lambda/latest/dg/urls-auth.html

Returns:

  • (String)


6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-lambda/types.rb', line 6565

class UpdateFunctionUrlConfigResponse < Struct.new(
  :function_url,
  :function_arn,
  :auth_type,
  :cors,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#corsTypes::Cors

The [cross-origin resource sharing (CORS)] settings for your function URL.

[1]: developer.mozilla.org/en-US/docs/Web/HTTP/CORS

Returns:



6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-lambda/types.rb', line 6565

class UpdateFunctionUrlConfigResponse < Struct.new(
  :function_url,
  :function_arn,
  :auth_type,
  :cors,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the function URL was created, in [ISO-8601 format] (YYYY-MM-DDThh:mm:ss.sTZD).

[1]: www.w3.org/TR/NOTE-datetime

Returns:

  • (Time)


6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-lambda/types.rb', line 6565

class UpdateFunctionUrlConfigResponse < Struct.new(
  :function_url,
  :function_arn,
  :auth_type,
  :cors,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#function_arnString

The Amazon Resource Name (ARN) of your function.

Returns:

  • (String)


6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-lambda/types.rb', line 6565

class UpdateFunctionUrlConfigResponse < Struct.new(
  :function_url,
  :function_arn,
  :auth_type,
  :cors,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#function_urlString

The HTTP URL endpoint for your function.

Returns:

  • (String)


6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-lambda/types.rb', line 6565

class UpdateFunctionUrlConfigResponse < Struct.new(
  :function_url,
  :function_arn,
  :auth_type,
  :cors,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the function URL configuration was last updated, in [ISO-8601 format] (YYYY-MM-DDThh:mm:ss.sTZD).

[1]: www.w3.org/TR/NOTE-datetime

Returns:

  • (Time)


6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
# File 'lib/aws-sdk-lambda/types.rb', line 6565

class UpdateFunctionUrlConfigResponse < Struct.new(
  :function_url,
  :function_arn,
  :auth_type,
  :cors,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end