pub struct CreateVpcIngressConnection { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateVpcIngressConnection
.
Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.
Implementations§
source§impl CreateVpcIngressConnection
impl CreateVpcIngressConnection
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateVpcIngressConnection, AwsResponseRetryClassifier>, SdkError<CreateVpcIngressConnectionError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateVpcIngressConnection, AwsResponseRetryClassifier>, SdkError<CreateVpcIngressConnectionError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CreateVpcIngressConnectionOutput, SdkError<CreateVpcIngressConnectionError>>
pub async fn send(
self
) -> Result<CreateVpcIngressConnectionOutput, SdkError<CreateVpcIngressConnectionError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn service_arn(self, input: impl Into<String>) -> Self
pub fn service_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.
sourcepub fn set_service_arn(self, input: Option<String>) -> Self
pub fn set_service_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.
sourcepub fn vpc_ingress_connection_name(self, input: impl Into<String>) -> Self
pub fn vpc_ingress_connection_name(self, input: impl Into<String>) -> Self
A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.
sourcepub fn set_vpc_ingress_connection_name(self, input: Option<String>) -> Self
pub fn set_vpc_ingress_connection_name(self, input: Option<String>) -> Self
A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.
sourcepub fn ingress_vpc_configuration(self, input: IngressVpcConfiguration) -> Self
pub fn ingress_vpc_configuration(self, input: IngressVpcConfiguration) -> Self
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.
sourcepub fn set_ingress_vpc_configuration(
self,
input: Option<IngressVpcConfiguration>
) -> Self
pub fn set_ingress_vpc_configuration(
self,
input: Option<IngressVpcConfiguration>
) -> Self
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.
Appends an item to Tags
.
To override the contents of this collection use set_tags
.
An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.
An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.
Trait Implementations§
source§impl Clone for CreateVpcIngressConnection
impl Clone for CreateVpcIngressConnection
source§fn clone(&self) -> CreateVpcIngressConnection
fn clone(&self) -> CreateVpcIngressConnection
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more