interface LogAnomalyDetectionIntegrationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DevOpsGuru.LogAnomalyDetectionIntegrationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdevopsguru#LogAnomalyDetectionIntegrationReference |
![]() | software.amazon.awscdk.services.devopsguru.LogAnomalyDetectionIntegrationReference |
![]() | aws_cdk.aws_devopsguru.LogAnomalyDetectionIntegrationReference |
![]() | aws-cdk-lib » 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 devopsguru } from 'aws-cdk-lib';
const logAnomalyDetectionIntegrationReference: 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.