RuleSummary

Summary information about a rule.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The firewall type associated with the resource.

Link copied to clipboard

Specifies whether a published version of the resource exists.

Link copied to clipboard

The Amazon Resource Name (ARN) of the rule.

Link copied to clipboard

The service-generated id of the rule.

Link copied to clipboard

The name of the rule.

Link copied to clipboard

The type of the rule. CONFIGURATION rules contain firewall settings, and INSPECTION rules contain rule groups.

Link copied to clipboard

The current status of the resource: DRAFT (unpublished, editable) or ACTIVE (published, in use).

Link copied to clipboard

The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.

Link copied to clipboard

The version of the resource.

Functions

Link copied to clipboard
inline fun copy(block: RuleSummary.Builder.() -> Unit = {}): RuleSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String