Show / Hide Table of Contents

Class FleetState

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

Constructors

View Source

FleetState()

Declaration
public FleetState()

Properties

View Source

Arn

The ARN of the created WorkLink Fleet.

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

AuditStreamArn

The ARN of the Amazon Kinesis data stream that receives the audit events.

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

CompanyCode

The identifier used by users to sign in to the Amazon WorkLink app.

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

CreatedTime

The time that the fleet was created.

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

DeviceCaCertificate

The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.

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

DisplayName

The name of the fleet.

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

IdentityProvider

Provide this to allow manage the identity provider configuration for the fleet. Fields documented below.

Declaration
public Input<FleetIdentityProviderGetArgs> IdentityProvider { get; set; }
Property Value
Type Description
Input<FleetIdentityProviderGetArgs>
View Source

LastUpdatedTime

The time that the fleet was last updated.

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

Name

A region-unique name for the AMI.

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

Network

Provide this to allow manage the company network configuration for the fleet. Fields documented below.

Declaration
public Input<FleetNetworkGetArgs> Network { get; set; }
Property Value
Type Description
Input<FleetNetworkGetArgs>
View Source

OptimizeForEndUserLocation

The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region. Defaults to true.

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