Show / Hide Table of Contents

Class VpcEndpointServiceState

Inheritance
System.Object
InputArgs
ResourceArgs
VpcEndpointServiceState
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 VpcEndpointServiceState : ResourceArgs

Constructors

View Source

VpcEndpointServiceState()

Declaration
public VpcEndpointServiceState()

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

AvailabilityZones

The Availability Zones in which the service is available.

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

BaseEndpointDnsNames

The DNS names for the service.

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

ManagesVpcEndpoints

Whether or not the service manages its VPC endpoints - true or false.

Declaration
public Input<bool> ManagesVpcEndpoints { get; set; }
Property Value
Type Description
Input<System.Boolean>
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

PrivateDnsName

The private DNS name for the service.

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

ServiceName

The service name.

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

ServiceType

The service type, Gateway or Interface.

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

State

The state of the VPC endpoint service.

Declaration
public Input<string> State { get; set; }
Property Value
Type Description
Input<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.