Show / Hide Table of Contents

Class CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty

Inheritance
object
CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty
Implements
CfnApplicationStatusCheckPropsMixin.IHealthCheckPathProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-applicationstatuscheck-healthcheckpath.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-applicationstatuscheck-healthcheckpath.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-applicationstatuscheck-healthcheckpath.html#cfn-ec2-applicationstatuscheck-healthcheckpath-destinations

Type union: either IResolvable or (either IResolvable or CfnApplicationStatusCheckPropsMixin.IHealthCheckPathDestinationProperty)[]

Source

public object? Source { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-applicationstatuscheck-healthcheckpath.html#cfn-ec2-applicationstatuscheck-healthcheckpath-source

Type union: either IResolvable or CfnApplicationStatusCheckPropsMixin.IHealthCheckPathSourceProperty

Implements

CfnApplicationStatusCheckPropsMixin.IHealthCheckPathProperty
Back to top Generated by DocFX