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
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 |
| UserPoolId | Properties for defining a |
| UserPoolTagsAtCreate | Properties for defining a |
Properties
RegionName
Properties for defining a CfnUserPoolReplica.
string RegionName { get; }
Property Value
Remarks
UserPoolId
Properties for defining a CfnUserPoolReplica.
string UserPoolId { get; }
Property Value
Remarks
UserPoolTagsAtCreate
Properties for defining a CfnUserPoolReplica.
IDictionary<string, string>? UserPoolTagsAtCreate { get; }