CentralizationRuleForOrganizationRuleSource class

Constructors

CentralizationRuleForOrganizationRuleSource({required Input<List<String>> regions, required Input<String> scope, Input<CentralizationRuleForOrganizationRuleSourceSourceLogsConfiguration?>? sourceLogsConfiguration, Input<CentralizationRuleForOrganizationRuleSourceSourceMetricsConfiguration?>? sourceMetricsConfiguration})
Creates a new CentralizationRuleForOrganizationRuleSource. regions Set of AWS regions from which to centralize telemetry. Must contain at least one region. scope Scope defining which resources to include. Use organization ID format: OrganizationId = 'o-example123456'. sourceLogsConfiguration Configuration block for source logs settings. See sourceLogsConfiguration below. sourceMetricsConfiguration Configuration block for source metrics settings. See sourceMetricsConfiguration below.
const
CentralizationRuleForOrganizationRuleSource.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
regions → Input<List<String>>
Set of AWS regions from which to centralize telemetry. Must contain at least one region.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope → Input<String>
Scope defining which resources to include. Use organization ID format: OrganizationId = 'o-example123456'.
final
sourceLogsConfiguration → Input<CentralizationRuleForOrganizationRuleSourceSourceLogsConfiguration?>?
Configuration block for source logs settings. See sourceLogsConfiguration below.
final
sourceMetricsConfiguration → Input<CentralizationRuleForOrganizationRuleSourceSourceMetricsConfiguration?>?
Configuration block for source metrics settings. See sourceMetricsConfiguration below.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited