Interface ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps

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

@Stability(Experimental) public static interface ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.managedblockchain@ManagedBlockchainProposalStatusChange 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.*;
 ManagedBlockchainProposalStatusChangeProps managedBlockchainProposalStatusChangeProps = ManagedBlockchainProposalStatusChangeProps.builder()
         .description(List.of("description"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .expirationDate(List.of("expirationDate"))
         .message(List.of("message"))
         .networkId(List.of("networkId"))
         .proposalId(List.of("proposalId"))
         .proposedByMemberId(List.of("proposedByMemberId"))
         .proposedByMemberName(List.of("proposedByMemberName"))
         .status(List.of("status"))
         .build();
 
  • Method Details

    • getDescription

      @Stability(Experimental) @Nullable default List<String> getDescription()
      (experimental) description property.

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

    • getExpirationDate

      @Stability(Experimental) @Nullable default List<String> getExpirationDate()
      (experimental) expirationDate property.

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

    • getProposalId

      @Stability(Experimental) @Nullable default List<String> getProposalId()
      (experimental) proposalId property.

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

    • getProposedByMemberId

      @Stability(Experimental) @Nullable default List<String> getProposedByMemberId()
      (experimental) proposedByMemberId property.

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

    • getProposedByMemberName

      @Stability(Experimental) @Nullable default List<String> getProposedByMemberName()
      (experimental) proposedByMemberName property.

      Specify an array of string values to match this event if the actual value of proposedByMemberName 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 ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps.Builder of ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps