Show / Hide Table of Contents

Class VpcEndpointServiceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VpcEndpointServiceArgs
Inherited Members
ResourceArgs.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 VpcEndpointServiceArgs : ResourceArgs

Constructors

View Source

VpcEndpointServiceArgs()

Declaration
public VpcEndpointServiceArgs()

Properties

View Source

AcceptanceRequired

Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - true or false.

Declaration
public Input<bool> AcceptanceRequired { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AllowedPrincipals

The ARNs of one or more principals allowed to discover the endpoint service.

Declaration
public InputList<string> AllowedPrincipals { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

NetworkLoadBalancerArns

The ARNs of one or more Network Load Balancers for the endpoint service.

Declaration
public InputList<string> NetworkLoadBalancerArns { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Tags

A map of tags to assign to the resource.

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