Fleet

Create a Fleet Resource

new Fleet(name: string, args?: FleetArgs, opts?: CustomResourceOptions);
def Fleet(resource_name, opts=None, audit_stream_arn=None, device_ca_certificate=None, display_name=None, identity_provider=None, name=None, network=None, optimize_for_end_user_location=None, __props__=None);
func NewFleet(ctx *Context, name string, args *FleetArgs, opts ...ResourceOption) (*Fleet, error)
public Fleet(string name, FleetArgs? args = null, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args FleetArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args FleetArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args FleetArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Fleet Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Fleet resource accepts the following input properties:

AuditStreamArn string

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

DeviceCaCertificate string

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

DisplayName string

The name of the fleet.

IdentityProvider FleetIdentityProviderArgs

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

Name string

A region-unique name for the AMI.

Network FleetNetworkArgs

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

OptimizeForEndUserLocation bool

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.

AuditStreamArn string

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

DeviceCaCertificate string

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

DisplayName string

The name of the fleet.

IdentityProvider FleetIdentityProvider

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

Name string

A region-unique name for the AMI.

Network FleetNetwork

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

OptimizeForEndUserLocation bool

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.

auditStreamArn string

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

deviceCaCertificate string

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

displayName string

The name of the fleet.

identityProvider FleetIdentityProvider

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

name string

A region-unique name for the AMI.

network FleetNetwork

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

optimizeForEndUserLocation boolean

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.

audit_stream_arn str

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

device_ca_certificate str

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

display_name str

The name of the fleet.

identity_provider Dict[FleetIdentityProvider]

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

name str

A region-unique name for the AMI.

network Dict[FleetNetwork]

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

optimize_for_end_user_location bool

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.

Outputs

All input properties are implicitly available as output properties. Additionally, the Fleet resource produces the following output properties:

Arn string

The ARN of the created WorkLink Fleet.

CompanyCode string

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

CreatedTime string

The time that the fleet was created.

Id string
The provider-assigned unique ID for this managed resource.
LastUpdatedTime string

The time that the fleet was last updated.

Arn string

The ARN of the created WorkLink Fleet.

CompanyCode string

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

CreatedTime string

The time that the fleet was created.

Id string
The provider-assigned unique ID for this managed resource.
LastUpdatedTime string

The time that the fleet was last updated.

arn string

The ARN of the created WorkLink Fleet.

companyCode string

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

createdTime string

The time that the fleet was created.

id string
The provider-assigned unique ID for this managed resource.
lastUpdatedTime string

The time that the fleet was last updated.

arn str

The ARN of the created WorkLink Fleet.

company_code str

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

created_time str

The time that the fleet was created.

id str
The provider-assigned unique ID for this managed resource.
last_updated_time str

The time that the fleet was last updated.

Look up an Existing Fleet Resource

Get an existing Fleet resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: FleetState, opts?: CustomResourceOptions): Fleet
static get(resource_name, id, opts=None, arn=None, audit_stream_arn=None, company_code=None, created_time=None, device_ca_certificate=None, display_name=None, identity_provider=None, last_updated_time=None, name=None, network=None, optimize_for_end_user_location=None, __props__=None);
func GetFleet(ctx *Context, name string, id IDInput, state *FleetState, opts ...ResourceOption) (*Fleet, error)
public static Fleet Get(string name, Input<string> id, FleetState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

Arn string

The ARN of the created WorkLink Fleet.

AuditStreamArn string

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

CompanyCode string

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

CreatedTime string

The time that the fleet was created.

DeviceCaCertificate string

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

DisplayName string

The name of the fleet.

IdentityProvider FleetIdentityProviderArgs

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

LastUpdatedTime string

The time that the fleet was last updated.

Name string

A region-unique name for the AMI.

Network FleetNetworkArgs

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

OptimizeForEndUserLocation bool

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.

Arn string

The ARN of the created WorkLink Fleet.

AuditStreamArn string

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

CompanyCode string

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

CreatedTime string

The time that the fleet was created.

DeviceCaCertificate string

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

DisplayName string

The name of the fleet.

IdentityProvider FleetIdentityProvider

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

LastUpdatedTime string

The time that the fleet was last updated.

Name string

A region-unique name for the AMI.

Network FleetNetwork

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

OptimizeForEndUserLocation bool

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.

arn string

The ARN of the created WorkLink Fleet.

auditStreamArn string

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

companyCode string

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

createdTime string

The time that the fleet was created.

deviceCaCertificate string

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

displayName string

The name of the fleet.

identityProvider FleetIdentityProvider

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

lastUpdatedTime string

The time that the fleet was last updated.

name string

A region-unique name for the AMI.

network FleetNetwork

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

optimizeForEndUserLocation boolean

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.

arn str

The ARN of the created WorkLink Fleet.

audit_stream_arn str

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

company_code str

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

created_time str

The time that the fleet was created.

device_ca_certificate str

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

display_name str

The name of the fleet.

identity_provider Dict[FleetIdentityProvider]

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

last_updated_time str

The time that the fleet was last updated.

name str

A region-unique name for the AMI.

network Dict[FleetNetwork]

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

optimize_for_end_user_location bool

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.

Supporting Types

FleetIdentityProvider

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

SamlMetadata string

The SAML metadata document provided by the customer’s identity provider.

Type string

The type of identity provider.

SamlMetadata string

The SAML metadata document provided by the customer’s identity provider.

Type string

The type of identity provider.

samlMetadata string

The SAML metadata document provided by the customer’s identity provider.

type string

The type of identity provider.

samlMetadata str

The SAML metadata document provided by the customer’s identity provider.

type str

The type of identity provider.

FleetNetwork

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

SecurityGroupIds List<string>

A list of security group IDs associated with access to the provided subnets.

SubnetIds List<string>

A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.

VpcId string

The VPC ID with connectivity to associated websites.

SecurityGroupIds []string

A list of security group IDs associated with access to the provided subnets.

SubnetIds []string

A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.

VpcId string

The VPC ID with connectivity to associated websites.

securityGroupIds string[]

A list of security group IDs associated with access to the provided subnets.

subnetIds string[]

A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.

vpcId string

The VPC ID with connectivity to associated websites.

security_group_ids List[str]

A list of security group IDs associated with access to the provided subnets.

subnet_ids List[str]

A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.

vpc_id str

The VPC ID with connectivity to associated websites.

Package Details

Repository
https://github.com/pulumi/pulumi-aws
License
Apache-2.0
Notes
This Pulumi package is based on the aws Terraform Provider.