Class ResolverQueryLogConfigAssociation

    • Method Detail

      • id

        public final String id()

        The ID of the query logging association.

        Returns:
        The ID of the query logging association.
      • resolverQueryLogConfigId

        public final String resolverQueryLogConfigId()

        The ID of the query logging configuration that a VPC is associated with.

        Returns:
        The ID of the query logging configuration that a VPC is associated with.
      • resourceId

        public final String resourceId()

        The ID of the Amazon VPC that is associated with the query logging configuration.

        Returns:
        The ID of the Amazon VPC that is associated with the query logging configuration.
      • status

        public final ResolverQueryLogConfigAssociationStatus status()

        The status of the specified query logging association. Valid values include the following:

        • CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration.

        • ACTIVE: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.

        • DELETING: Resolver is deleting this query logging association.

        • FAILED: Resolver either couldn't create or couldn't delete the query logging association.

        If the service returns an enum value that is not available in the current SDK version, status will return ResolverQueryLogConfigAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the specified query logging association. Valid values include the following:

        • CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration.

        • ACTIVE: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.

        • DELETING: Resolver is deleting this query logging association.

        • FAILED: Resolver either couldn't create or couldn't delete the query logging association.

        See Also:
        ResolverQueryLogConfigAssociationStatus
      • statusAsString

        public final String statusAsString()

        The status of the specified query logging association. Valid values include the following:

        • CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration.

        • ACTIVE: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.

        • DELETING: Resolver is deleting this query logging association.

        • FAILED: Resolver either couldn't create or couldn't delete the query logging association.

        If the service returns an enum value that is not available in the current SDK version, status will return ResolverQueryLogConfigAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the specified query logging association. Valid values include the following:

        • CREATING: Resolver is creating an association between an Amazon VPC and a query logging configuration.

        • ACTIVE: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.

        • DELETING: Resolver is deleting this query logging association.

        • FAILED: Resolver either couldn't create or couldn't delete the query logging association.

        See Also:
        ResolverQueryLogConfigAssociationStatus
      • error

        public final ResolverQueryLogConfigAssociationError error()

        If the value of Status is FAILED, the value of Error indicates the cause:

        • DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted.

        • ACCESS_DENIED: Permissions don't allow sending logs to the destination.

        If the value of Status is a value other than FAILED, Error is null.

        If the service returns an enum value that is not available in the current SDK version, error will return ResolverQueryLogConfigAssociationError.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from errorAsString().

        Returns:
        If the value of Status is FAILED, the value of Error indicates the cause:

        • DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted.

        • ACCESS_DENIED: Permissions don't allow sending logs to the destination.

        If the value of Status is a value other than FAILED, Error is null.

        See Also:
        ResolverQueryLogConfigAssociationError
      • errorAsString

        public final String errorAsString()

        If the value of Status is FAILED, the value of Error indicates the cause:

        • DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted.

        • ACCESS_DENIED: Permissions don't allow sending logs to the destination.

        If the value of Status is a value other than FAILED, Error is null.

        If the service returns an enum value that is not available in the current SDK version, error will return ResolverQueryLogConfigAssociationError.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from errorAsString().

        Returns:
        If the value of Status is FAILED, the value of Error indicates the cause:

        • DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon S3 bucket) was deleted.

        • ACCESS_DENIED: Permissions don't allow sending logs to the destination.

        If the value of Status is a value other than FAILED, Error is null.

        See Also:
        ResolverQueryLogConfigAssociationError
      • errorMessage

        public final String errorMessage()

        Contains additional information about the error. If the value or Error is null, the value of ErrorMessage also is null.

        Returns:
        Contains additional information about the error. If the value or Error is null, the value of ErrorMessage also is null.
      • creationTime

        public final String creationTime()

        The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).

        Returns:
        The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)