#[non_exhaustive]pub struct CopyDbClusterParameterGroupInput { /* private fields */ }Implementations
sourceimpl CopyDbClusterParameterGroupInput
impl CopyDbClusterParameterGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CopyDBClusterParameterGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CopyDBClusterParameterGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CopyDBClusterParameterGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CopyDbClusterParameterGroupInput.
sourceimpl CopyDbClusterParameterGroupInput
impl CopyDbClusterParameterGroupInput
sourcepub fn source_db_cluster_parameter_group_identifier(&self) -> Option<&str>
pub fn source_db_cluster_parameter_group_identifier(&self) -> Option<&str>
The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon Aurora User Guide.
Constraints:
-
Must specify a valid DB cluster parameter group.
sourcepub fn target_db_cluster_parameter_group_identifier(&self) -> Option<&str>
pub fn target_db_cluster_parameter_group_identifier(&self) -> Option<&str>
The identifier for the copied DB cluster parameter group.
Constraints:
-
Can't be null, empty, or blank
-
Must contain from 1 to 255 letters, numbers, or hyphens
-
First character must be a letter
-
Can't end with a hyphen or contain two consecutive hyphens
Example: my-cluster-param-group1
sourcepub fn target_db_cluster_parameter_group_description(&self) -> Option<&str>
pub fn target_db_cluster_parameter_group_description(&self) -> Option<&str>
A description for the copied DB cluster parameter group.
A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.
Trait Implementations
sourceimpl Clone for CopyDbClusterParameterGroupInput
impl Clone for CopyDbClusterParameterGroupInput
sourcefn clone(&self) -> CopyDbClusterParameterGroupInput
fn clone(&self) -> CopyDbClusterParameterGroupInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more