Class: Aws::Types::AdditionalAuthenticationProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"API_KEY", ...

Returns the value of attribute authentication_type.

Returns:

  • ("API_KEY", "AWS_IAM", "AMAZON_COGNITO_USER_POOLS", "OPENID_CONNECT", "AWS_LAMBDA")


17
18
19
# File 'sig/types.rbs', line 17

def authentication_type
  @authentication_type
end

#lambda_authorizer_configTypes::LambdaAuthorizerConfig

Returns the value of attribute lambda_authorizer_config.



20
21
22
# File 'sig/types.rbs', line 20

def lambda_authorizer_config
  @lambda_authorizer_config
end

#open_id_connect_configTypes::OpenIDConnectConfig

Returns the value of attribute open_id_connect_config.



18
19
20
# File 'sig/types.rbs', line 18

def open_id_connect_config
  @open_id_connect_config
end

#user_pool_configTypes::CognitoUserPoolConfig

Returns the value of attribute user_pool_config.



19
20
21
# File 'sig/types.rbs', line 19

def user_pool_config
  @user_pool_config
end