Show / Hide Table of Contents

Class CfnEndpoint.PrimaryProperty

The primary Region of the endpoint.

Inheritance
System.Object
CfnEndpoint.PrimaryProperty
Implements
CfnEndpoint.IPrimaryProperty
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.AWS.Events.dll
Syntax (csharp)
public class PrimaryProperty : Object, CfnEndpoint.IPrimaryProperty
Syntax (vb)
Public Class PrimaryProperty
    Inherits Object
    Implements CfnEndpoint.IPrimaryProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-endpoint-primary.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.AWS.Events;

var primaryProperty = new PrimaryProperty {
    HealthCheck = "healthCheck"
};

Synopsis

Constructors

PrimaryProperty()

Properties

HealthCheck

The ARN of the health check used by the endpoint to determine whether failover is triggered.

Constructors

PrimaryProperty()

public PrimaryProperty()

Properties

HealthCheck

The ARN of the health check used by the endpoint to determine whether failover is triggered.

public string HealthCheck { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-endpoint-primary.html#cfn-events-endpoint-primary-healthcheck

Implements

CfnEndpoint.IPrimaryProperty
Back to top Generated by DocFX