S3AccessPolicyStatusChange

class aws_cdk.mixins_preview.aws_omics.events.S3AccessPolicyStatusChange

Bases: object

(experimental) EventBridge event pattern for aws.omics@S3AccessPolicyStatusChange.

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_omics import events as omics_events

s3_access_policy_status_change = omics_events.S3AccessPolicyStatusChange()
Stability:

experimental

Static Methods

classmethod s3_access_policy_status_change_pattern(*, event_metadata=None, omics_version=None, s3_access_point_arn=None, status=None, store_id=None, store_type=None)

(experimental) EventBridge event pattern for S3 Access Policy Status Change.

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

  • omics_version (Optional[Sequence[str]]) – (experimental) omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion 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

  • s3_access_point_arn (Optional[Sequence[str]]) – (experimental) s3AccessPointArn property. Specify an array of string values to match this event if the actual value of s3AccessPointArn 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

  • status (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • store_id (Optional[Sequence[str]]) – (experimental) storeId property. Specify an array of string values to match this event if the actual value of storeId 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

  • store_type (Optional[Sequence[str]]) – (experimental) storeType property. Specify an array of string values to match this event if the actual value of storeType 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

S3AccessPolicyStatusChangeProps

class S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps(*, event_metadata=None, omics_version=None, s3_access_point_arn=None, status=None, store_id=None, store_type=None)

Bases: object

(experimental) Props type for aws.omics@S3AccessPolicyStatusChange event.

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

  • omics_version (Optional[Sequence[str]]) – (experimental) omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion 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

  • s3_access_point_arn (Optional[Sequence[str]]) – (experimental) s3AccessPointArn property. Specify an array of string values to match this event if the actual value of s3AccessPointArn 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

  • status (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • store_id (Optional[Sequence[str]]) – (experimental) storeId property. Specify an array of string values to match this event if the actual value of storeId 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

  • store_type (Optional[Sequence[str]]) – (experimental) storeType property. Specify an array of string values to match this event if the actual value of storeType 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_omics import events as omics_events

s3_access_policy_status_change_props = omics_events.S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps(
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    omics_version=["omicsVersion"],
    s3_access_point_arn=["s3AccessPointArn"],
    status=["status"],
    store_id=["storeId"],
    store_type=["storeType"]
)

Attributes

event_metadata

(experimental) EventBridge event metadata.

Default:

Stability:

experimental

omics_version

(experimental) omicsVersion property.

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

s3_access_point_arn

(experimental) s3AccessPointArn property.

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

status

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

store_id

(experimental) storeId property.

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

store_type

(experimental) storeType property.

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