Interface RDSDBSecurityGroupEvent.RDSDBSecurityGroupEventProps

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

@Stability(Experimental) public static interface RDSDBSecurityGroupEvent.RDSDBSecurityGroupEventProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.rds@RDSDBSecurityGroupEvent 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.rds.events.*;
 RDSDBSecurityGroupEventProps rDSDBSecurityGroupEventProps = RDSDBSecurityGroupEventProps.builder()
         .date(List.of("date"))
         .eventCategories(List.of("eventCategories"))
         .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"))
         .tags(Map.of(
                 "tagsKey", "tags"))
         .build();
 
  • Method Details

    • getDate

      @Stability(Experimental) @Nullable default List<String> getDate()
      (experimental) Date property.

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

    • 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

    • 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

    • getTags

      @Stability(Experimental) @Nullable default Map<String,String> getTags()
      (experimental) Tags property.

      Specify an array of string values to match this event if the actual value of Tags 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 RDSDBSecurityGroupEvent.RDSDBSecurityGroupEventProps.Builder builder()
      Returns:
      a RDSDBSecurityGroupEvent.RDSDBSecurityGroupEventProps.Builder of RDSDBSecurityGroupEvent.RDSDBSecurityGroupEventProps