#[non_exhaustive]pub struct CreateVpcEndpointServiceConfigurationInput { /* private fields */ }
Implementations
sourceimpl CreateVpcEndpointServiceConfigurationInput
impl CreateVpcEndpointServiceConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateVpcEndpointServiceConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateVpcEndpointServiceConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateVpcEndpointServiceConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVpcEndpointServiceConfigurationInput
.
sourceimpl CreateVpcEndpointServiceConfigurationInput
impl CreateVpcEndpointServiceConfigurationInput
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn acceptance_required(&self) -> Option<bool>
pub fn acceptance_required(&self) -> Option<bool>
Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.
sourcepub fn private_dns_name(&self) -> Option<&str>
pub fn private_dns_name(&self) -> Option<&str>
(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.
sourcepub fn network_load_balancer_arns(&self) -> Option<&[String]>
pub fn network_load_balancer_arns(&self) -> Option<&[String]>
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
sourcepub fn gateway_load_balancer_arns(&self) -> Option<&[String]>
pub fn gateway_load_balancer_arns(&self) -> Option<&[String]>
The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.
sourcepub fn supported_ip_address_types(&self) -> Option<&[String]>
pub fn supported_ip_address_types(&self) -> Option<&[String]>
The supported IP address types. The possible values are ipv4
and ipv6
.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to associate with the service.
Trait Implementations
sourceimpl Clone for CreateVpcEndpointServiceConfigurationInput
impl Clone for CreateVpcEndpointServiceConfigurationInput
sourcefn clone(&self) -> CreateVpcEndpointServiceConfigurationInput
fn clone(&self) -> CreateVpcEndpointServiceConfigurationInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more