Interface DevOpsGuruNewRecommendationCreated.DevOpsGuruNewRecommendationCreatedProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DevOpsGuruNewRecommendationCreated.DevOpsGuruNewRecommendationCreatedProps.Jsii$Proxy
Enclosing class:
DevOpsGuruNewRecommendationCreated

@Stability(Experimental) public static interface DevOpsGuruNewRecommendationCreated.DevOpsGuruNewRecommendationCreatedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.devopsguru@DevOpsGuruNewRecommendationCreated event.

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.devopsguru.events.*;
 DevOpsGuruNewRecommendationCreatedProps devOpsGuruNewRecommendationCreatedProps = DevOpsGuruNewRecommendationCreatedProps.builder()
         .accountId(List.of("accountId"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .insightDescription(List.of("insightDescription"))
         .insightId(List.of("insightId"))
         .insightName(List.of("insightName"))
         .insightType(List.of("insightType"))
         .insightUrl(List.of("insightUrl"))
         .messageType(List.of("messageType"))
         .recommendations(List.of(Recommendation.builder()
                 .description(List.of("description"))
                 .link(List.of("link"))
                 .name(List.of("name"))
                 .reason(List.of("reason"))
                 .relatedAnomalies(List.of(RelatedAnomaly.builder()
                         .associatedResourceArns(List.of("associatedResourceArns"))
                         .resources(List.of(AnomalyResource.builder()
                                 .name(List.of("name"))
                                 .type(List.of("type"))
                                 .build()))
                         .sourceDetails(List.of(RelatedAnomalySourceDetail.builder()
                                 .cloudWatchMetrics(List.of(CloudWatchDimension.builder()
                                         .metricName(List.of("metricName"))
                                         .namespace(List.of("namespace"))
                                         .build()))
                                 .build()))
                         .build()))
                 .relatedEvents(List.of(RelatedEvent.builder()
                         .name(List.of("name"))
                         .resources(List.of(EventResource.builder()
                                 .name(List.of("name"))
                                 .type(List.of("type"))
                                 .build()))
                         .build()))
                 .build()))
         .region(List.of("region"))
         .resourceCollection(ResourceCollection.builder()
                 .cloudFormation(CloudFormation.builder()
                         .stackNames(List.of("stackNames"))
                         .build())
                 .tags(List.of(TagType.builder()
                         .appBoundaryKey(List.of("appBoundaryKey"))
                         .tagValues(List.of("tagValues"))
                         .build()))
                 .build())
         .startTime(List.of("startTime"))
         .startTimeIso(List.of("startTimeIso"))
         .build();
 
  • Method Details

    • getAccountId

      @Stability(Experimental) @Nullable default List<String> getAccountId()
      (experimental) accountId property.

      Specify an array of string values to match this event if the actual value of accountId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getInsightDescription

      @Stability(Experimental) @Nullable default List<String> getInsightDescription()
      (experimental) insightDescription property.

      Specify an array of string values to match this event if the actual value of insightDescription is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getInsightId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getInsightName

      @Stability(Experimental) @Nullable default List<String> getInsightName()
      (experimental) insightName property.

      Specify an array of string values to match this event if the actual value of insightName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getInsightType

      @Stability(Experimental) @Nullable default List<String> getInsightType()
      (experimental) insightType property.

      Specify an array of string values to match this event if the actual value of insightType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getInsightUrl

      @Stability(Experimental) @Nullable default List<String> getInsightUrl()
      (experimental) insightUrl property.

      Specify an array of string values to match this event if the actual value of insightUrl is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getMessageType

      @Stability(Experimental) @Nullable default List<String> getMessageType()
      (experimental) messageType property.

      Specify an array of string values to match this event if the actual value of messageType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRecommendations

      @Stability(Experimental) @Nullable default List<DevOpsGuruNewRecommendationCreated.Recommendation> getRecommendations()
      (experimental) recommendations property.

      Specify an array of string values to match this event if the actual value of recommendations is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRegion

      @Stability(Experimental) @Nullable default List<String> getRegion()
      (experimental) region property.

      Specify an array of string values to match this event if the actual value of region is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getResourceCollection

      @Stability(Experimental) @Nullable default DevOpsGuruNewRecommendationCreated.ResourceCollection getResourceCollection()
      (experimental) resourceCollection property.

      Specify an array of string values to match this event if the actual value of resourceCollection is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getStartTime

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getStartTimeIso

      @Stability(Experimental) @Nullable default List<String> getStartTimeIso()
      (experimental) startTimeISO property.

      Specify an array of string values to match this event if the actual value of startTimeISO is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a DevOpsGuruNewRecommendationCreated.DevOpsGuruNewRecommendationCreatedProps.Builder of DevOpsGuruNewRecommendationCreated.DevOpsGuruNewRecommendationCreatedProps