Table of Contents

Class Endpoint

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

An endpoint information details.

public class Endpoint
Inheritance
Endpoint
Inherited Members

Constructors

Endpoint()

public Endpoint()

Properties

Address

Gets and sets the property Address.

IP address of the endpoint.

public string Address { get; set; }

Property Value

string

CachePeriodInMinutes

Gets and sets the property CachePeriodInMinutes.

Endpoint cache time to live (TTL) value.

public long CachePeriodInMinutes { get; set; }

Property Value

long