Interface IOrganizationCentralizationRuleReference
A reference to a OrganizationCentralizationRule resource.
Namespace: Amazon.CDK.Interfaces.ObservabilityAdmin
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOrganizationCentralizationRuleReference
Syntax (vb)
Public Interface IOrganizationCentralizationRuleReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.ObservabilityAdmin;
var organizationCentralizationRuleReference = new OrganizationCentralizationRuleReference {
RuleArn = "ruleArn"
};
Synopsis
Properties
| RuleArn | The RuleArn of the OrganizationCentralizationRule resource. |
Properties
RuleArn
The RuleArn of the OrganizationCentralizationRule resource.
string RuleArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated