Interface AWSXRayInsightUpdate.AWSXRayInsightUpdateProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSXRayInsightUpdate.AWSXRayInsightUpdateProps.Jsii$Proxy
- Enclosing class:
AWSXRayInsightUpdate
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.xray.events.*;
Object names;
AWSXRayInsightUpdateProps aWSXRayInsightUpdateProps = AWSXRayInsightUpdateProps.builder()
.categories(List.of("categories"))
.clientRequestImpactStatistics(ClientRequestImpactStatistics.builder()
.faultCount(List.of("faultCount"))
.okCount(List.of("okCount"))
.totalCount(List.of("totalCount"))
.build())
.endTime(List.of("endTime"))
.event(Event.builder()
.clientRequestImpactStatistics(ClientRequestImpactStatistics.builder()
.faultCount(List.of("faultCount"))
.okCount(List.of("okCount"))
.totalCount(List.of("totalCount"))
.build())
.eventTime(List.of("eventTime"))
.rootCauseServiceRequestImpactStatistics(ClientRequestImpactStatistics.builder()
.faultCount(List.of("faultCount"))
.okCount(List.of("okCount"))
.totalCount(List.of("totalCount"))
.build())
.summary(List.of("summary"))
.topAnomalousServices(List.of(AwsxRayInsightUpdateItem.builder()
.serviceId(ServiceId.builder()
.accountId(List.of("accountId"))
.name(List.of("name"))
.names(List.of(names))
.type(List.of("type"))
.build())
.build()))
.build())
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.groupName(List.of("groupName"))
.insightId(List.of("insightId"))
.rootCauseServiceId(RootCauseServiceId.builder()
.accountId(List.of("accountId"))
.name(List.of("name"))
.names(List.of(names))
.type(List.of("type"))
.build())
.rootCauseServiceRequestImpactStatistics(ClientRequestImpactStatistics.builder()
.faultCount(List.of("faultCount"))
.okCount(List.of("okCount"))
.totalCount(List.of("totalCount"))
.build())
.startTime(List.of("startTime"))
.state(List.of("state"))
.summary(List.of("summary"))
.topAnomalousServices(List.of(AwsxRayInsightUpdateItem.builder()
.serviceId(ServiceId.builder()
.accountId(List.of("accountId"))
.name(List.of("name"))
.names(List.of(names))
.type(List.of("type"))
.build())
.build()))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSXRayInsightUpdate.AWSXRayInsightUpdatePropsstatic final classAn implementation forAWSXRayInsightUpdate.AWSXRayInsightUpdateProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) Categories property.(experimental) ClientRequestImpactStatistics property.(experimental) EndTime property.default AWSXRayInsightUpdate.EventgetEvent()(experimental) Event property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) GroupName property.(experimental) InsightId property.(experimental) RootCauseServiceId property.(experimental) RootCauseServiceRequestImpactStatistics property.(experimental) StartTime property.getState()(experimental) State property.(experimental) Summary property.(experimental) TopAnomalousServices property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategories
(experimental) Categories property.Specify an array of string values to match this event if the actual value of Categories is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getClientRequestImpactStatistics
@Stability(Experimental) @Nullable default AWSXRayInsightUpdate.ClientRequestImpactStatistics getClientRequestImpactStatistics()(experimental) ClientRequestImpactStatistics property.Specify an array of string values to match this event if the actual value of ClientRequestImpactStatistics is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEndTime
(experimental) EndTime property.Specify an array of string values to match this event if the actual value of EndTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEvent
(experimental) Event property.Specify an array of string values to match this event if the actual value of Event is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getGroupName
(experimental) GroupName property.Specify an array of string values to match this event if the actual value of GroupName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getInsightId
(experimental) InsightId property.Specify an array of string values to match this event if the actual value of InsightId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getRootCauseServiceId
@Stability(Experimental) @Nullable default AWSXRayInsightUpdate.RootCauseServiceId getRootCauseServiceId()(experimental) RootCauseServiceId property.Specify an array of string values to match this event if the actual value of RootCauseServiceId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getRootCauseServiceRequestImpactStatistics
@Stability(Experimental) @Nullable default AWSXRayInsightUpdate.ClientRequestImpactStatistics getRootCauseServiceRequestImpactStatistics()(experimental) RootCauseServiceRequestImpactStatistics property.Specify an array of string values to match this event if the actual value of RootCauseServiceRequestImpactStatistics is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getStartTime
(experimental) StartTime property.Specify an array of string values to match this event if the actual value of StartTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getState
(experimental) State property.Specify an array of string values to match this event if the actual value of State is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSummary
(experimental) Summary property.Specify an array of string values to match this event if the actual value of Summary is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTopAnomalousServices
@Stability(Experimental) @Nullable default List<AWSXRayInsightUpdate.AwsxRayInsightUpdateItem> getTopAnomalousServices()(experimental) TopAnomalousServices property.Specify an array of string values to match this event if the actual value of TopAnomalousServices is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-