Interface ManagedBlockchainInvitationStatusChange.ManagedBlockchainInvitationStatusChangeProps

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

@Stability(Experimental) public static interface ManagedBlockchainInvitationStatusChange.ManagedBlockchainInvitationStatusChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.managedblockchain@ManagedBlockchainInvitationStatusChange 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.managedblockchain.events.*;
 ManagedBlockchainInvitationStatusChangeProps managedBlockchainInvitationStatusChangeProps = ManagedBlockchainInvitationStatusChangeProps.builder()
         .acceptedAt(List.of("acceptedAt"))
         .createdAt(List.of("createdAt"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .expiresAt(List.of("expiresAt"))
         .invitationId(List.of("invitationId"))
         .message(List.of("message"))
         .networkId(List.of("networkId"))
         .rejectedAt(List.of("rejectedAt"))
         .status(List.of("status"))
         .build();
 
  • Method Details

    • getAcceptedAt

      @Stability(Experimental) @Nullable default List<String> getAcceptedAt()
      (experimental) acceptedAt property.

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

    • getCreatedAt

      @Stability(Experimental) @Nullable default List<String> getCreatedAt()
      (experimental) createdAt property.

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

    • getExpiresAt

      @Stability(Experimental) @Nullable default List<String> getExpiresAt()
      (experimental) expiresAt property.

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

    • getInvitationId

      @Stability(Experimental) @Nullable default List<String> getInvitationId()
      (experimental) invitationId property.

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

    • 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

    • getNetworkId

      @Stability(Experimental) @Nullable default List<String> getNetworkId()
      (experimental) networkId property.

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

    • getRejectedAt

      @Stability(Experimental) @Nullable default List<String> getRejectedAt()
      (experimental) rejectedAt property.

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

    • getStatus

      @Stability(Experimental) @Nullable default List<String> getStatus()
      (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

    • builder

      Returns:
      a ManagedBlockchainInvitationStatusChange.ManagedBlockchainInvitationStatusChangeProps.Builder of ManagedBlockchainInvitationStatusChange.ManagedBlockchainInvitationStatusChangeProps