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

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.LogDeliveryConfiguration

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

    Create LogDeliveryConfiguration Resource

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

    Constructor syntax

    new LogDeliveryConfiguration(name: string, args: LogDeliveryConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def LogDeliveryConfiguration(resource_name: str,
                                 args: LogDeliveryConfigurationArgs,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def LogDeliveryConfiguration(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 user_pool_id: Optional[str] = None,
                                 log_configurations: Optional[Sequence[LogDeliveryConfigurationLogConfigurationArgs]] = None)
    func NewLogDeliveryConfiguration(ctx *Context, name string, args LogDeliveryConfigurationArgs, opts ...ResourceOption) (*LogDeliveryConfiguration, error)
    public LogDeliveryConfiguration(string name, LogDeliveryConfigurationArgs args, CustomResourceOptions? opts = null)
    public LogDeliveryConfiguration(String name, LogDeliveryConfigurationArgs args)
    public LogDeliveryConfiguration(String name, LogDeliveryConfigurationArgs args, CustomResourceOptions options)
    
    type: aws-native:cognito:LogDeliveryConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LogDeliveryConfigurationArgs
    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 LogDeliveryConfigurationArgs
    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 LogDeliveryConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LogDeliveryConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LogDeliveryConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    LogDeliveryConfiguration Resource Properties

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

    Inputs

    The LogDeliveryConfiguration resource accepts the following input properties:

    UserPoolId string
    The ID of the user pool where you configured logging.
    LogConfigurations List<Pulumi.AwsNative.Cognito.Inputs.LogDeliveryConfigurationLogConfiguration>
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
    UserPoolId string
    The ID of the user pool where you configured logging.
    LogConfigurations []LogDeliveryConfigurationLogConfigurationArgs
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
    userPoolId String
    The ID of the user pool where you configured logging.
    logConfigurations List<LogDeliveryConfigurationLogConfiguration>
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
    userPoolId string
    The ID of the user pool where you configured logging.
    logConfigurations LogDeliveryConfigurationLogConfiguration[]
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
    user_pool_id str
    The ID of the user pool where you configured logging.
    log_configurations Sequence[LogDeliveryConfigurationLogConfigurationArgs]
    A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
    userPoolId String
    The ID of the user pool where you configured logging.
    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.

    Outputs

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

    AwsId string
    A user pool ID, for example us-east-1_EXAMPLE .
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    A user pool ID, for example us-east-1_EXAMPLE .
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    A user pool ID, for example us-east-1_EXAMPLE .
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    A user pool ID, for example us-east-1_EXAMPLE .
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    A user pool ID, for example us-east-1_EXAMPLE .
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    A user pool ID, for example us-east-1_EXAMPLE .
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    LogDeliveryConfigurationCloudWatchLogsConfiguration, LogDeliveryConfigurationCloudWatchLogsConfigurationArgs

    LogDeliveryConfigurationFirehoseConfiguration, LogDeliveryConfigurationFirehoseConfigurationArgs

    StreamArn string
    StreamArn string
    streamArn String
    streamArn string
    streamArn String

    LogDeliveryConfigurationLogConfiguration, LogDeliveryConfigurationLogConfigurationArgs

    LogDeliveryConfigurationS3Configuration, LogDeliveryConfigurationS3ConfigurationArgs

    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