Db Proxy Endpoint Args
data class DbProxyEndpointArgs(val dbProxyEndpointName: Output<String>? = null, val dbProxyName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val targetRole: Output<DbProxyEndpointTargetRole>? = null, val vpcSecurityGroupIds: Output<List<String>>? = null, val vpcSubnetIds: Output<List<String>>? = null) : ConvertibleToJava<DbProxyEndpointArgs>
Resource schema for AWS::RDS::DBProxyEndpoint.
Properties
Link copied to clipboard
The identifier for the DB proxy endpoint. This name must be unique for all DB proxy endpoints owned by your AWS account in the specified AWS Region.
Link copied to clipboard
The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region.
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.
Link copied to clipboard
VPC subnet IDs to associate with the new DB proxy endpoint.