interface LogDeliveryConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Cognito.LogDeliveryConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscognito#LogDeliveryConfigurationReference |
Java | software.amazon.awscdk.interfaces.cognito.LogDeliveryConfigurationReference |
Python | aws_cdk.interfaces.aws_cognito.LogDeliveryConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » aws_cognito » LogDeliveryConfigurationReference |
A reference to a LogDeliveryConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as interfaces_aws_cognito } from 'aws-cdk-lib/interfaces';
const logDeliveryConfigurationReference: interfaces_aws_cognito.LogDeliveryConfigurationReference = {
logDeliveryConfigurationId: 'logDeliveryConfigurationId',
};
Properties
| Name | Type | Description |
|---|---|---|
| log | string | The Id of the LogDeliveryConfiguration resource. |
logDeliveryConfigurationId
Type:
string
The Id of the LogDeliveryConfiguration resource.

.NET
Go
Java
Python
TypeScript