Interface DevOpsGuruNewRecommendationCreated.DevOpsGuruNewRecommendationCreatedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DevOpsGuruNewRecommendationCreated.DevOpsGuruNewRecommendationCreatedProps.Jsii$Proxy
- Enclosing class:
DevOpsGuruNewRecommendationCreated
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forDevOpsGuruNewRecommendationCreated.DevOpsGuruNewRecommendationCreatedProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) accountId property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) insightDescription property.(experimental) insightId property.(experimental) insightName property.(experimental) insightType property.(experimental) insightUrl property.(experimental) messageType property.(experimental) recommendations property.(experimental) region property.(experimental) resourceCollection property.(experimental) startTime property.(experimental) startTimeISO property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor 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.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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static DevOpsGuruNewRecommendationCreated.DevOpsGuruNewRecommendationCreatedProps.Builder builder()
-