Class CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty : CfnApplicationStatusCheckPropsMixin.IHealthCheckPathProperty
Syntax (vb)
Public Class CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty Implements CfnApplicationStatusCheckPropsMixin.IHealthCheckPathProperty
Remarks
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.CfnPropertyMixins.AWS.EC2;
var healthCheckPathProperty = new HealthCheckPathProperty {
Destinations = new [] { new HealthCheckPathDestinationProperty {
SecurityGroupId = "securityGroupId",
SubnetId = "subnetId"
} },
Source = new HealthCheckPathSourceProperty {
SecurityGroupId = "securityGroupId",
SubnetId = "subnetId"
}
};
Synopsis
Constructors
| HealthCheckPathProperty() |
Properties
| Destinations | |
| Source |
Constructors
HealthCheckPathProperty()
public HealthCheckPathProperty()
Remarks
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.CfnPropertyMixins.AWS.EC2;
var healthCheckPathProperty = new HealthCheckPathProperty {
Destinations = new [] { new HealthCheckPathDestinationProperty {
SecurityGroupId = "securityGroupId",
SubnetId = "subnetId"
} },
Source = new HealthCheckPathSourceProperty {
SecurityGroupId = "securityGroupId",
SubnetId = "subnetId"
}
};
Properties
Destinations
public object? Destinations { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnApplicationStatusCheckPropsMixin.IHealthCheckPathDestinationProperty)[]
Source
public object? Source { get; set; }