Class FleetState
Inherited Members
Namespace: Pulumi.Aws.WorkLink
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetState : ResourceArgs
Constructors
View SourceFleetState()
Declaration
public FleetState()
Properties
View SourceArn
The ARN of the created WorkLink Fleet.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
CreatedTime
The time that the fleet was created.
Declaration
public Input<string> CreatedTime { 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<FleetIdentityProviderGetArgs> IdentityProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FleetIdentityProviderGetArgs> |
LastUpdatedTime
The time that the fleet was last updated.
Declaration
public Input<string> LastUpdatedTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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<FleetNetworkGetArgs> Network { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FleetNetworkGetArgs> |
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> |