GetStandardResult

data class GetStandardResult(val disabledStandardsControls: List<StandardsControl>? = null, val standardsSubscriptionArn: String? = null)

Constructors

Link copied to clipboard
constructor(disabledStandardsControls: List<StandardsControl>? = null, standardsSubscriptionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies which controls are to be disabled in a standard. Maximum: `100`

Link copied to clipboard

The ARN of a resource that represents your subscription to a supported standard.