Interface IUserPoolUICustomizationAttachmentReference
A reference to a UserPoolUICustomizationAttachment resource.
Namespace: Amazon.CDK.Interfaces.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUserPoolUICustomizationAttachmentReference
Syntax (vb)
Public Interface IUserPoolUICustomizationAttachmentReference
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.Interfaces.Cognito;
var userPoolUICustomizationAttachmentReference = new UserPoolUICustomizationAttachmentReference {
ClientId = "clientId",
UserPoolId = "userPoolId"
};
Synopsis
Properties
| ClientId | The ClientId of the UserPoolUICustomizationAttachment resource. |
| UserPoolId | The UserPoolId of the UserPoolUICustomizationAttachment resource. |
Properties
ClientId
The ClientId of the UserPoolUICustomizationAttachment resource.
string ClientId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
UserPoolId
The UserPoolId of the UserPoolUICustomizationAttachment resource.
string UserPoolId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated