FleetArgs

constructor(computeCapacity: Output<FleetComputeCapacityArgs>? = null, description: Output<String>? = null, disconnectTimeoutInSeconds: Output<Int>? = null, displayName: Output<String>? = null, domainJoinInfo: Output<FleetDomainJoinInfoArgs>? = null, enableDefaultInternetAccess: Output<Boolean>? = null, fleetType: Output<String>? = null, iamRoleArn: Output<String>? = null, idleDisconnectTimeoutInSeconds: Output<Int>? = null, imageArn: Output<String>? = null, imageName: Output<String>? = null, instanceType: Output<String>? = null, maxSessionsPerInstance: Output<Int>? = null, maxUserDurationInSeconds: Output<Int>? = null, name: Output<String>? = null, streamView: Output<String>? = null, tags: Output<Map<String, String>>? = null, vpcConfig: Output<FleetVpcConfigArgs>? = null)