AWS::ObservabilityAdmin::OrganizationCentralizationRule - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ObservabilityAdmin::OrganizationCentralizationRule

Defines how telemetry data should be centralized across an AWS Organization, including source and destination configurations.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ObservabilityAdmin::OrganizationCentralizationRule", "Properties" : { "Rule" : CentralizationRule, "RuleName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::ObservabilityAdmin::OrganizationCentralizationRule Properties: Rule: CentralizationRule RuleName: String Tags: - Tag

Properties

Rule

Property description not available.

Required: Yes

Type: CentralizationRule

Update requires: No interruption

RuleName

The name of the organization centralization rule.

Required: Yes

Type: String

Pattern: ^[0-9A-Za-z-]+$

Minimum: 1

Maximum: 100

Update requires: Replacement

Tags

A key-value pair to filter resources based on tags associated with the resource. For more information about tags, see What are tags?

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

RuleArn

The Amazon Resource Name (ARN) of the organization centralization rule.