Show / Hide Table of Contents

Interface ICfnUserPoolReplicaProps

Properties for defining a CfnUserPoolReplica.

Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnUserPoolReplicaProps
Syntax (vb)
Public Interface ICfnUserPoolReplicaProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolreplica.html

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 cfnUserPoolReplicaProps = new CfnUserPoolReplicaProps {
                 RegionName = "regionName",
                 UserPoolId = "userPoolId",

                 // the properties below are optional
                 UserPoolTagsAtCreate = new Dictionary<string, string> {
                     { "userPoolTagsAtCreateKey", "userPoolTagsAtCreate" }
                 }
             };

Synopsis

Properties

RegionName

Properties for defining a CfnUserPoolReplica.

UserPoolId

Properties for defining a CfnUserPoolReplica.

UserPoolTagsAtCreate

Properties for defining a CfnUserPoolReplica.

Properties

RegionName

Properties for defining a CfnUserPoolReplica.

string RegionName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolreplica.html#cfn-cognito-userpoolreplica-regionname

UserPoolId

Properties for defining a CfnUserPoolReplica.

string UserPoolId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolreplica.html#cfn-cognito-userpoolreplica-userpoolid

UserPoolTagsAtCreate

Properties for defining a CfnUserPoolReplica.

IDictionary<string, string>? UserPoolTagsAtCreate { get; }
Property Value

IDictionary<string, string>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolreplica.html#cfn-cognito-userpoolreplica-userpooltagsatcreate

Back to top Generated by DocFX