Interface CodeGuruProfilerRecommendationStateChange.CodeGuruProfilerRecommendationStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CodeGuruProfilerRecommendationStateChange.CodeGuruProfilerRecommendationStateChangeProps.Jsii$Proxy
- Enclosing class:
CodeGuruProfilerRecommendationStateChange
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.codeguruprofiler.events.*;
CodeGuruProfilerRecommendationStateChangeProps codeGuruProfilerRecommendationStateChangeProps = CodeGuruProfilerRecommendationStateChangeProps.builder()
.computeInstanceArns(List.of("computeInstanceArns"))
.deduplicationId(List.of("deduplicationId"))
.eventEndTime(List.of("eventEndTime"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.eventStartTime(List.of("eventStartTime"))
.expiresOn(List.of("expiresOn"))
.recommendation(Recommendation.builder()
.description(Description.builder()
.value(List.of("value"))
.build())
.name(Name.builder()
.value(List.of("value"))
.build())
.reason(Reason.builder()
.value(List.of("value"))
.build())
.resolutionSteps(ResolutionSteps.builder()
.value(List.of("value"))
.build())
.build())
.schema(List.of("schema"))
.severity(List.of("severity"))
.sourceUrl(List.of("sourceUrl"))
.status(List.of("status"))
.title(Title.builder()
.value(List.of("value"))
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCodeGuruProfilerRecommendationStateChange.CodeGuruProfilerRecommendationStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CodeGuruProfilerRecommendationStateChange.CodeGuruProfilerRecommendationStateChangeProps.Builderbuilder()(experimental) computeInstanceArns property.(experimental) deduplicationId property.(experimental) eventEndTime property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) eventStartTime property.(experimental) expiresOn property.(experimental) recommendation property.(experimental) schema property.(experimental) severity property.(experimental) sourceUrl property.(experimental) status property.getTitle()(experimental) title property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComputeInstanceArns
(experimental) computeInstanceArns property.Specify an array of string values to match this event if the actual value of computeInstanceArns 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
-
getDeduplicationId
(experimental) deduplicationId property.Specify an array of string values to match this event if the actual value of deduplicationId 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
-
getEventEndTime
(experimental) eventEndTime property.Specify an array of string values to match this event if the actual value of eventEndTime 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: - -
-
getEventStartTime
(experimental) eventStartTime property.Specify an array of string values to match this event if the actual value of eventStartTime 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
-
getExpiresOn
(experimental) expiresOn property.Specify an array of string values to match this event if the actual value of expiresOn 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
-
getRecommendation
@Stability(Experimental) @Nullable default CodeGuruProfilerRecommendationStateChange.Recommendation getRecommendation()(experimental) recommendation property.Specify an array of string values to match this event if the actual value of recommendation 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
-
getSchema
(experimental) schema property.Specify an array of string values to match this event if the actual value of schema 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
-
getSeverity
(experimental) severity property.Specify an array of string values to match this event if the actual value of severity 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
-
getSourceUrl
(experimental) sourceUrl property.Specify an array of string values to match this event if the actual value of sourceUrl 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
-
getStatus
(experimental) status property.Specify an array of string values to match this event if the actual value of status 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
-
getTitle
@Stability(Experimental) @Nullable default CodeGuruProfilerRecommendationStateChange.Title getTitle()(experimental) title property.Specify an array of string values to match this event if the actual value of title 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 CodeGuruProfilerRecommendationStateChange.CodeGuruProfilerRecommendationStateChangeProps.Builder builder()
-