Interface ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps.Jsii$Proxy
- Enclosing class:
ManagedBlockchainProposalStatusChange
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) description property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) expirationDate property.(experimental) message property.(experimental) networkId property.(experimental) proposalId property.(experimental) proposedByMemberId property.(experimental) proposedByMemberName property.(experimental) status property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps.Builder builder()
-