Interface ManagedBlockchainInvitationStatusChange.ManagedBlockchainInvitationStatusChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ManagedBlockchainInvitationStatusChange.ManagedBlockchainInvitationStatusChangeProps.Jsii$Proxy
- Enclosing class:
ManagedBlockchainInvitationStatusChange
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forManagedBlockchainInvitationStatusChange.ManagedBlockchainInvitationStatusChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) acceptedAt property.(experimental) createdAt property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) expiresAt property.(experimental) invitationId property.(experimental) message property.(experimental) networkId property.(experimental) rejectedAt property.(experimental) status property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.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
-
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.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 ManagedBlockchainInvitationStatusChange.ManagedBlockchainInvitationStatusChangeProps.Builder builder()
-