interface OrganizationCentralizationRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ObservabilityAdmin.OrganizationCentralizationRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsobservabilityadmin#OrganizationCentralizationRuleReference |
Java | software.amazon.awscdk.interfaces.observabilityadmin.OrganizationCentralizationRuleReference |
Python | aws_cdk.interfaces.aws_observabilityadmin.OrganizationCentralizationRuleReference |
TypeScript | aws-cdk-lib » interfaces » aws_observabilityadmin » OrganizationCentralizationRuleReference |
A reference to a OrganizationCentralizationRule 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 interfaces_aws_observabilityadmin } from 'aws-cdk-lib/interfaces';
const organizationCentralizationRuleReference: interfaces_aws_observabilityadmin.OrganizationCentralizationRuleReference = {
ruleArn: 'ruleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| rule | string | The RuleArn of the OrganizationCentralizationRule resource. |
ruleArn
Type:
string
The RuleArn of the OrganizationCentralizationRule resource.

.NET
Go
Java
Python
TypeScript