Interface CfnResourceGroupProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceGroupProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:41.348Z")
@Stability(Stable)
public interface CfnResourceGroupProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnResourceGroup.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourceGroupPropsstatic final classAn implementation forCfnResourceGroupProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The tags (key and value pairs) that will be associated with the resource group.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceGroupTags
The tags (key and value pairs) that will be associated with the resource group.For more information, see Tag .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTag>- See Also:
-
builder
- Returns:
- a
CfnResourceGroupProps.BuilderofCfnResourceGroupProps
-