1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. cognito
  6. UserPoolRegionalConfigurationAttachment

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi

    Resource Type definition for AWS::Cognito::UserPoolRegionalConfigurationAttachment

    Create UserPoolRegionalConfigurationAttachment Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new UserPoolRegionalConfigurationAttachment(name: string, args: UserPoolRegionalConfigurationAttachmentArgs, opts?: CustomResourceOptions);
    @overload
    def UserPoolRegionalConfigurationAttachment(resource_name: str,
                                                args: UserPoolRegionalConfigurationAttachmentArgs,
                                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def UserPoolRegionalConfigurationAttachment(resource_name: str,
                                                opts: Optional[ResourceOptions] = None,
                                                user_pool_id: Optional[str] = None,
                                                email_configuration: Optional[UserPoolRegionalConfigurationAttachmentEmailConfigurationArgs] = None,
                                                lambda_config: Optional[UserPoolRegionalConfigurationAttachmentLambdaConfigArgs] = None,
                                                sms_configuration: Optional[UserPoolRegionalConfigurationAttachmentSmsConfigurationArgs] = None,
                                                status: Optional[str] = None,
                                                user_pool_tags: Optional[Mapping[str, str]] = None)
    func NewUserPoolRegionalConfigurationAttachment(ctx *Context, name string, args UserPoolRegionalConfigurationAttachmentArgs, opts ...ResourceOption) (*UserPoolRegionalConfigurationAttachment, error)
    public UserPoolRegionalConfigurationAttachment(string name, UserPoolRegionalConfigurationAttachmentArgs args, CustomResourceOptions? opts = null)
    public UserPoolRegionalConfigurationAttachment(String name, UserPoolRegionalConfigurationAttachmentArgs args)
    public UserPoolRegionalConfigurationAttachment(String name, UserPoolRegionalConfigurationAttachmentArgs args, CustomResourceOptions options)
    
    type: aws-native:cognito:UserPoolRegionalConfigurationAttachment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_cognito_user_pool_regional_configuration_attachment" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args UserPoolRegionalConfigurationAttachmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args UserPoolRegionalConfigurationAttachmentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args UserPoolRegionalConfigurationAttachmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args UserPoolRegionalConfigurationAttachmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args UserPoolRegionalConfigurationAttachmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    UserPoolRegionalConfigurationAttachment Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The UserPoolRegionalConfigurationAttachment resource accepts the following input properties:

    user_pool_id string
    email_configuration object
    lambda_config object
    sms_configuration object
    status string
    The status of the replica. Set to ACTIVE or INACTIVE.
    user_pool_tags map(string)
    userPoolId String
    emailConfiguration Property Map
    lambdaConfig Property Map
    smsConfiguration Property Map
    status String
    The status of the replica. Set to ACTIVE or INACTIVE.
    userPoolTags Map<String>

    Outputs

    All input properties are implicitly available as output properties. Additionally, the UserPoolRegionalConfigurationAttachment resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    UserPoolRegionalConfigurationAttachmentCustomEmailSender, UserPoolRegionalConfigurationAttachmentCustomEmailSenderArgs

    UserPoolRegionalConfigurationAttachmentCustomSmsSender, UserPoolRegionalConfigurationAttachmentCustomSmsSenderArgs

    UserPoolRegionalConfigurationAttachmentEmailConfiguration, UserPoolRegionalConfigurationAttachmentEmailConfigurationArgs

    UserPoolRegionalConfigurationAttachmentEumsSmsConfiguration, UserPoolRegionalConfigurationAttachmentEumsSmsConfigurationArgs

    UserPoolRegionalConfigurationAttachmentInboundFederation, UserPoolRegionalConfigurationAttachmentInboundFederationArgs

    UserPoolRegionalConfigurationAttachmentLambdaConfig, UserPoolRegionalConfigurationAttachmentLambdaConfigArgs

    UserPoolRegionalConfigurationAttachmentPreTokenGenerationConfig, UserPoolRegionalConfigurationAttachmentPreTokenGenerationConfigArgs

    UserPoolRegionalConfigurationAttachmentSmsConfiguration, UserPoolRegionalConfigurationAttachmentSmsConfigurationArgs

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.76.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial