GetHubResult

data class GetHubResult(val arn: String? = null, val autoEnableControls: Boolean? = null, val controlFindingGenerator: String? = null, val subscribedAt: String? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, autoEnableControls: Boolean? = null, controlFindingGenerator: String? = null, subscribedAt: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

An ARN is automatically created for the customer.

Link copied to clipboard

Whether to automatically enable new controls when they are added to standards that are enabled

Link copied to clipboard

This field, used when enabling Security Hub, specifies whether the calling account has consolidated control findings turned on. If the value for this field is set to SECURITY_CONTROL, Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards. If the value for this field is set to STANDARD_CONTROL, Security Hub generates separate findings for a control check when the check applies to multiple enabled standards.

Link copied to clipboard
val subscribedAt: String? = null

The date and time when Security Hub was enabled in the account.

Link copied to clipboard
val tags: Map<String, String>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag .