Show / Hide Table of Contents

Class GetVpcEndpointServiceArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetVpcEndpointServiceArgs
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 GetVpcEndpointServiceArgs : InvokeArgs

Constructors

View Source

GetVpcEndpointServiceArgs()

Declaration
public GetVpcEndpointServiceArgs()

Properties

View Source

Filters

Configuration block(s) for filtering. Detailed below.

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

Service

The common name of an AWS service (e.g. s3).

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

ServiceName

The service name that is specified when creating a VPC endpoint. 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

Tags

A map of tags, each pair of which must exactly match a pair on the desired VPC Endpoint Service.

Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.