interface IntegrationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Logs.IntegrationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslogs#IntegrationReference |
![]() | software.amazon.awscdk.services.logs.IntegrationReference |
![]() | aws_cdk.aws_logs.IntegrationReference |
![]() | aws-cdk-lib » aws_logs » IntegrationReference |
A reference to a Integration 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 integrationReference: logs.IntegrationReference = {
integrationName: 'integrationName',
};
Properties
Name | Type | Description |
---|---|---|
integration | string | The IntegrationName of the Integration resource. |
integrationName
Type:
string
The IntegrationName of the Integration resource.