Class: Aws::Lambda::Types::CreateFunctionUrlConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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 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.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1171

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

#corsTypes::Cors

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

Returns:



1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1171

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

#creation_timeTime

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

Returns:

  • (Time)


1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1171

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

#function_arnString

The Amazon Resource Name (ARN) of your function.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1171

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

#function_urlString

The HTTP URL endpoint for your function.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1171

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