interface LogAnomalyDetectionIntegrationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DevOpsGuru.LogAnomalyDetectionIntegrationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdevopsguru#LogAnomalyDetectionIntegrationReference |
Java | software.amazon.awscdk.interfaces.devopsguru.LogAnomalyDetectionIntegrationReference |
Python | aws_cdk.interfaces.aws_devopsguru.LogAnomalyDetectionIntegrationReference |
TypeScript | aws-cdk-lib » interfaces » aws_devopsguru » LogAnomalyDetectionIntegrationReference |
A reference to a LogAnomalyDetectionIntegration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_devopsguru as interfaces_aws_devopsguru } from 'aws-cdk-lib/interfaces';
const logAnomalyDetectionIntegrationReference: interfaces_aws_devopsguru.LogAnomalyDetectionIntegrationReference = {
accountId: 'accountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string | The AccountId of the LogAnomalyDetectionIntegration resource. |
accountId
Type:
string
The AccountId of the LogAnomalyDetectionIntegration resource.

.NET
Go
Java
Python
TypeScript