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

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.cognito.getLogDeliveryConfiguration

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Resource Type definition for AWS::Cognito::LogDeliveryConfiguration

    Using getLogDeliveryConfiguration

    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 getLogDeliveryConfiguration(args: GetLogDeliveryConfigurationArgs, opts?: InvokeOptions): Promise<GetLogDeliveryConfigurationResult>
    function getLogDeliveryConfigurationOutput(args: GetLogDeliveryConfigurationOutputArgs, opts?: InvokeOptions): Output<GetLogDeliveryConfigurationResult>
    def get_log_delivery_configuration(id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetLogDeliveryConfigurationResult
    def get_log_delivery_configuration_output(id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetLogDeliveryConfigurationResult]
    func LookupLogDeliveryConfiguration(ctx *Context, args *LookupLogDeliveryConfigurationArgs, opts ...InvokeOption) (*LookupLogDeliveryConfigurationResult, error)
    func LookupLogDeliveryConfigurationOutput(ctx *Context, args *LookupLogDeliveryConfigurationOutputArgs, opts ...InvokeOption) LookupLogDeliveryConfigurationResultOutput

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

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

    The following arguments are supported:

    Id string
    A user pool ID, for example us-east-1_EXAMPLE .
    Id string
    A user pool ID, for example us-east-1_EXAMPLE .
    id String
    A user pool ID, for example us-east-1_EXAMPLE .
    id string
    A user pool ID, for example us-east-1_EXAMPLE .
    id str
    A user pool ID, for example us-east-1_EXAMPLE .
    id String
    A user pool ID, for example us-east-1_EXAMPLE .

    getLogDeliveryConfiguration Result

    The following output properties are available:

    Id string
    A user pool ID, for example us-east-1_EXAMPLE .
    LogConfigurations List<Pulumi.AwsNative.Cognito.Outputs.LogDeliveryConfigurationLogConfiguration>
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
    Id string
    A user pool ID, for example us-east-1_EXAMPLE .
    LogConfigurations []LogDeliveryConfigurationLogConfiguration
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
    id String
    A user pool ID, for example us-east-1_EXAMPLE .
    logConfigurations List<LogDeliveryConfigurationLogConfiguration>
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
    id string
    A user pool ID, for example us-east-1_EXAMPLE .
    logConfigurations LogDeliveryConfigurationLogConfiguration[]
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
    id str
    A user pool ID, for example us-east-1_EXAMPLE .
    log_configurations Sequence[LogDeliveryConfigurationLogConfiguration]
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
    id String
    A user pool ID, for example us-east-1_EXAMPLE .
    logConfigurations List<Property Map>
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.

    Supporting Types

    LogDeliveryConfigurationCloudWatchLogsConfiguration

    LogDeliveryConfigurationFirehoseConfiguration

    StreamArn string
    StreamArn string
    streamArn String
    streamArn string
    streamArn String

    LogDeliveryConfigurationLogConfiguration

    LogDeliveryConfigurationS3Configuration

    BucketArn string
    BucketArn string
    bucketArn String
    bucketArn string
    bucketArn String

    Package Details

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

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

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi