Interface SecurityHubInsightResults.SecurityHubInsightResultsProps

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

@Stability(Experimental) public static interface SecurityHubInsightResults.SecurityHubInsightResultsProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.securityhub@SecurityHubInsightResults 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.securityhub.events.*;
 SecurityHubInsightResultsProps securityHubInsightResultsProps = SecurityHubInsightResultsProps.builder()
         .actionDescription(List.of("actionDescription"))
         .actionName(List.of("actionName"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .insightArn(List.of("insightArn"))
         .insightName(List.of("insightName"))
         .insightResults(List.of(Map.of(
                 "insightResultsKey", "insightResults")))
         .resultType(List.of("resultType"))
         .build();
 
  • Method Details

    • getActionDescription

      @Stability(Experimental) @Nullable default List<String> getActionDescription()
      (experimental) actionDescription property.

      Specify an array of string values to match this event if the actual value of actionDescription 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

    • getActionName

      @Stability(Experimental) @Nullable default List<String> getActionName()
      (experimental) actionName property.

      Specify an array of string values to match this event if the actual value of actionName 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: - -

    • getInsightArn

      @Stability(Experimental) @Nullable default List<String> getInsightArn()
      (experimental) insightArn property.

      Specify an array of string values to match this event if the actual value of insightArn 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

    • getInsightResults

      @Stability(Experimental) @Nullable default List<Map<String,String>> getInsightResults()
      (experimental) insightResults property.

      Specify an array of string values to match this event if the actual value of insightResults 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

    • getResultType

      @Stability(Experimental) @Nullable default List<String> getResultType()
      (experimental) resultType property.

      Specify an array of string values to match this event if the actual value of resultType 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

      @Stability(Experimental) static SecurityHubInsightResults.SecurityHubInsightResultsProps.Builder builder()
      Returns:
      a SecurityHubInsightResults.SecurityHubInsightResultsProps.Builder of SecurityHubInsightResults.SecurityHubInsightResultsProps