sechub_suppression
index
/Users/jjjoy/Workdocs/src/blogs/Sechub-suppression-blog/sechub_batch_update/sechub_suppression.py

 
Modules
       
aws_cdk.core
aws_cdk.aws_events_targets
aws_cdk.aws_events

 
Classes
       
aws_cdk.core.Construct(constructs.Construct)
SecurityHubSuppression

 
class SecurityHubSuppression(aws_cdk.core.Construct)
    SecurityHubSuppression(*args: Any, **kwargs) -> Any
 
CDK Construct which creates the CloudWatch events pattern
 
props['generator_ids']: Security Hub generator IDs to suppress
props['queue']: Queue to batch findings and is that target of the Security Hub suppression event
 
 
Method resolution order:
SecurityHubSuppression
aws_cdk.core.Construct
constructs.Construct
builtins.object

Methods defined here:
__init__(self, scope: aws_cdk.core.Construct, construct_id: str, props, **kwargs) -> None
:param scope: -
:param id: -

Class methods inherited from aws_cdk.core.Construct:
is_construct(x: Any) -> bool from jsii._runtime.JSIIMeta
Return whether the given object is a Construct.
 
:param x: -

Readonly properties inherited from aws_cdk.core.Construct:
node
The construct tree node associated with this construct.

Data and other attributes inherited from aws_cdk.core.Construct:
__jsii_ifaces__ = [<class 'constructs.IConstruct'>, <class 'aws_cdk.core.IConstruct'>]
__jsii_type__ = '@aws-cdk/core.Construct'

Methods inherited from constructs.Construct:
to_string(self) -> str
Returns a string representation of this construct.

Data descriptors inherited from constructs.Construct:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)