Show / Hide Table of Contents

Class FleetNetwork

Inheritance
System.Object
FleetNetwork
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.WorkLink.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetNetwork

Fields

View Source

SecurityGroupIds

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

Declaration
public readonly ImmutableArray<string> SecurityGroupIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

SubnetIds

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

Declaration
public readonly ImmutableArray<string> SubnetIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

VpcId

The VPC ID with connectivity to associated websites.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.