Interface SecurityHubInsightResults.SecurityHubInsightResultsProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecurityHubInsightResults.SecurityHubInsightResultsProps.Jsii$Proxy
- Enclosing class:
SecurityHubInsightResults
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forSecurityHubInsightResults.SecurityHubInsightResultsPropsstatic final classAn implementation forSecurityHubInsightResults.SecurityHubInsightResultsProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) actionDescription property.(experimental) actionName property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) insightArn property.(experimental) insightName property.(experimental) insightResults property.(experimental) resultType property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.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
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static SecurityHubInsightResults.SecurityHubInsightResultsProps.Builder builder()
-