Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data ResourceGroup Source #
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.
See: newResourceGroup
smart constructor.
Instances
:: Text | |
-> NonEmpty ResourceGroupTag | |
-> UTCTime | |
-> ResourceGroup |
Create a value of ResourceGroup
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:ResourceGroup'
, resourceGroup_arn
- The ARN of the resource group.
$sel:tags:ResourceGroup'
, resourceGroup_tags
- The tags (key and value pairs) of the resource group. This data type
property is used in the CreateResourceGroup action.
$sel:createdAt:ResourceGroup'
, resourceGroup_createdAt
- The time at which resource group is created.
resourceGroup_arn :: Lens' ResourceGroup Text Source #
The ARN of the resource group.
resourceGroup_tags :: Lens' ResourceGroup (NonEmpty ResourceGroupTag) Source #
The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
resourceGroup_createdAt :: Lens' ResourceGroup UTCTime Source #
The time at which resource group is created.