Class Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps
(experimental) Props type for aws.route53recoveryreadiness@Route53ApplicationRecoveryControllerReadinessCheckStatusChange event.
Inheritance
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Route53RecoveryReadiness.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps : Route53ApplicationRecoveryControllerReadinessCheckStatusChange.IRoute53ApplicationRecoveryControllerReadinessCheckStatusChangeProps
Syntax (vb)
Public Class Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps Implements Route53ApplicationRecoveryControllerReadinessCheckStatusChange.IRoute53ApplicationRecoveryControllerReadinessCheckStatusChangeProps
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.Route53RecoveryReadiness.Events;
var route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps = new Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps {
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
NewState = new State {
ReadinessStatus = new [] { "readinessStatus" }
},
PreviousState = new State {
ReadinessStatus = new [] { "readinessStatus" }
},
ReadinessCheckName = new [] { "readinessCheckName" }
};
Synopsis
Constructors
| Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps() | (experimental) Props type for aws.route53recoveryreadiness@Route53ApplicationRecoveryControllerReadinessCheckStatusChange event. |
Properties
| EventMetadata | (experimental) EventBridge event metadata. |
| NewState | (experimental) new-state property. |
| PreviousState | (experimental) previous-state property. |
| ReadinessCheckName | (experimental) readiness-check-name property. |
Constructors
Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps()
(experimental) Props type for aws.route53recoveryreadiness@Route53ApplicationRecoveryControllerReadinessCheckStatusChange event.
public Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps()
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.Route53RecoveryReadiness.Events;
var route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps = new Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps {
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
NewState = new State {
ReadinessStatus = new [] { "readinessStatus" }
},
PreviousState = new State {
ReadinessStatus = new [] { "readinessStatus" }
},
ReadinessCheckName = new [] { "readinessCheckName" }
};
Properties
EventMetadata
(experimental) EventBridge event metadata.
public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value
Remarks
Default: - -
Stability: Experimental
NewState
(experimental) new-state property.
public Route53ApplicationRecoveryControllerReadinessCheckStatusChange.IState? NewState { get; set; }
Property Value
Route53ApplicationRecoveryControllerReadinessCheckStatusChange.IState
Remarks
Specify an array of string values to match this event if the actual value of new-state 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
PreviousState
(experimental) previous-state property.
public Route53ApplicationRecoveryControllerReadinessCheckStatusChange.IState? PreviousState { get; set; }
Property Value
Route53ApplicationRecoveryControllerReadinessCheckStatusChange.IState
Remarks
Specify an array of string values to match this event if the actual value of previous-state 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
ReadinessCheckName
(experimental) readiness-check-name property.
public string[]? ReadinessCheckName { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of readiness-check-name is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Filter with the ReadinessCheck reference
Stability: Experimental