Class GetVpcEndpointArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVpcEndpointArgs : InvokeArgs
Constructors
View SourceGetVpcEndpointArgs()
Declaration
public GetVpcEndpointArgs()
Properties
View SourceFilters
Custom filter block as described below.
Declaration
public List<GetVpcEndpointFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetVpcEndpointFilterArgs> |
Id
The ID of the specific VPC Endpoint to retrieve.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ServiceName
The 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).
Declaration
public string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
The state of the specific VPC Endpoint to retrieve.
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags, each pair of which must exactly match a pair on the specific VPC Endpoint to retrieve.
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
VpcId
The ID of the VPC in which the specific VPC Endpoint is used.
Declaration
public string VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |