pub struct GetVpcEndpointServiceArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> GetVpcEndpointServiceArgsBuilder<S>
impl<S: State> GetVpcEndpointServiceArgsBuilder<S>
sourcepub fn build_struct(self) -> GetVpcEndpointServiceArgswhere
S: IsComplete,
pub fn build_struct(self) -> GetVpcEndpointServiceArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn filters(
self,
value: impl Into<Output<Option<Vec<GetVpcEndpointServiceFilter>>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
pub fn filters(
self,
value: impl Into<Output<Option<Vec<GetVpcEndpointServiceFilter>>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
sourcepub fn maybe_filters(
self,
value: Option<impl Into<Output<Option<Vec<GetVpcEndpointServiceFilter>>>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
pub fn maybe_filters(
self,
value: Option<impl Into<Output<Option<Vec<GetVpcEndpointServiceFilter>>>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
sourcepub fn service(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetService<S>>where
S::Service: IsUnset,
pub fn service(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetService<S>>where
S::Service: IsUnset,
sourcepub fn maybe_service(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetService<S>>where
S::Service: IsUnset,
pub fn maybe_service(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetService<S>>where
S::Service: IsUnset,
sourcepub fn service_name(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetServiceName<S>>where
S::ServiceName: IsUnset,
pub fn service_name(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetServiceName<S>>where
S::ServiceName: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Service name that is specified when creating a VPC endpoint. For AWS services the service name is usually in the form com.amazonaws.<region>.<service>
(the SageMaker Notebook service is an exception to this rule, the service name is in the form aws.sagemaker.<region>.notebook
).
sourcepub fn maybe_service_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetServiceName<S>>where
S::ServiceName: IsUnset,
pub fn maybe_service_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetServiceName<S>>where
S::ServiceName: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Service name that is specified when creating a VPC endpoint. For AWS services the service name is usually in the form com.amazonaws.<region>.<service>
(the SageMaker Notebook service is an exception to this rule, the service name is in the form aws.sagemaker.<region>.notebook
).
sourcepub fn service_type(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetServiceType<S>>where
S::ServiceType: IsUnset,
pub fn service_type(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetServiceType<S>>where
S::ServiceType: IsUnset,
sourcepub fn maybe_service_type(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetServiceType<S>>where
S::ServiceType: IsUnset,
pub fn maybe_service_type(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpcEndpointServiceArgsBuilder<SetServiceType<S>>where
S::ServiceType: IsUnset,
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
Map of tags, each pair of which must exactly match a pair on the desired VPC Endpoint Service.
NOTE: Specifying
service
will not work for non-AWS services or AWS services that don’t follow the standardservice_name
pattern ofcom.amazonaws.<region>.<service>
.
Optional (Some / Option setters). Default:
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
Map of tags, each pair of which must exactly match a pair on the desired VPC Endpoint Service.
NOTE: Specifying
service
will not work for non-AWS services or AWS services that don’t follow the standardservice_name
pattern ofcom.amazonaws.<region>.<service>
.