1. Packages
  2. AWS Native
  3. API Docs
  4. cognito
  5. getUserPoolRiskConfigurationAttachment

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.cognito.getUserPoolRiskConfigurationAttachment

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Resource Type definition for AWS::Cognito::UserPoolRiskConfigurationAttachment

    Using getUserPoolRiskConfigurationAttachment

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getUserPoolRiskConfigurationAttachment(args: GetUserPoolRiskConfigurationAttachmentArgs, opts?: InvokeOptions): Promise<GetUserPoolRiskConfigurationAttachmentResult>
    function getUserPoolRiskConfigurationAttachmentOutput(args: GetUserPoolRiskConfigurationAttachmentOutputArgs, opts?: InvokeOptions): Output<GetUserPoolRiskConfigurationAttachmentResult>
    def get_user_pool_risk_configuration_attachment(client_id: Optional[str] = None,
                                                    user_pool_id: Optional[str] = None,
                                                    opts: Optional[InvokeOptions] = None) -> GetUserPoolRiskConfigurationAttachmentResult
    def get_user_pool_risk_configuration_attachment_output(client_id: Optional[pulumi.Input[str]] = None,
                                                    user_pool_id: Optional[pulumi.Input[str]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[GetUserPoolRiskConfigurationAttachmentResult]
    func LookupUserPoolRiskConfigurationAttachment(ctx *Context, args *LookupUserPoolRiskConfigurationAttachmentArgs, opts ...InvokeOption) (*LookupUserPoolRiskConfigurationAttachmentResult, error)
    func LookupUserPoolRiskConfigurationAttachmentOutput(ctx *Context, args *LookupUserPoolRiskConfigurationAttachmentOutputArgs, opts ...InvokeOption) LookupUserPoolRiskConfigurationAttachmentResultOutput

    > Note: This function is named LookupUserPoolRiskConfigurationAttachment in the Go SDK.

    public static class GetUserPoolRiskConfigurationAttachment 
    {
        public static Task<GetUserPoolRiskConfigurationAttachmentResult> InvokeAsync(GetUserPoolRiskConfigurationAttachmentArgs args, InvokeOptions? opts = null)
        public static Output<GetUserPoolRiskConfigurationAttachmentResult> Invoke(GetUserPoolRiskConfigurationAttachmentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetUserPoolRiskConfigurationAttachmentResult> getUserPoolRiskConfigurationAttachment(GetUserPoolRiskConfigurationAttachmentArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cognito:getUserPoolRiskConfigurationAttachment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClientId string
    UserPoolId string
    ClientId string
    UserPoolId string
    clientId String
    userPoolId String
    clientId string
    userPoolId string
    clientId String
    userPoolId String

    getUserPoolRiskConfigurationAttachment Result

    The following output properties are available:

    Supporting Types

    UserPoolRiskConfigurationAttachmentAccountTakeoverActionType

    EventAction string
    Notify bool
    EventAction string
    Notify bool
    eventAction String
    notify_ Boolean
    eventAction string
    notify boolean
    eventAction String
    notify Boolean

    UserPoolRiskConfigurationAttachmentAccountTakeoverActionsType

    UserPoolRiskConfigurationAttachmentAccountTakeoverRiskConfigurationType

    UserPoolRiskConfigurationAttachmentCompromisedCredentialsActionsType

    UserPoolRiskConfigurationAttachmentCompromisedCredentialsRiskConfigurationType

    UserPoolRiskConfigurationAttachmentNotifyConfigurationType

    UserPoolRiskConfigurationAttachmentNotifyEmailType

    Subject string
    HtmlBody string
    TextBody string
    Subject string
    HtmlBody string
    TextBody string
    subject String
    htmlBody String
    textBody String
    subject string
    htmlBody string
    textBody string
    subject String
    htmlBody String
    textBody String

    UserPoolRiskConfigurationAttachmentRiskExceptionConfigurationType

    BlockedIpRangeList List<string>
    SkippedIpRangeList List<string>
    blockedIpRangeList List<String>
    skippedIpRangeList List<String>
    blocked_ip_range_list Sequence[str]
    skipped_ip_range_list Sequence[str]
    blockedIpRangeList List<String>
    skippedIpRangeList List<String>

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi