Interface CfnGroupingConfigurationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGroupingConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-10-14T12:28:04.773Z")
@Stability(Stable)
public interface CfnGroupingConfigurationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnGroupingConfiguration
.
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.applicationsignals.*; CfnGroupingConfigurationProps cfnGroupingConfigurationProps = CfnGroupingConfigurationProps.builder() .groupingAttributeDefinitions(List.of(GroupingAttributeDefinitionProperty.builder() .groupingName("groupingName") .groupingSourceKeys(List.of("groupingSourceKeys")) // the properties below are optional .defaultGroupingValue("defaultGroupingValue") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGroupingConfigurationProps
static final class
An implementation forCfnGroupingConfigurationProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupingAttributeDefinitions
An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.- See Also:
-
builder
-