Class FleetArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetArgs : ResourceArgs
Constructors
View SourceFleetArgs()
Declaration
public FleetArgs()
Properties
View SourceAuditStreamArn
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> |
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> |
DisplayName
The name of the fleet.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
A region-unique name for the AMI.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |