CentralizationRuleForOrganizationRuleSource class
Constructors
-
CentralizationRuleForOrganizationRuleSource({required Input<
List< regions, required Input<String> >String> scope, Input<CentralizationRuleForOrganizationRuleSourceSourceLogsConfiguration?> ? sourceLogsConfiguration, Input<CentralizationRuleForOrganizationRuleSourceSourceMetricsConfiguration?> ? sourceMetricsConfiguration}) -
Creates a new CentralizationRuleForOrganizationRuleSource.
regionsSet of AWS regions from which to centralize telemetry. Must contain at least one region.scopeScope defining which resources to include. Use organization ID format:OrganizationId = 'o-example123456'.sourceLogsConfigurationConfiguration block for source logs settings. SeesourceLogsConfigurationbelow.sourceMetricsConfigurationConfiguration block for source metrics settings. SeesourceMetricsConfigurationbelow.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
sourceLogsConfigurationbelow.final -
sourceMetricsConfiguration
→ Input<
CentralizationRuleForOrganizationRuleSourceSourceMetricsConfiguration?> ? -
Configuration block for source metrics settings. See
sourceMetricsConfigurationbelow.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