@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.835Z") @Stability(value=Stable) public interface CfnGroupProps extends software.amazon.jsii.JsiiSerializable
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 String |
getFilterExpression()
The filter expression defining the parameters to include traces.
|
default String |
getGroupName()
The unique case-sensitive name of the group.
|
default Object |
getInsightsConfiguration()
The structure containing configurations related to insights.
|
default List<Object> |
getTags()
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) @Nullable default String getFilterExpression()
@Stability(value=Stable) @Nullable default String getGroupName()
@Stability(value=Stable) @Nullable default Object getInsightsConfiguration()
@Stability(value=Stable) @Nullable default List<Object> getTags()
For more information, see Tag .
@Stability(value=Stable) static CfnGroupProps.Builder builder()
CfnGroupProps.Builder of CfnGroupPropsCopyright © 2022. All rights reserved.