Skip to content

/AWS1/CL_RDS=>CREATEDBPROXYENDPOINT()

About CreateDBProxyEndpoint

Creates a DBProxyEndpoint. Only applies to proxies that are associated with Aurora DB clusters. You can use DB proxy endpoints to specify read/write or read-only access to the DB cluster. You can also use DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC.

Method Signature

IMPORTING

Required arguments:

IV_DBPROXYNAME TYPE /AWS1/RDSDBPROXYNAME /AWS1/RDSDBPROXYNAME

The name of the DB proxy associated with the DB proxy endpoint that you create.

IV_DBPROXYENDPOINTNAME TYPE /AWS1/RDSDBPROXYENDPOINTNAME /AWS1/RDSDBPROXYENDPOINTNAME

The name of the DB proxy endpoint to create.

IT_VPCSUBNETIDS TYPE /AWS1/CL_RDSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of subnet IDs than for the original DB proxy.

Optional arguments:

IT_VPCSECURITYGROUPIDS TYPE /AWS1/CL_RDSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.

IV_TARGETROLE TYPE /AWS1/RDSDBPROXYENDPTTGTROLE /AWS1/RDSDBPROXYENDPTTGTROLE

The role of the DB proxy endpoint. The role determines whether the endpoint can be used for read/write or only read operations. The default is READ_WRITE. The only role that proxies for RDS for Microsoft SQL Server support is READ_WRITE.

IT_TAGS TYPE /AWS1/CL_RDSTAG=>TT_TAGLIST TT_TAGLIST

Tags

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_RDSCREDBPROXYENDPTRSP /AWS1/CL_RDSCREDBPROXYENDPTRSP