interface ManagedLoginBrandingReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.ManagedLoginBrandingReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#ManagedLoginBrandingReference |
![]() | software.amazon.awscdk.services.cognito.ManagedLoginBrandingReference |
![]() | aws_cdk.aws_cognito.ManagedLoginBrandingReference |
![]() | aws-cdk-lib » aws_cognito » ManagedLoginBrandingReference |
A reference to a ManagedLoginBranding resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const managedLoginBrandingReference: cognito.ManagedLoginBrandingReference = {
managedLoginBrandingId: 'managedLoginBrandingId',
userPoolId: 'userPoolId',
};
Properties
Name | Type | Description |
---|---|---|
managed | string | The ManagedLoginBrandingId of the ManagedLoginBranding resource. |
user | string | The UserPoolId of the ManagedLoginBranding resource. |
managedLoginBrandingId
Type:
string
The ManagedLoginBrandingId of the ManagedLoginBranding resource.
userPoolId
Type:
string
The UserPoolId of the ManagedLoginBranding resource.