aws-native.rds.getDBProxyEndpoint
Resource schema for AWS::RDS::DBProxyEndpoint.
Using getDBProxyEndpoint
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDBProxyEndpoint(args: GetDBProxyEndpointArgs, opts?: InvokeOptions): Promise<GetDBProxyEndpointResult>
function getDBProxyEndpointOutput(args: GetDBProxyEndpointOutputArgs, opts?: InvokeOptions): Output<GetDBProxyEndpointResult>
def get_db_proxy_endpoint(d_b_proxy_endpoint_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDBProxyEndpointResult
def get_db_proxy_endpoint_output(d_b_proxy_endpoint_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDBProxyEndpointResult]
func LookupDBProxyEndpoint(ctx *Context, args *LookupDBProxyEndpointArgs, opts ...InvokeOption) (*LookupDBProxyEndpointResult, error)
func LookupDBProxyEndpointOutput(ctx *Context, args *LookupDBProxyEndpointOutputArgs, opts ...InvokeOption) LookupDBProxyEndpointResultOutput
> Note: This function is named LookupDBProxyEndpoint
in the Go SDK.
public static class GetDBProxyEndpoint
{
public static Task<GetDBProxyEndpointResult> InvokeAsync(GetDBProxyEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetDBProxyEndpointResult> Invoke(GetDBProxyEndpointInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDBProxyEndpointResult> getDBProxyEndpoint(GetDBProxyEndpointArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:rds:getDBProxyEndpoint
arguments:
# arguments dictionary
The following arguments are supported:
- DBProxy
Endpoint stringName 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.
- DBProxy
Endpoint stringName 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.
- d
BProxy StringEndpoint Name 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.
- d
BProxy stringEndpoint Name 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.
- d_
b_ strproxy_ endpoint_ name 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.
- d
BProxy StringEndpoint Name 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.
getDBProxyEndpoint Result
The following output properties are available:
- DBProxy
Endpoint stringArn The Amazon Resource Name (ARN) for the DB proxy endpoint.
- Endpoint string
The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.
- Is
Default bool A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.
- List<Pulumi.
Aws Native. RDS. Outputs. DBProxy Endpoint Tag Format> An optional set of key-value pairs to associate arbitrary data of your choosing with the DB proxy endpoint.
- Vpc
Id string VPC ID to associate with the new DB proxy endpoint.
- Vpc
Security List<string>Group Ids VPC security group IDs to associate with the new DB proxy endpoint.
- DBProxy
Endpoint stringArn The Amazon Resource Name (ARN) for the DB proxy endpoint.
- Endpoint string
The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.
- Is
Default bool A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.
- []DBProxy
Endpoint Tag Format An optional set of key-value pairs to associate arbitrary data of your choosing with the DB proxy endpoint.
- Vpc
Id string VPC ID to associate with the new DB proxy endpoint.
- Vpc
Security []stringGroup Ids VPC security group IDs to associate with the new DB proxy endpoint.
- d
BProxy StringEndpoint Arn The Amazon Resource Name (ARN) for the DB proxy endpoint.
- endpoint String
The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.
- is
Default Boolean A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.
- List<DBProxy
Endpoint Tag Format> An optional set of key-value pairs to associate arbitrary data of your choosing with the DB proxy endpoint.
- vpc
Id String VPC ID to associate with the new DB proxy endpoint.
- vpc
Security List<String>Group Ids VPC security group IDs to associate with the new DB proxy endpoint.
- d
BProxy stringEndpoint Arn The Amazon Resource Name (ARN) for the DB proxy endpoint.
- endpoint string
The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.
- is
Default boolean A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.
- DBProxy
Endpoint Tag Format[] An optional set of key-value pairs to associate arbitrary data of your choosing with the DB proxy endpoint.
- vpc
Id string VPC ID to associate with the new DB proxy endpoint.
- vpc
Security string[]Group Ids VPC security group IDs to associate with the new DB proxy endpoint.
- d_
b_ strproxy_ endpoint_ arn The Amazon Resource Name (ARN) for the DB proxy endpoint.
- endpoint str
The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.
- is_
default bool A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.
- Sequence[DBProxy
Endpoint Tag Format] An optional set of key-value pairs to associate arbitrary data of your choosing with the DB proxy endpoint.
- vpc_
id str VPC ID to associate with the new DB proxy endpoint.
- vpc_
security_ Sequence[str]group_ ids VPC security group IDs to associate with the new DB proxy endpoint.
- d
BProxy StringEndpoint Arn The Amazon Resource Name (ARN) for the DB proxy endpoint.
- endpoint String
The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.
- is
Default Boolean A value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only.
- List<Property Map>
An optional set of key-value pairs to associate arbitrary data of your choosing with the DB proxy endpoint.
- vpc
Id String VPC ID to associate with the new DB proxy endpoint.
- vpc
Security List<String>Group Ids VPC security group IDs to associate with the new DB proxy endpoint.
Supporting Types
DBProxyEndpointTagFormat
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0