Class: Aws::Types::CreateAuthorizerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def api_id
  @api_id
end

#authorizer_credentials_arn::String

Returns the value of attribute authorizer_credentials_arn.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def authorizer_credentials_arn
  @authorizer_credentials_arn
end

#authorizer_payload_format_version::String

Returns the value of attribute authorizer_payload_format_version.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def authorizer_payload_format_version
  @authorizer_payload_format_version
end

#authorizer_result_ttl_in_seconds::Integer

Returns the value of attribute authorizer_result_ttl_in_seconds.

Returns:

  • (::Integer)


234
235
236
# File 'sig/types.rbs', line 234

def authorizer_result_ttl_in_seconds
  @authorizer_result_ttl_in_seconds
end

#authorizer_type"REQUEST", "JWT"

Returns the value of attribute authorizer_type.

Returns:

  • ("REQUEST", "JWT")


235
236
237
# File 'sig/types.rbs', line 235

def authorizer_type
  @authorizer_type
end

#authorizer_uri::String

Returns the value of attribute authorizer_uri.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def authorizer_uri
  @authorizer_uri
end

#enable_simple_responsesBoolean

Returns the value of attribute enable_simple_responses.

Returns:

  • (Boolean)


242
243
244
# File 'sig/types.rbs', line 242

def enable_simple_responses
  @enable_simple_responses
end

#identity_source::Array[::String]

Returns the value of attribute identity_source.

Returns:

  • (::Array[::String])


237
238
239
# File 'sig/types.rbs', line 237

def identity_source
  @identity_source
end

#identity_validation_expression::String

Returns the value of attribute identity_validation_expression.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def identity_validation_expression
  @identity_validation_expression
end

#jwt_configurationTypes::JWTConfiguration

Returns the value of attribute jwt_configuration.



239
240
241
# File 'sig/types.rbs', line 239

def jwt_configuration
  @jwt_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def name
  @name
end