@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-02T20:25:28.489Z")
public interface CfnGroupProps
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.xray.*; Object tags; CfnGroupProps cfnGroupProps = CfnGroupProps.builder() .filterExpression("filterExpression") .groupName("groupName") .insightsConfiguration(InsightsConfigurationProperty.builder() .insightsEnabled(false) .notificationsEnabled(false) .build()) .tags(List.of(tags)) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGroupProps.Builder
A builder for
CfnGroupProps |
static class |
CfnGroupProps.Jsii$Proxy
An implementation for
CfnGroupProps |
Modifier and Type | Method and Description |
---|---|
static CfnGroupProps.Builder |
builder() |
default java.lang.String |
getFilterExpression()
The filter expression defining the parameters to include traces.
|
default java.lang.String |
getGroupName()
The unique case-sensitive name of the group.
|
default java.lang.Object |
getInsightsConfiguration()
The structure containing configurations related to insights.
|
default java.util.List<java.lang.Object> |
getTags()
An array of key-value pairs to apply to this resource.
|
default java.lang.String getFilterExpression()
default java.lang.String getGroupName()
default java.lang.Object getInsightsConfiguration()
default java.util.List<java.lang.Object> getTags()
For more information, see Tag .
static CfnGroupProps.Builder builder()
CfnGroupProps.Builder
of CfnGroupProps