pub struct GetVpcEndpointArgs {
pub filters: Output<Option<Vec<GetVpcEndpointFilter>>>,
pub id: Output<Option<String>>,
pub service_name: Output<Option<String>>,
pub state: Output<Option<String>>,
pub tags: Output<Option<HashMap<String, String>>>,
pub vpc_id: Output<Option<String>>,
}
Fields§
§filters: Output<Option<Vec<GetVpcEndpointFilter>>>
Custom filter block as described below.
id: Output<Option<String>>
ID of the specific VPC Endpoint to retrieve.
service_name: Output<Option<String>>
Service name of the specific VPC Endpoint to retrieve. 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
).
state: Output<Option<String>>
State of the specific VPC Endpoint to retrieve.
Map of tags, each pair of which must exactly match a pair on the specific VPC Endpoint to retrieve.
vpc_id: Output<Option<String>>
ID of the VPC in which the specific VPC Endpoint is used.
More complex filters can be expressed using one or more filter
sub-blocks,
which take the following arguments:
Implementations§
source§impl GetVpcEndpointArgs
impl GetVpcEndpointArgs
sourcepub fn builder() -> GetVpcEndpointArgsBuilder
pub fn builder() -> GetVpcEndpointArgsBuilder
Create an instance of GetVpcEndpointArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetVpcEndpointArgs
impl Clone for GetVpcEndpointArgs
source§fn clone(&self) -> GetVpcEndpointArgs
fn clone(&self) -> GetVpcEndpointArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GetVpcEndpointArgs
impl RefUnwindSafe for GetVpcEndpointArgs
impl Send for GetVpcEndpointArgs
impl Sync for GetVpcEndpointArgs
impl Unpin for GetVpcEndpointArgs
impl UnwindSafe for GetVpcEndpointArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)