Interface CfnGroupingConfigurationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGroupingConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:13.959Z")
@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 classA builder forCfnGroupingConfigurationPropsstatic final classAn 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGroupingConfiguration.GroupingAttributeDefinitionProperty>- See Also:
-
builder
-