ConfigurationPolicySummary

An object that contains the details of an Security Hub configuration policy that’s returned in a ListConfigurationPolicies request.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the configuration policy.

Link copied to clipboard

The description of the configuration policy.

Link copied to clipboard
val id: String?

The universally unique identifier (UUID) of the configuration policy.

Link copied to clipboard
val name: String?

The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: -, ., !, *, /.

Link copied to clipboard

Indicates whether the service that the configuration policy applies to is enabled in the policy.

Link copied to clipboard

The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.

Functions

Link copied to clipboard
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