| Package | Description |
|---|---|
| software.amazon.awscdk.services.resourcegroups |
AWS::ResourceGroups Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnGroup.Builder |
CfnGroup.Builder.configuration(IResolvable configuration)
The service configuration currently associated with the resource group and in effect for the members of the resource group.
|
CfnGroup.Builder |
CfnGroup.Builder.configuration(List<? extends Object> configuration)
The service configuration currently associated with the resource group and in effect for the members of the resource group.
|
static CfnGroup.Builder |
CfnGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnGroup.Builder |
CfnGroup.Builder.description(String description)
The description of the resource group.
|
CfnGroup.Builder |
CfnGroup.Builder.name(String name)
The name of a resource group.
|
CfnGroup.Builder |
CfnGroup.Builder.resourceQuery(CfnGroup.ResourceQueryProperty resourceQuery)
The resource query structure that is used to dynamically determine which AWS resources are members of the associated resource group.
|
CfnGroup.Builder |
CfnGroup.Builder.resourceQuery(IResolvable resourceQuery)
The resource query structure that is used to dynamically determine which AWS resources are members of the associated resource group.
|
CfnGroup.Builder |
CfnGroup.Builder.resources(List<String> resources)
A list of the Amazon Resource Names (ARNs) of AWS resources that you want to add to the specified group.
|
CfnGroup.Builder |
CfnGroup.Builder.tags(List<? extends CfnTag> tags)
The tag key and value pairs that are attached to the resource group.
|
Copyright © 2022. All rights reserved.