interface LogDeliveryConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.LogDeliveryConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#LogDeliveryConfigurationReference |
![]() | software.amazon.awscdk.services.cognito.LogDeliveryConfigurationReference |
![]() | aws_cdk.aws_cognito.LogDeliveryConfigurationReference |
![]() | aws-cdk-lib » 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 cognito } from 'aws-cdk-lib';
const logDeliveryConfigurationReference: 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.