interface OrganizationTelemetryRuleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_observabilityadmin.OrganizationTelemetryRuleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsobservabilityadmin#OrganizationTelemetryRuleReference |
![]() | software.amazon.awscdk.services.observabilityadmin.OrganizationTelemetryRuleReference |
![]() | aws_cdk.aws_observabilityadmin.OrganizationTelemetryRuleReference |
![]() | aws-cdk-lib » aws_observabilityadmin » OrganizationTelemetryRuleReference |
A reference to a OrganizationTelemetryRule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_observabilityadmin as observabilityadmin } from 'aws-cdk-lib';
const organizationTelemetryRuleReference: observabilityadmin.OrganizationTelemetryRuleReference = {
ruleArn: 'ruleArn',
};
Properties
Name | Type | Description |
---|---|---|
rule | string | The RuleArn of the OrganizationTelemetryRule resource. |
ruleArn
Type:
string
The RuleArn of the OrganizationTelemetryRule resource.