GetPolicyAssociationResult

data class GetPolicyAssociationResult(val associationIdentifier: String? = null, val associationStatus: PolicyAssociationAssociationStatus? = null, val associationStatusMessage: String? = null, val associationType: PolicyAssociationAssociationType? = null, val configurationPolicyId: String? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(associationIdentifier: String? = null, associationStatus: PolicyAssociationAssociationStatus? = null, associationStatusMessage: String? = null, associationType: PolicyAssociationAssociationType? = null, configurationPolicyId: String? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique identifier to indicates if the target has an association

Link copied to clipboard

The current status of the association between the specified target and the configuration

Link copied to clipboard

An explanation for a FAILED value for AssociationStatus

Link copied to clipboard

Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent

Link copied to clipboard

The universally unique identifier (UUID) of the configuration policy or a value of SELF_MANAGED_SECURITY_HUB for a self-managed configuration

Link copied to clipboard
val updatedAt: String? = null

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