class Aws::DatabaseMigrationService::Types::EndpointSetting

Endpoint settings.

@!attribute [rw] name

The name that you want to give the endpoint settings.
@return [String]

@!attribute [rw] type

The type of endpoint. Valid values are `source` and `target`.
@return [String]

@!attribute [rw] enum_values

Enumerated values to use for this endpoint.
@return [Array<String>]

@!attribute [rw] sensitive

A value that marks this endpoint setting as sensitive.
@return [Boolean]

@!attribute [rw] units

The unit of measure for this endpoint setting.
@return [String]

@!attribute [rw] applicability

The relevance or validity of an endpoint setting for an engine name
and its endpoint type.
@return [String]

@!attribute [rw] int_value_min

The minimum value of an endpoint setting that is of type `int`.
@return [Integer]

@!attribute [rw] int_value_max

The maximum value of an endpoint setting that is of type `int`.
@return [Integer]

@!attribute [rw] default_value

The default value of the endpoint setting if no value is specified
using `CreateEndpoint` or `ModifyEndpoint`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/EndpointSetting AWS API Documentation

Constants

SENSITIVE