AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.cognito.LogDeliveryConfiguration
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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:
- User
Pool stringId - The ID of the user pool where you configured detailed activity logging.
- Log
Configurations List<Pulumi.Aws Native. Cognito. Inputs. Log Delivery Configuration Log Configuration> - The detailed activity logging destination of a user pool.
- User
Pool stringId - The ID of the user pool where you configured detailed activity logging.
- Log
Configurations []LogDelivery Configuration Log Configuration Args - The detailed activity logging destination of a user pool.
- user
Pool StringId - The ID of the user pool where you configured detailed activity logging.
- log
Configurations List<LogDelivery Configuration Log Configuration> - The detailed activity logging destination of a user pool.
- user
Pool stringId - The ID of the user pool where you configured detailed activity logging.
- log
Configurations LogDelivery Configuration Log Configuration[] - The detailed activity logging destination of a user pool.
- user_
pool_ strid - The ID of the user pool where you configured detailed activity logging.
- log_
configurations Sequence[LogDelivery Configuration Log Configuration Args] - The detailed activity logging destination of a user pool.
- user
Pool StringId - The ID of the user pool where you configured detailed activity logging.
- log
Configurations List<Property Map> - The detailed activity logging destination of a user pool.
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
LogDeliveryConfigurationLogConfiguration, LogDeliveryConfigurationLogConfigurationArgs
- cloud
Watch Property MapLogs Configuration - event
Source String - log
Level String
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi