Struct aws_sdk_rds::input::CreateDbClusterEndpointInput
source · [−]#[non_exhaustive]pub struct CreateDbClusterEndpointInput { /* private fields */ }Implementations
sourceimpl CreateDbClusterEndpointInput
impl CreateDbClusterEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDBClusterEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDBClusterEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateDBClusterEndpoint>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDbClusterEndpointInput.
sourceimpl CreateDbClusterEndpointInput
impl CreateDbClusterEndpointInput
sourcepub fn db_cluster_identifier(&self) -> Option<&str>
pub fn db_cluster_identifier(&self) -> Option<&str>
The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.
sourcepub fn db_cluster_endpoint_identifier(&self) -> Option<&str>
pub fn db_cluster_endpoint_identifier(&self) -> Option<&str>
The identifier to use for the new endpoint. This parameter is stored as a lowercase string.
sourcepub fn endpoint_type(&self) -> Option<&str>
pub fn endpoint_type(&self) -> Option<&str>
The type of the endpoint, one of: READER, WRITER, ANY.
sourcepub fn static_members(&self) -> Option<&[String]>
pub fn static_members(&self) -> Option<&[String]>
List of DB instance identifiers that are part of the custom endpoint group.
sourcepub fn excluded_members(&self) -> Option<&[String]>
pub fn excluded_members(&self) -> Option<&[String]>
List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. This parameter is relevant only if the list of static members is empty.
The tags to be assigned to the Amazon RDS resource.
Trait Implementations
sourceimpl Clone for CreateDbClusterEndpointInput
impl Clone for CreateDbClusterEndpointInput
sourcefn clone(&self) -> CreateDbClusterEndpointInput
fn clone(&self) -> CreateDbClusterEndpointInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more