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 SourceSecurityGroupIds
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> |
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> |
VpcId
The VPC ID with connectivity to associated websites.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |