Struct aws_sdk_globalaccelerator::client::fluent_builders::DeleteCustomRoutingAccelerator
source · [−]pub struct DeleteCustomRoutingAccelerator { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteCustomRoutingAccelerator.
Delete a custom routing accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources (listeners and endpoint groups). To disable the accelerator, update the accelerator to set Enabled to false.
When you create a custom routing accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
The IP addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and it no longer accepts or routes traffic. However, when you delete an accelerator, you lose the static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them. As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information, see Identity and access management in the Global Accelerator Developer Guide.
Implementations
sourceimpl DeleteCustomRoutingAccelerator
impl DeleteCustomRoutingAccelerator
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteCustomRoutingAccelerator, AwsResponseRetryClassifier>, SdkError<DeleteCustomRoutingAcceleratorError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteCustomRoutingAccelerator, AwsResponseRetryClassifier>, SdkError<DeleteCustomRoutingAcceleratorError>>
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<DeleteCustomRoutingAcceleratorOutput, SdkError<DeleteCustomRoutingAcceleratorError>>
pub async fn send(
self
) -> Result<DeleteCustomRoutingAcceleratorOutput, SdkError<DeleteCustomRoutingAcceleratorError>>
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 accelerator_arn(self, input: impl Into<String>) -> Self
pub fn accelerator_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the custom routing accelerator to delete.
sourcepub fn set_accelerator_arn(self, input: Option<String>) -> Self
pub fn set_accelerator_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the custom routing accelerator to delete.
Trait Implementations
sourceimpl Clone for DeleteCustomRoutingAccelerator
impl Clone for DeleteCustomRoutingAccelerator
sourcefn clone(&self) -> DeleteCustomRoutingAccelerator
fn clone(&self) -> DeleteCustomRoutingAccelerator
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more