Struct aws_sdk_rds::input::CreateDbProxyEndpointInput
source · [−]#[non_exhaustive]pub struct CreateDbProxyEndpointInput { /* private fields */ }Implementations
sourceimpl CreateDbProxyEndpointInput
impl CreateDbProxyEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDBProxyEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDBProxyEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateDBProxyEndpoint>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDbProxyEndpointInput.
sourceimpl CreateDbProxyEndpointInput
impl CreateDbProxyEndpointInput
sourcepub fn db_proxy_name(&self) -> Option<&str>
pub fn db_proxy_name(&self) -> Option<&str>
The name of the DB proxy associated with the DB proxy endpoint that you create.
sourcepub fn db_proxy_endpoint_name(&self) -> Option<&str>
pub fn db_proxy_endpoint_name(&self) -> Option<&str>
The name of the DB proxy endpoint to create.
sourcepub fn vpc_subnet_ids(&self) -> Option<&[String]>
pub fn vpc_subnet_ids(&self) -> Option<&[String]>
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.
sourcepub fn vpc_security_group_ids(&self) -> Option<&[String]>
pub fn vpc_security_group_ids(&self) -> Option<&[String]>
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.
sourcepub fn target_role(&self) -> Option<&DbProxyEndpointTargetRole>
pub fn target_role(&self) -> Option<&DbProxyEndpointTargetRole>
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is READ_WRITE.
A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.
Trait Implementations
sourceimpl Clone for CreateDbProxyEndpointInput
impl Clone for CreateDbProxyEndpointInput
sourcefn clone(&self) -> CreateDbProxyEndpointInput
fn clone(&self) -> CreateDbProxyEndpointInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more