AdvisorRecommendationStatusResolved
- class aws_cdk.mixins_preview.aws_ses.events.AdvisorRecommendationStatusResolved
Bases:
object(experimental) EventBridge event pattern for aws.ses@AdvisorRecommendationStatusResolved.
- 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_ses import events as ses_events advisor_recommendation_status_resolved = ses_events.AdvisorRecommendationStatusResolved()
- Stability:
experimental
Static Methods
- classmethod advisor_recommendation_status_resolved_pattern(*, data=None, event_metadata=None, version=None)
(experimental) EventBridge event pattern for Advisor Recommendation Status Resolved.
- Parameters:
data (
Optional[Sequence[str]]) – (experimental) data property. Specify an array of string values to match this event if the actual value of data is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -version (
Optional[Sequence[str]]) – (experimental) version property. Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
AdvisorRecommendationStatusResolvedProps
- class AdvisorRecommendationStatusResolved.AdvisorRecommendationStatusResolvedProps(*, data=None, event_metadata=None, version=None)
Bases:
object(experimental) Props type for aws.ses@AdvisorRecommendationStatusResolved event.
- Parameters:
data (
Optional[Sequence[str]]) – (experimental) data property. Specify an array of string values to match this event if the actual value of data is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -version (
Optional[Sequence[str]]) – (experimental) version property. Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on theaws_events.Matchfor 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_ses import events as ses_events advisor_recommendation_status_resolved_props = ses_events.AdvisorRecommendationStatusResolved.AdvisorRecommendationStatusResolvedProps( data=["data"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), version=["version"] )
Attributes
- data
(experimental) data property.
Specify an array of string values to match this event if the actual value of data 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
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- version
(experimental) version property.
Specify an array of string values to match this event if the actual value of version 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
- Stability:
experimental