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:
- User
Pool stringId - The ID of the user pool where you configured logging.
- Log
Configurations 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.
- User
Pool stringId - The ID of the user pool where you configured logging.
- Log
Configurations []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.
- user
Pool StringId - The ID of the user pool where you configured logging.
- log
Configurations 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.
- user
Pool stringId - The ID of the user pool where you configured logging.
- log
Configurations 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.
- user
Pool StringId - The ID of the user pool where you configured logging.
- log
Configurations 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
- Log
Group stringArn
- Log
Group stringArn
- log
Group StringArn
- log
Group stringArn
- log_
group_ strarn
- log
Group StringArn
LogDeliveryConfigurationFirehoseConfiguration, LogDeliveryConfigurationFirehoseConfigurationArgs
- Stream
Arn string
- Stream
Arn string
- stream
Arn String
- stream
Arn string
- stream_
arn str
- stream
Arn String
LogDeliveryConfigurationLogConfiguration, LogDeliveryConfigurationLogConfigurationArgs
- Cloud
Watch Pulumi.Logs Configuration Aws Native. Cognito. Inputs. Log Delivery Configuration Cloud Watch Logs Configuration - Event
Source string - Firehose
Configuration Pulumi.Aws Native. Cognito. Inputs. Log Delivery Configuration Firehose Configuration - Log
Level string - S3Configuration
Pulumi.
Aws Native. Cognito. Inputs. Log Delivery Configuration S3Configuration
LogDeliveryConfigurationS3Configuration, LogDeliveryConfigurationS3ConfigurationArgs
- Bucket
Arn string
- Bucket
Arn string
- bucket
Arn String
- bucket
Arn string
- bucket_
arn str
- bucket
Arn 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.