Class VpcEndpointServiceState
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 VpcEndpointServiceState : ResourceArgs
Constructors
View SourceVpcEndpointServiceState()
Declaration
public VpcEndpointServiceState()
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> |
AvailabilityZones
The Availability Zones in which the service is available.
Declaration
public InputList<string> AvailabilityZones { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
BaseEndpointDnsNames
The DNS names for the service.
Declaration
public InputList<string> BaseEndpointDnsNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
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> |
PrivateDnsName
The private DNS name for the service.
Declaration
public Input<string> PrivateDnsName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceName
The service name.
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceType
The service type, Gateway or Interface.
Declaration
public Input<string> ServiceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
The state of the VPC endpoint service.
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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> |