ResolverQueryLogConfigAssociation class
In the response to an AssociateResolverQueryLogConfig, DisassociateResolverQueryLogConfig, GetResolverQueryLogConfigAssociation, or ListResolverQueryLogConfigAssociations, request, a complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
Constructors
- ResolverQueryLogConfigAssociation({String? creationTime, ResolverQueryLogConfigAssociationError? error, String? errorMessage, String? id, String? resolverQueryLogConfigId, String? resourceId, ResolverQueryLogConfigAssociationStatus? status})
- 
          ResolverQueryLogConfigAssociation.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- creationTime → String?
- 
  The date and time that the VPC was associated with the query logging
configuration, in Unix time format and Coordinated Universal Time (UTC).
  final
- error → ResolverQueryLogConfigAssociationError?
- 
  If the value of StatusisFAILED, the value ofErrorindicates the cause:final
- errorMessage → String?
- 
  Contains additional information about the error. If the value or
Erroris null, the value ofErrorMessagealso is null.final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id → String?
- 
  The ID of the query logging association.
  final
- resolverQueryLogConfigId → String?
- 
  The ID of the query logging configuration that a VPC is associated with.
  final
- resourceId → String?
- 
  The ID of the Amazon VPC that is associated with the query logging
configuration.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- status → ResolverQueryLogConfigAssociationStatus?
- 
  The status of the specified query logging association. Valid values include
the following:
  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