Interface CfnResourceGroupMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceGroupMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:00.099Z")
@Stability(Stable)
public interface CfnResourceGroupMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnResourceGroupPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.inspector.*;
CfnResourceGroupMixinProps cfnResourceGroupMixinProps = CfnResourceGroupMixinProps.builder()
.resourceGroupTags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourceGroupMixinPropsstatic final classAn implementation forCfnResourceGroupMixinProps -
Method Summary
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
CfnResourceGroupMixinProps.BuilderofCfnResourceGroupMixinProps
-