SecurityHubInsightResults

class aws_cdk.mixins_preview.aws_securityhub.events.SecurityHubInsightResults

Bases: object

(experimental) EventBridge event pattern for aws.securityhub@SecurityHubInsightResults.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import events as securityhub_events

security_hub_insight_results = securityhub_events.SecurityHubInsightResults()
Stability:

experimental

Static Methods

classmethod security_hub_insight_results_pattern(*, action_description=None, action_name=None, event_metadata=None, insight_arn=None, insight_name=None, insight_results=None, result_type=None)

(experimental) EventBridge event pattern for Security Hub Insight Results.

Parameters:
  • action_description (Optional[Sequence[str]]) – (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

  • action_name (Optional[Sequence[str]]) – (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

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • insight_arn (Optional[Sequence[str]]) – (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

  • insight_name (Optional[Sequence[str]]) – (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

  • insight_results (Optional[Sequence[Mapping[str, str]]]) – (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

  • result_type (Optional[Sequence[str]]) – (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

Stability:

experimental

Return type:

EventPattern

SecurityHubInsightResultsProps

class SecurityHubInsightResults.SecurityHubInsightResultsProps(*, action_description=None, action_name=None, event_metadata=None, insight_arn=None, insight_name=None, insight_results=None, result_type=None)

Bases: object

(experimental) Props type for aws.securityhub@SecurityHubInsightResults event.

Parameters:
  • action_description (Optional[Sequence[str]]) – (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

  • action_name (Optional[Sequence[str]]) – (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

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • insight_arn (Optional[Sequence[str]]) – (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

  • insight_name (Optional[Sequence[str]]) – (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

  • insight_results (Optional[Sequence[Mapping[str, str]]]) – (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

  • result_type (Optional[Sequence[str]]) – (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

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

from aws_cdk import AWSEventMetadataProps
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_securityhub import events as securityhub_events

security_hub_insight_results_props = securityhub_events.SecurityHubInsightResults.SecurityHubInsightResultsProps(
    action_description=["actionDescription"],
    action_name=["actionName"],
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    insight_arn=["insightArn"],
    insight_name=["insightName"],
    insight_results=[{
        "insight_results_key": "insightResults"
    }],
    result_type=["resultType"]
)

Attributes

action_description

(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

Stability:

experimental

action_name

(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

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

Stability:

experimental

insight_arn

(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

Stability:

experimental

insight_name

(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

Stability:

experimental

insight_results

(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

Stability:

experimental

result_type

(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

Stability:

experimental