Class: Aws::Types::CreateBackendAuthResourceConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_resources ⇒ "USER_POOL_ONLY", "IDENTITY_POOL_AND_USER_POOL"

Returns the value of attribute auth_resources.

Returns:

  • ("USER_POOL_ONLY", "IDENTITY_POOL_AND_USER_POOL")


252
253
254
# File 'sig/types.rbs', line 252

def auth_resources
  @auth_resources
end

#identity_pool_configs ⇒ Types::CreateBackendAuthIdentityPoolConfig

Returns the value of attribute identity_pool_configs.



253
254
255
# File 'sig/types.rbs', line 253

def identity_pool_configs
  @identity_pool_configs
end

#service ⇒ "COGNITO"

Returns the value of attribute service.

Returns:

  • ("COGNITO")


254
255
256
# File 'sig/types.rbs', line 254

def service
  @service
end

#user_pool_configs ⇒ Types::CreateBackendAuthUserPoolConfig

Returns the value of attribute user_pool_configs.



255
256
257
# File 'sig/types.rbs', line 255

def user_pool_configs
  @user_pool_configs
end