Class VpcEndpointServiceArgs
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 VpcEndpointServiceArgs : ResourceArgs
Constructors
View SourceVpcEndpointServiceArgs()
Declaration
public VpcEndpointServiceArgs()
Properties
View SourceAcceptanceRequired
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> |
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> |
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> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |