GroupConfiguration class

A service configuration associated with a resource group. The configuration options are determined by the AWS service that defines the Type, and specifies which resources can be included in the group. You can add a service configuration when you create the group by using CreateGroup, or later by using the PutGroupConfiguration operation. For details about group service configuration syntax, see Service configurations for resource groups.

Constructors

GroupConfiguration({List<GroupConfigurationItem>? configuration, String? failureReason, List<GroupConfigurationItem>? proposedConfiguration, GroupConfigurationStatus? status})
GroupConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

configuration List<GroupConfigurationItem>?
The configuration currently associated with the group and in effect.
final
failureReason String?
If present, the reason why a request to update the group configuration failed.
final
hashCode int
The hash code for this object.
no setterinherited
proposedConfiguration List<GroupConfigurationItem>?
If present, the new configuration that is in the process of being applied to the group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status GroupConfigurationStatus?
The current status of an attempt to update the group configuration.
final

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