GetControlResponse

Types

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

Properties

Link copied to clipboard

A list of alternative identifiers for the control. These are human-readable designators, such as SH.S3.1. Several aliases can refer to the same control across different Amazon Web Services services or compliance frameworks.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the control.

Link copied to clipboard

A term that identifies the control's functional behavior. One of Preventive, Detective, Proactive

Link copied to clipboard

A timestamp that notes the time when the control was released (start of its life) as a governance capability in Amazon Web Services.

Link copied to clipboard

A description of what the control does.

Link copied to clipboard

A list of Amazon Web Services resource types that are governed by this control. This information helps you understand which controls can govern certain types of resources, and conversely, which resources are affected when the control is implemented. The resources are represented as Amazon Web Services CloudFormation resource types. If GovernedResources cannot be represented by available CloudFormation resource types, it’s returned as an empty list.

Link copied to clipboard

Returns information about the control, as an ImplementationDetails object that shows the underlying implementation type for a control.

Link copied to clipboard

The display name of the control.

Link copied to clipboard

Returns an array of ControlParameter objects that specify the parameters a control supports. An empty list is returned for controls that don’t support parameters.

Link copied to clipboard

Returns information about the control, including the scope of the control, if enabled, and the Regions in which the control is available for deployment. For more information about scope, see Global services.

Link copied to clipboard

An enumerated type, with the following possible values:

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