Skip to content

/AWS1/CL_RDS=>CREATEDBCLUSTERENDPOINT()

About CreateDBClusterEndpoint

Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.

This action applies only to Aurora DB clusters.

Method Signature

IMPORTING

Required arguments:

IV_DBCLUSTERIDENTIFIER TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

IV_DBCLUSTERENDPOINTID TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The identifier to use for the new endpoint. This parameter is stored as a lowercase string.

IV_ENDPOINTTYPE TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The type of the endpoint, one of: READER, WRITER, ANY.

Optional arguments:

IT_STATICMEMBERS TYPE /AWS1/CL_RDSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

List of DB instance identifiers that are part of the custom endpoint group.

IT_EXCLUDEDMEMBERS TYPE /AWS1/CL_RDSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. This parameter is relevant only if the list of static members is empty.

IT_TAGS TYPE /AWS1/CL_RDSTAG=>TT_TAGLIST TT_TAGLIST

The tags to be assigned to the Amazon RDS resource.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_RDSDBCLUSTERENDPOINT /AWS1/CL_RDSDBCLUSTERENDPOINT