We recommend new projects start with resources from the AWS provider.
aws-native.cognito.LogDeliveryConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The LogDeliveryConfiguration resource accepts the following input properties:
- UserPool stringId 
- The ID of the user pool where you configured logging.
- LogConfigurations List<Pulumi.Aws Native. Cognito. Inputs. Log Delivery Configuration Log Configuration> 
- A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
- UserPool stringId 
- The ID of the user pool where you configured logging.
- LogConfigurations []LogDelivery Configuration Log Configuration Args 
- A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
- userPool StringId 
- The ID of the user pool where you configured logging.
- logConfigurations List<LogDelivery Configuration Log Configuration> 
- A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
- userPool stringId 
- The ID of the user pool where you configured logging.
- logConfigurations LogDelivery Configuration Log Configuration[] 
- A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
- user_pool_ strid 
- The ID of the user pool where you configured logging.
- log_configurations Sequence[LogDelivery Configuration Log Configuration Args] 
- A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
- userPool StringId 
- 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:
Supporting Types
LogDeliveryConfigurationCloudWatchLogsConfiguration, LogDeliveryConfigurationCloudWatchLogsConfigurationArgs              
- LogGroup stringArn 
- LogGroup stringArn 
- logGroup StringArn 
- logGroup stringArn 
- log_group_ strarn 
- logGroup StringArn 
LogDeliveryConfigurationFirehoseConfiguration, LogDeliveryConfigurationFirehoseConfigurationArgs          
- StreamArn string
- StreamArn string
- streamArn String
- streamArn string
- stream_arn str
- streamArn String
LogDeliveryConfigurationLogConfiguration, LogDeliveryConfigurationLogConfigurationArgs          
- CloudWatch Pulumi.Logs Configuration Aws Native. Cognito. Inputs. Log Delivery Configuration Cloud Watch Logs Configuration 
- EventSource string
- FirehoseConfiguration Pulumi.Aws Native. Cognito. Inputs. Log Delivery Configuration Firehose Configuration 
- LogLevel string
- S3Configuration
Pulumi.Aws Native. Cognito. Inputs. Log Delivery Configuration S3Configuration 
LogDeliveryConfigurationS3Configuration, LogDeliveryConfigurationS3ConfigurationArgs        
- BucketArn string
- BucketArn string
- bucketArn String
- bucketArn string
- bucket_arn str
- bucketArn String
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.