1. Packages
  2. AWS Native
  3. API Docs
  4. cognito
  5. UserPoolResourceServer

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi

aws-native.cognito.UserPoolResourceServer

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi

    Resource Type definition for AWS::Cognito::UserPoolResourceServer

    Create UserPoolResourceServer Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new UserPoolResourceServer(name: string, args: UserPoolResourceServerArgs, opts?: CustomResourceOptions);
    @overload
    def UserPoolResourceServer(resource_name: str,
                               args: UserPoolResourceServerArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def UserPoolResourceServer(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               identifier: Optional[str] = None,
                               user_pool_id: Optional[str] = None,
                               name: Optional[str] = None,
                               scopes: Optional[Sequence[UserPoolResourceServerResourceServerScopeTypeArgs]] = None)
    func NewUserPoolResourceServer(ctx *Context, name string, args UserPoolResourceServerArgs, opts ...ResourceOption) (*UserPoolResourceServer, error)
    public UserPoolResourceServer(string name, UserPoolResourceServerArgs args, CustomResourceOptions? opts = null)
    public UserPoolResourceServer(String name, UserPoolResourceServerArgs args)
    public UserPoolResourceServer(String name, UserPoolResourceServerArgs args, CustomResourceOptions options)
    
    type: aws-native:cognito:UserPoolResourceServer
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args UserPoolResourceServerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args UserPoolResourceServerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args UserPoolResourceServerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args UserPoolResourceServerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args UserPoolResourceServerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const userPoolResourceServerResource = new aws_native.cognito.UserPoolResourceServer("userPoolResourceServerResource", {
        identifier: "string",
        userPoolId: "string",
        name: "string",
        scopes: [{
            scopeDescription: "string",
            scopeName: "string",
        }],
    });
    
    Coming soon!
    

    UserPoolResourceServer Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The UserPoolResourceServer resource accepts the following input properties:

    Identifier string
    A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com .
    UserPoolId string
    The user pool ID for the user pool.
    Name string
    A friendly name for the resource server.
    Scopes List<Pulumi.AwsNative.Cognito.Inputs.UserPoolResourceServerResourceServerScopeType>
    A list of scopes. Each scope is a map with keys ScopeName and ScopeDescription .
    Identifier string
    A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com .
    UserPoolId string
    The user pool ID for the user pool.
    Name string
    A friendly name for the resource server.
    Scopes []UserPoolResourceServerResourceServerScopeTypeArgs
    A list of scopes. Each scope is a map with keys ScopeName and ScopeDescription .
    identifier String
    A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com .
    userPoolId String
    The user pool ID for the user pool.
    name String
    A friendly name for the resource server.
    scopes List<UserPoolResourceServerResourceServerScopeType>
    A list of scopes. Each scope is a map with keys ScopeName and ScopeDescription .
    identifier string
    A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com .
    userPoolId string
    The user pool ID for the user pool.
    name string
    A friendly name for the resource server.
    scopes UserPoolResourceServerResourceServerScopeType[]
    A list of scopes. Each scope is a map with keys ScopeName and ScopeDescription .
    identifier str
    A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com .
    user_pool_id str
    The user pool ID for the user pool.
    name str
    A friendly name for the resource server.
    scopes Sequence[UserPoolResourceServerResourceServerScopeTypeArgs]
    A list of scopes. Each scope is a map with keys ScopeName and ScopeDescription .
    identifier String
    A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com .
    userPoolId String
    The user pool ID for the user pool.
    name String
    A friendly name for the resource server.
    scopes List<Property Map>
    A list of scopes. Each scope is a map with keys ScopeName and ScopeDescription .

    Outputs

    All input properties are implicitly available as output properties. Additionally, the UserPoolResourceServer resource produces the following output properties:

    AwsId string
    The resource ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    The resource ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    The resource ID.
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    The resource ID.
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    The resource ID.
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    The resource ID.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    UserPoolResourceServerResourceServerScopeType, UserPoolResourceServerResourceServerScopeTypeArgs

    ScopeDescription string
    A description of the scope.
    ScopeName string
    The name of the scope.
    ScopeDescription string
    A description of the scope.
    ScopeName string
    The name of the scope.
    scopeDescription String
    A description of the scope.
    scopeName String
    The name of the scope.
    scopeDescription string
    A description of the scope.
    scopeName string
    The name of the scope.
    scope_description str
    A description of the scope.
    scope_name str
    The name of the scope.
    scopeDescription String
    A description of the scope.
    scopeName String
    The name of the scope.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi