ResourceGroup

Contains information about a resource group. The resource group defines a set of tags that, when queried, identify the AWS resources that make up the assessment target. This data type is used as the response element in the DescribeResourceGroups action.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the resource group.

Link copied to clipboard

The time at which resource group is created.

Link copied to clipboard

The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.

Functions

Link copied to clipboard
inline fun copy(block: ResourceGroup.Builder.() -> Unit = {}): ResourceGroup
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