@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.830Z") @Stability(value=Stable) public interface CfnResourceGroupProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.inspector.*;
CfnResourceGroupProps cfnResourceGroupProps = CfnResourceGroupProps.builder()
.resourceGroupTags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceGroupProps.Builder
A builder for
CfnResourceGroupProps |
static class |
CfnResourceGroupProps.Jsii$Proxy
An implementation for
CfnResourceGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceGroupProps.Builder |
builder() |
Object |
getResourceGroupTags()
The tags (key and value pairs) that will be associated with the resource group.
|
@Stability(value=Stable) @NotNull Object getResourceGroupTags()
For more information, see Tag .
@Stability(value=Stable) static CfnResourceGroupProps.Builder builder()
CfnResourceGroupProps.Builder of CfnResourceGroupPropsCopyright © 2022. All rights reserved.