interface IntegrationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Logs.IntegrationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslogs#IntegrationReference |
Java | software.amazon.awscdk.services.logs.IntegrationReference |
Python | aws_cdk.aws_logs.IntegrationReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript