Skip to content

DynamoDB  >  Operations  >  describe_endpoints

describe_endpoints

Operation

describe_endpoints async

describe_endpoints(input: DescribeEndpointsInput, plugins: list[Plugin] | None = None) -> DescribeEndpointsOutput

Returns the regional endpoint information. For more information on policy permissions, please see Internetwork traffic privacy.

Parameters:

Name Type Description Default
input DescribeEndpointsInput

An instance of DescribeEndpointsInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DescribeEndpointsOutput

An instance of DescribeEndpointsOutput.

Input

DescribeEndpointsInput dataclass

Dataclass for DescribeEndpointsInput structure.

Output

DescribeEndpointsOutput dataclass

Dataclass for DescribeEndpointsOutput structure.

Attributes

endpoints instance-attribute
endpoints: list[Endpoint]

List of endpoints.