Struct aws_sdk_kafka::input::CreateConfigurationInput
source · [−]#[non_exhaustive]pub struct CreateConfigurationInput {
pub description: Option<String>,
pub kafka_versions: Option<Vec<String>>,
pub name: Option<String>,
pub server_properties: Option<Blob>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.description: Option<String>
The description of the configuration.
kafka_versions: Option<Vec<String>>
The versions of Apache Kafka with which you can use this MSK configuration.
name: Option<String>
The name of the configuration.
server_properties: Option<Blob>
Contents of the
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateConfiguration
>
Creates a new builder-style object to manufacture CreateConfigurationInput
The description of the configuration.
The versions of Apache Kafka with which you can use this MSK configuration.
Contents of the
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CreateConfigurationInput
impl Send for CreateConfigurationInput
impl Sync for CreateConfigurationInput
impl Unpin for CreateConfigurationInput
impl UnwindSafe for CreateConfigurationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more