OrganizationConfigRule class
An organization config rule that has information about config rules that AWS Config creates in member accounts.
Constructors
-
OrganizationConfigRule({required String organizationConfigRuleArn, required String organizationConfigRuleName, List<
String> ? excludedAccounts, DateTime? lastUpdateTime, OrganizationCustomRuleMetadata? organizationCustomRuleMetadata, OrganizationManagedRuleMetadata? organizationManagedRuleMetadata}) -
OrganizationConfigRule.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
excludedAccounts
→ List<
String> ? -
A comma-separated list of accounts excluded from organization config rule.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdateTime → DateTime?
-
The timestamp of the last update.
final
- organizationConfigRuleArn → String
-
Amazon Resource Name (ARN) of organization config rule.
final
- organizationConfigRuleName → String
-
The name that you assign to organization config rule.
final
- organizationCustomRuleMetadata → OrganizationCustomRuleMetadata?
-
An
OrganizationCustomRuleMetadata
object.final - organizationManagedRuleMetadata → OrganizationManagedRuleMetadata?
-
An
OrganizationManagedRuleMetadata
object.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited