LogDeliveryConfigurationReference

class aws_cdk.aws_cognito.LogDeliveryConfigurationReference(*, log_delivery_configuration_id)

Bases: object

A reference to a LogDeliveryConfiguration resource.

Parameters:

log_delivery_configuration_id (str) – The Id of the LogDeliveryConfiguration resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_cognito as cognito

log_delivery_configuration_reference = cognito.LogDeliveryConfigurationReference(
    log_delivery_configuration_id="logDeliveryConfigurationId"
)

Attributes

log_delivery_configuration_id

The Id of the LogDeliveryConfiguration resource.