Interface AWSAPICallViaCloudTrail.IResponseElements
(experimental) Type definition for ResponseElements.
Namespace: Amazon.CDK.Mixins.Preview.AWS.AutoScaling.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface AWSAPICallViaCloudTrail.IResponseElements
Syntax (vb)
Public Interface AWSAPICallViaCloudTrail.IResponseElements
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.AutoScaling.Events;
var alarms;
var failedScheduledActions;
var failedScheduledUpdateGroupActions;
var responseElements = new ResponseElements {
Alarms = new [] { alarms },
FailedScheduledActions = new [] { failedScheduledActions },
FailedScheduledUpdateGroupActions = new [] { failedScheduledUpdateGroupActions },
PolicyArn = new [] { "policyArn" }
};
Synopsis
Properties
| Alarms | (experimental) alarms property. |
| FailedScheduledActions | (experimental) failedScheduledActions property. |
| FailedScheduledUpdateGroupActions | (experimental) failedScheduledUpdateGroupActions property. |
| PolicyArn | (experimental) policyARN property. |
Properties
Alarms
(experimental) alarms property.
object[]? Alarms { get; }
Property Value
object[]
Remarks
Specify an array of string values to match this event if the actual value of alarms 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
FailedScheduledActions
(experimental) failedScheduledActions property.
object[]? FailedScheduledActions { get; }
Property Value
object[]
Remarks
Specify an array of string values to match this event if the actual value of failedScheduledActions 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
FailedScheduledUpdateGroupActions
(experimental) failedScheduledUpdateGroupActions property.
object[]? FailedScheduledUpdateGroupActions { get; }
Property Value
object[]
Remarks
Specify an array of string values to match this event if the actual value of failedScheduledUpdateGroupActions 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
PolicyArn
(experimental) policyARN property.
string[]? PolicyArn { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of policyARN 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