interface DeliveryDestinationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Logs.DeliveryDestinationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslogs#DeliveryDestinationReference |
![]() | software.amazon.awscdk.services.logs.DeliveryDestinationReference |
![]() | aws_cdk.aws_logs.DeliveryDestinationReference |
![]() | aws-cdk-lib » aws_logs » DeliveryDestinationReference |
A reference to a DeliveryDestination resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_logs as logs } from 'aws-cdk-lib';
const deliveryDestinationReference: logs.DeliveryDestinationReference = {
deliveryDestinationArn: 'deliveryDestinationArn',
deliveryDestinationName: 'deliveryDestinationName',
};
Properties
Name | Type | Description |
---|---|---|
delivery | string | The ARN of the DeliveryDestination resource. |
delivery | string | The Name of the DeliveryDestination resource. |
deliveryDestinationArn
Type:
string
The ARN of the DeliveryDestination resource.
deliveryDestinationName
Type:
string
The Name of the DeliveryDestination resource.