Show / Hide Table of Contents

Class ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps

(experimental) Props type for aws.managedblockchain@ManagedBlockchainProposalStatusChange event.

Inheritance
object
ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps
Implements
ManagedBlockchainProposalStatusChange.IManagedBlockchainProposalStatusChangeProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.ManagedBlockchain.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps : ManagedBlockchainProposalStatusChange.IManagedBlockchainProposalStatusChangeProps
Syntax (vb)
Public Class ManagedBlockchainProposalStatusChange.ManagedBlockchainProposalStatusChangeProps Implements ManagedBlockchainProposalStatusChange.IManagedBlockchainProposalStatusChangeProps
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.ManagedBlockchain.Events;

             var managedBlockchainProposalStatusChangeProps = new ManagedBlockchainProposalStatusChangeProps {
                 Description = new [] { "description" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 ExpirationDate = new [] { "expirationDate" },
                 Message = new [] { "message" },
                 NetworkId = new [] { "networkId" },
                 ProposalId = new [] { "proposalId" },
                 ProposedByMemberId = new [] { "proposedByMemberId" },
                 ProposedByMemberName = new [] { "proposedByMemberName" },
                 Status = new [] { "status" }
             };

Synopsis

Constructors

ManagedBlockchainProposalStatusChangeProps()

(experimental) Props type for aws.managedblockchain@ManagedBlockchainProposalStatusChange event.

Properties

Description

(experimental) description property.

EventMetadata

(experimental) EventBridge event metadata.

ExpirationDate

(experimental) expirationDate property.

Message

(experimental) message property.

NetworkId

(experimental) networkId property.

ProposalId

(experimental) proposalId property.

ProposedByMemberId

(experimental) proposedByMemberId property.

ProposedByMemberName

(experimental) proposedByMemberName property.

Status

(experimental) status property.

Constructors

ManagedBlockchainProposalStatusChangeProps()

(experimental) Props type for aws.managedblockchain@ManagedBlockchainProposalStatusChange event.

public ManagedBlockchainProposalStatusChangeProps()
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.ManagedBlockchain.Events;

             var managedBlockchainProposalStatusChangeProps = new ManagedBlockchainProposalStatusChangeProps {
                 Description = new [] { "description" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 ExpirationDate = new [] { "expirationDate" },
                 Message = new [] { "message" },
                 NetworkId = new [] { "networkId" },
                 ProposalId = new [] { "proposalId" },
                 ProposedByMemberId = new [] { "proposedByMemberId" },
                 ProposedByMemberName = new [] { "proposedByMemberName" },
                 Status = new [] { "status" }
             };

Properties

Description

(experimental) description property.

public string[]? Description { get; set; }
Property Value

string[]

Remarks

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

Stability: Experimental

EventMetadata

(experimental) EventBridge event metadata.

public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

ExpirationDate

(experimental) expirationDate property.

public string[]? ExpirationDate { get; set; }
Property Value

string[]

Remarks

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

Stability: Experimental

Message

(experimental) message property.

public string[]? Message { get; set; }
Property Value

string[]

Remarks

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

Stability: Experimental

NetworkId

(experimental) networkId property.

public string[]? NetworkId { get; set; }
Property Value

string[]

Remarks

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

Stability: Experimental

ProposalId

(experimental) proposalId property.

public string[]? ProposalId { get; set; }
Property Value

string[]

Remarks

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

Stability: Experimental

ProposedByMemberId

(experimental) proposedByMemberId property.

public string[]? ProposedByMemberId { get; set; }
Property Value

string[]

Remarks

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

Stability: Experimental

ProposedByMemberName

(experimental) proposedByMemberName property.

public string[]? ProposedByMemberName { get; set; }
Property Value

string[]

Remarks

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

Stability: Experimental

Status

(experimental) status property.

public string[]? Status { get; set; }
Property Value

string[]

Remarks

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

Stability: Experimental

Implements

ManagedBlockchainProposalStatusChange.IManagedBlockchainProposalStatusChangeProps
Back to top Generated by DocFX