| Modifier and Type | Method and Description |
|---|---|
CfnGroup |
build() |
static CfnGroup.Builder |
create(Construct scope,
String id) |
CfnGroup.Builder |
description(String description)
`AWS::ResourceGroups::Group.Description`.
|
CfnGroup.Builder |
name(String name)
`AWS::ResourceGroups::Group.Name`.
|
CfnGroup.Builder |
resourceQuery(CfnGroup.ResourceQueryProperty resourceQuery)
`AWS::ResourceGroups::Group.ResourceQuery`.
|
CfnGroup.Builder |
resourceQuery(IResolvable resourceQuery)
`AWS::ResourceGroups::Group.ResourceQuery`.
|
CfnGroup.Builder |
tags(Object tags)
`AWS::ResourceGroups::Group.Tags`.
|
@Stability(value=Stable) public static CfnGroup.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnGroup.QueryProperty.Builder.@Stability(value=Stable) public CfnGroup.Builder name(String name)
name - `AWS::ResourceGroups::Group.Name`. This parameter is required.this@Stability(value=Stable) public CfnGroup.Builder description(String description)
description - `AWS::ResourceGroups::Group.Description`. This parameter is required.this@Stability(value=Stable) public CfnGroup.Builder resourceQuery(CfnGroup.ResourceQueryProperty resourceQuery)
resourceQuery - `AWS::ResourceGroups::Group.ResourceQuery`. This parameter is required.this@Stability(value=Stable) public CfnGroup.Builder resourceQuery(IResolvable resourceQuery)
resourceQuery - `AWS::ResourceGroups::Group.ResourceQuery`. This parameter is required.this@Stability(value=Stable) public CfnGroup.Builder tags(Object tags)
tags - `AWS::ResourceGroups::Group.Tags`. This parameter is required.thisCopyright © 2021. All rights reserved.