Interface IUserPoolResourceServerReference
A reference to a UserPoolResourceServer resource.
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUserPoolResourceServerReference
Syntax (vb)
Public Interface IUserPoolResourceServerReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cognito;
var userPoolResourceServerReference = new UserPoolResourceServerReference {
Identifier = "identifier",
UserPoolId = "userPoolId"
};
Synopsis
Properties
Identifier | The Identifier of the UserPoolResourceServer resource. |
UserPoolId | The UserPoolId of the UserPoolResourceServer resource. |
Properties
Identifier
The Identifier of the UserPoolResourceServer resource.
string Identifier { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
UserPoolId
The UserPoolId of the UserPoolResourceServer resource.
string UserPoolId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated