Show / Hide Table of Contents

Interface IIpInstanceBaseProps

Inherited Members
IBaseInstanceProps.CustomAttributes
IBaseInstanceProps.InstanceId
Namespace: Amazon.CDK.AWS.ServiceDiscovery
Assembly: Amazon.CDK.AWS.ServiceDiscovery.dll
Syntax (csharp)
public interface IIpInstanceBaseProps : IBaseInstanceProps
Syntax (vb)
Public Interface IIpInstanceBaseProps
    Inherits IBaseInstanceProps

Synopsis

Properties

Ipv4

If the service that you specify contains a template for an A record, the IPv4 address that you want AWS Cloud Map to use for the value of the A record.

Ipv6

If the service that you specify contains a template for an AAAA record, the IPv6 address that you want AWS Cloud Map to use for the value of the AAAA record.

Port

The port on the endpoint that you want AWS Cloud Map to perform health checks on.

Properties

Ipv4

If the service that you specify contains a template for an A record, the IPv4 address that you want AWS Cloud Map to use for the value of the A record.

virtual string Ipv4 { get; }
Property Value

System.String

Remarks

Default: none

Ipv6

If the service that you specify contains a template for an AAAA record, the IPv6 address that you want AWS Cloud Map to use for the value of the AAAA record.

virtual string Ipv6 { get; }
Property Value

System.String

Remarks

Default: none

Port

The port on the endpoint that you want AWS Cloud Map to perform health checks on.

virtual Nullable<double> Port { get; }
Property Value

System.Nullable<System.Double>

Remarks

This value is also used for the port value in an SRV record if the service that you specify includes an SRV record. You can also specify a default port that is applied to all instances in the Service configuration.

Default: 80

Back to top Generated by DocFX