Show / Hide Table of Contents

Class FleetNetworkGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FleetNetworkGetArgs
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.WorkLink.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetNetworkGetArgs : ResourceArgs

Constructors

View Source

FleetNetworkGetArgs()

Declaration
public FleetNetworkGetArgs()

Properties

View Source

SecurityGroupIds

A list of security group IDs associated with access to the provided subnets.

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

SubnetIds

A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.

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

VpcId

The VPC ID with connectivity to associated websites.

Declaration
public Input<string> VpcId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.