Show / Hide Table of Contents

Class FleetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FleetArgs
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 FleetArgs : ResourceArgs

Constructors

View Source

FleetArgs()

Declaration
public FleetArgs()

Properties

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

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<FleetIdentityProviderArgs> IdentityProvider { get; set; }
Property Value
Type Description
Input<FleetIdentityProviderArgs>
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<FleetNetworkArgs> Network { get; set; }
Property Value
Type Description
Input<FleetNetworkArgs>
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.