AWS Fundamentals Logo
AWS Fundamentals
AWS::Cognito::ManagedLoginBranding

Cognito ManagedLoginBranding

Resource Type definition for AWS::Cognito::ManagedLoginBranding

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
UserPoolId
string
RequiredCreate-only
Assets
array
ClientId
string
Create-onlyWrite-only
ReturnMergedResources
boolean
Write-only
Settings
object
UseCognitoProvidedValues
boolean

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ManagedLoginBrandingIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Cognito::ManagedLoginBranding

Resources:
  MyResource:
    Type: AWS::Cognito::ManagedLoginBranding
    Properties:
      UserPoolId: "my-userpoolid"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cognito-idp:CreateManagedLoginBranding

read

cognito-idp:DescribeManagedLoginBranding

update

cognito-idp:UpdateManagedLoginBranding

delete

cognito-idp:DeleteManagedLoginBranding

Get the Cognito Cheat Sheet

Everything you need to know about Cognito on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCognito
Properties7
Required1
TaggingNot supported
Primary IDUserPoolId

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

UserPoolIdClientId

External Links