Class: Aws::CognitoIdentityProvider::Types::CreateResourceServerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located, such as ‘my-weather-api.example.com`.

Returns:

  • (String)


2956
2957
2958
2959
2960
2961
2962
2963
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2956

class CreateResourceServerRequest < Struct.new(
  :user_pool_id,
  :identifier,
  :name,
  :scopes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A friendly name for the resource server.

Returns:

  • (String)


2956
2957
2958
2959
2960
2961
2962
2963
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2956

class CreateResourceServerRequest < Struct.new(
  :user_pool_id,
  :identifier,
  :name,
  :scopes)
  SENSITIVE = []
  include Aws::Structure
end

#scopesArray<Types::ResourceServerScopeType>

A list of scopes. Each scope is a key-value map with the keys ‘name` and `description`.

Returns:



2956
2957
2958
2959
2960
2961
2962
2963
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2956

class CreateResourceServerRequest < Struct.new(
  :user_pool_id,
  :identifier,
  :name,
  :scopes)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The user pool ID for the user pool.

Returns:

  • (String)


2956
2957
2958
2959
2960
2961
2962
2963
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2956

class CreateResourceServerRequest < Struct.new(
  :user_pool_id,
  :identifier,
  :name,
  :scopes)
  SENSITIVE = []
  include Aws::Structure
end