Class CfnUserPoolUICustomizationAttachmentPropsMixin
A container for the UI customization information for the hosted UI in a user pool.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Cognito
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnUserPoolUICustomizationAttachmentPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnUserPoolUICustomizationAttachmentPropsMixin Inherits Mixin Implements IMixin
Remarks
CloudformationResource: AWS::Cognito::UserPoolUICustomizationAttachment
Mixin: true
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.CfnPropertyMixins.AWS.Cognito;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnUserPoolUICustomizationAttachmentPropsMixin = new CfnUserPoolUICustomizationAttachmentPropsMixin(new CfnUserPoolUICustomizationAttachmentMixinProps {
ClientId = "clientId",
Css = "css",
UserPoolId = "userPoolId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnUserPoolUICustomizationAttachmentPropsMixin(ICfnUserPoolUICustomizationAttachmentMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | A container for the UI customization information for the hosted UI in a user pool. |
| Props | A container for the UI customization information for the hosted UI in a user pool. |
| Strategy | A container for the UI customization information for the hosted UI in a user pool. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnUserPoolUICustomizationAttachmentPropsMixin(ICfnUserPoolUICustomizationAttachmentMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::Cognito::UserPoolUICustomizationAttachment.
public CfnUserPoolUICustomizationAttachmentPropsMixin(ICfnUserPoolUICustomizationAttachmentMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnUserPoolUICustomizationAttachmentMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
CloudformationResource: AWS::Cognito::UserPoolUICustomizationAttachment
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
A container for the UI customization information for the hosted UI in a user pool.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
CloudformationResource: AWS::Cognito::UserPoolUICustomizationAttachment
Mixin: true
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.CfnPropertyMixins.AWS.Cognito;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnUserPoolUICustomizationAttachmentPropsMixin = new CfnUserPoolUICustomizationAttachmentPropsMixin(new CfnUserPoolUICustomizationAttachmentMixinProps {
ClientId = "clientId",
Css = "css",
UserPoolId = "userPoolId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
A container for the UI customization information for the hosted UI in a user pool.
protected virtual ICfnUserPoolUICustomizationAttachmentMixinProps Props { get; }
Property Value
ICfnUserPoolUICustomizationAttachmentMixinProps
Remarks
CloudformationResource: AWS::Cognito::UserPoolUICustomizationAttachment
Mixin: true
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.CfnPropertyMixins.AWS.Cognito;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnUserPoolUICustomizationAttachmentPropsMixin = new CfnUserPoolUICustomizationAttachmentPropsMixin(new CfnUserPoolUICustomizationAttachmentMixinProps {
ClientId = "clientId",
Css = "css",
UserPoolId = "userPoolId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
A container for the UI customization information for the hosted UI in a user pool.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
CloudformationResource: AWS::Cognito::UserPoolUICustomizationAttachment
Mixin: true
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.CfnPropertyMixins.AWS.Cognito;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnUserPoolUICustomizationAttachmentPropsMixin = new CfnUserPoolUICustomizationAttachmentPropsMixin(new CfnUserPoolUICustomizationAttachmentMixinProps {
ClientId = "clientId",
Css = "css",
UserPoolId = "userPoolId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
CloudformationResource: AWS::Cognito::UserPoolUICustomizationAttachment
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
CloudformationResource: AWS::Cognito::UserPoolUICustomizationAttachment
Mixin: true
ExampleMetadata: fixture=_generated