Interface CacheCreationFailed.CacheCreationFailedProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CacheCreationFailed.CacheCreationFailedProps.Jsii$Proxy
Enclosing class:
CacheCreationFailed

@Stability(Experimental) public static interface CacheCreationFailed.CacheCreationFailedProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.elasticache@CacheCreationFailed event.

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.elasticache.events.*;
 CacheCreationFailedProps cacheCreationFailedProps = CacheCreationFailedProps.builder()
         .eventCategories(List.of("eventCategories"))
         .eventId(List.of("eventId"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .message(List.of("message"))
         .sourceArn(List.of("sourceArn"))
         .sourceIdentifier(List.of("sourceIdentifier"))
         .sourceType(List.of("sourceType"))
         .build();
 
  • Method Details

    • getEventCategories

      @Stability(Experimental) @Nullable default List<String> getEventCategories()
      (experimental) EventCategories property.

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

    • getEventId

      @Stability(Experimental) @Nullable default List<String> getEventId()
      (experimental) EventID property.

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

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getMessage

      @Stability(Experimental) @Nullable default List<String> getMessage()
      (experimental) Message property.

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

    • getSourceArn

      @Stability(Experimental) @Nullable default List<String> getSourceArn()
      (experimental) SourceArn property.

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

    • getSourceIdentifier

      @Stability(Experimental) @Nullable default List<String> getSourceIdentifier()
      (experimental) SourceIdentifier property.

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

    • getSourceType

      @Stability(Experimental) @Nullable default List<String> getSourceType()
      (experimental) SourceType property.

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

    • builder

      @Stability(Experimental) static CacheCreationFailed.CacheCreationFailedProps.Builder builder()
      Returns:
      a CacheCreationFailed.CacheCreationFailedProps.Builder of CacheCreationFailed.CacheCreationFailedProps