Show / Hide Table of Contents

Class GetVpcEndpointArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetVpcEndpointArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetVpcEndpointArgs()

Declaration
public GetVpcEndpointArgs()

Properties

View Source

Filters

Custom filter block as described below.

Declaration
public List<GetVpcEndpointFilterArgs> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetVpcEndpointFilterArgs>
View Source

Id

The ID of the specific VPC Endpoint to retrieve.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
View Source

ServiceName

The service name of the specific VPC Endpoint to retrieve. For AWS services the service name is usually in the form com.amazonaws.&lt;region>.&lt;service> (the SageMaker Notebook service is an exception to this rule, the service name is in the form aws.sagemaker.&lt;region>.notebook).

Declaration
public string ServiceName { get; set; }
Property Value
Type Description
System.String
View Source

State

The state of the specific VPC Endpoint to retrieve.

Declaration
public string State { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.