Struct aws_sdk_apprunner::input::CreateConnectionInput [−][src]
#[non_exhaustive]pub struct CreateConnectionInput {
pub connection_name: Option<String>,
pub provider_type: Option<ProviderType>,
pub tags: Option<Vec<Tag>>,
}
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.connection_name: Option<String>
A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.
provider_type: Option<ProviderType>
The source repository provider.
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConnection, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConnection, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateConnection
>
Creates a new builder-style object to manufacture CreateConnectionInput
A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.
The source repository provider.
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.
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 CreateConnectionInput
impl Send for CreateConnectionInput
impl Sync for CreateConnectionInput
impl Unpin for CreateConnectionInput
impl UnwindSafe for CreateConnectionInput
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