Class AWSAPICallViaCloudTrail.ResponseElements
(experimental) Type definition for ResponseElements.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ElasticLoadBalancing.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AWSAPICallViaCloudTrail.ResponseElements : AWSAPICallViaCloudTrail.IResponseElements
Syntax (vb)
Public Class AWSAPICallViaCloudTrail.ResponseElements Implements 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.ElasticLoadBalancing.Events;
var responseElements = new ResponseElements {
DNsName = new [] { "dNsName" },
HealthCheck = new HealthCheck {
HealthyThreshold = new [] { "healthyThreshold" },
Interval = new [] { "interval" },
Target = new [] { "target" },
Timeout = new [] { "timeout" },
UnhealthyThreshold = new [] { "unhealthyThreshold" }
},
Instances = new [] { new ResponseElementsItem {
InstanceId = new [] { "instanceId" }
} }
};
Synopsis
Constructors
| ResponseElements() | (experimental) Type definition for ResponseElements. |
Properties
| DNsName | (experimental) dNSName property. |
| HealthCheck | (experimental) healthCheck property. |
| Instances | (experimental) instances property. |
Constructors
ResponseElements()
(experimental) Type definition for ResponseElements.
public ResponseElements()
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.ElasticLoadBalancing.Events;
var responseElements = new ResponseElements {
DNsName = new [] { "dNsName" },
HealthCheck = new HealthCheck {
HealthyThreshold = new [] { "healthyThreshold" },
Interval = new [] { "interval" },
Target = new [] { "target" },
Timeout = new [] { "timeout" },
UnhealthyThreshold = new [] { "unhealthyThreshold" }
},
Instances = new [] { new ResponseElementsItem {
InstanceId = new [] { "instanceId" }
} }
};
Properties
DNsName
(experimental) dNSName property.
public string[]? DNsName { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of dNSName 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
HealthCheck
(experimental) healthCheck property.
public AWSAPICallViaCloudTrail.IHealthCheck? HealthCheck { get; set; }
Property Value
AWSAPICallViaCloudTrail.IHealthCheck
Remarks
Specify an array of string values to match this event if the actual value of healthCheck 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
Instances
(experimental) instances property.
public AWSAPICallViaCloudTrail.IResponseElementsItem[]? Instances { get; set; }
Property Value
Remarks
Specify an array of string values to match this event if the actual value of instances 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