Get Db Proxy Endpoint Result
data class GetDbProxyEndpointResult(val dbProxyEndpointArn: String? = null, val endpoint: String? = null, val isDefault: Boolean? = null, val tags: List<Tag>? = null, val targetRole: DbProxyEndpointTargetRole? = null, val vpcId: String? = null, val vpcSecurityGroupIds: List<String>? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) for the DB proxy endpoint.
Link copied to clipboard
Link copied to clipboard
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
Link copied to clipboard
VPC security group IDs to associate with the new DB proxy endpoint.