Builder

class Builder

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
var arn: String?

The Amazon Resource Name (ARN) of the control.

Link copied to clipboard

An enumerated type, with the following possible values:

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 the control, as it may appear in the console. Describes the functionality of the control.

Link copied to clipboard

A list of providers whose resources are governed by this control. For example, a value of AWS indicates that the control governs Amazon Web Services resources.

Link copied to clipboard

A list of 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. For Amazon Web Services controls, the resources are represented as CloudFormation resource types. For non-Amazon Web Services controls, the resources are represented in a provider-specific format. If GovernedResources cannot be represented by available resource types, it’s returned as an empty list.

Link copied to clipboard

An object of type ImplementationSummary that describes how the control is implemented.

Link copied to clipboard
var name: String?

The display name of the control.

Link copied to clipboard

A summary that indicates whether the control requires parameters, accepts optional parameters, or does not support parameters. Use this field to determine whether you need to supply parameter values when you enable the control.

Link copied to clipboard

An enumerated type, with the following possible values:

Functions