Class GetVpcEndpointServiceArgs
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 GetVpcEndpointServiceArgs : InvokeArgs
Constructors
View SourceGetVpcEndpointServiceArgs()
Declaration
public GetVpcEndpointServiceArgs()
Properties
View SourceFilters
Configuration block(s) for filtering. Detailed below.
Declaration
public List<GetVpcEndpointServiceFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetVpcEndpointServiceFilterArgs> |
Service
The common name of an AWS service (e.g. s3).
Declaration
public string Service { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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.<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 |
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> |